diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-22 11:30:36 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-04-22 11:30:36 -0700 |
commit | 04825467d3a9f23f5e5a217c360939a3cc992970 (patch) | |
tree | c44f113d4798c7ecc8b2829622a89b254f53de8e | |
parent | Update vampire damage resistances. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-04825467d3a9f23f5e5a217c360939a3cc992970.tar.xz |
Rebalance compacted blood bullet resistance.
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_material_type.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_material_type.json b/vamp_stuff/Modification_Files/Items/Misc/v_material_type.json index 1fe4907..125490f 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_material_type.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_material_type.json @@ -11,7 +11,7 @@ "fire_resist": 1, "elec_resist": 2, "chip_resist": 12, - "bullet_resist": 4, + "bullet_resist": 8, "repaired_with": "compactsheet", "salvaged_into": "compactsheet", "dmg_adj": [ "scratched", "cut", "shredded", "tattered" ], |