diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-10-02 18:32:28 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-10-02 18:32:28 -0700 |
commit | 6494b038f0a05f302484d9becf703b56c33cae96 (patch) | |
tree | 531b0979973fa0b84e08277381412a25a8244b73 /vamp_stuff/Modification_Files/Items/Armor_Set | |
parent | Fix tier description of crimson coat. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-6494b038f0a05f302484d9becf703b56c33cae96.tar.xz |
Rebalance draw_cost.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Armor_Set')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json index af9a83b..52c14f7 100644 --- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json +++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json @@ -24,7 +24,7 @@ "holster_msg": "You sheath your %s", "min_volume": "15 ml", "max_volume": "500 ml", - "draw_cost": 30, + "draw_cost": 150, "flags": [ "SHEATH_KNIFE" ] }, "flags": [ "BELTED", "OVERSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY" ] @@ -54,7 +54,7 @@ "holster_msg": "You sheath your %s", "min_volume": "15 ml", "max_volume": "250 ml", - "draw_cost": 20, + "draw_cost": 50, "flags": [ "SHEATH_KNIFE" ] }, "flags": [ "BELTED", "OVERSIZE", "STURDY", "ALLOWS_NATURAL_ATTACKS", "WATER_FRIENDLY" ] |