diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-06 21:27:21 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-05-06 21:27:21 -0700 |
commit | c8dd9d4740ac454fe20fe659ec6ca1feff7b20a3 (patch) | |
tree | 177fc3de302287d7d6043608db8e120732e8edc5 /vamp_stuff/Modification_Files/Items | |
parent | Fix spell range min/max being backwards (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-c8dd9d4740ac454fe20fe659ec6ca1feff7b20a3.tar.xz |
Port to Bright Nights
Diffstat (limited to 'vamp_stuff/Modification_Files/Items')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json | 6 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json b/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json index 856d730..95adce0 100644 --- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json +++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_FANCIES.json @@ -19,8 +19,8 @@ "description": "An odd necklace with a beautifully etched bloodrune stone in eagle's talon shape. If you prick your fingertip in its sharp point, you feel your blood rushing towards it.", "weight": "80 g", "volume": "3 ml", - "price": 0, - "price_postapoc": 2500000, + "price": "0 cent", + "price_postapoc": "25 kUSD", "material": [ "stone" ], "symbol": "(", "color": "red", @@ -34,7 +34,7 @@ "description": "A shimmering bloodrune ring with a tiny etched symbol under it. A proof of loyalty to the commando.", "weight": "55 g", "volume": "3 ml", - "price": 0, + "price": "0 cent", "material": [ "stone" ], "symbol": "(", "color": "red", 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 a7d7ddc..3a8279c 100644 --- a/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json +++ b/vamp_stuff/Modification_Files/Items/Armor_Set/v_bloodgear.json @@ -6,12 +6,12 @@ "description": "A blood red, improvised ankle sheath, its material makes it tough and easier to wear. Activate to sheathe/draw a knife.", "weight": "180 g", "volume": "500 ml", - "price": 0, + "price": "0 cent", "to_hit": -1, "material": [ "compactblood" ], "symbol": "[", "color": "red", - "covers": [ "FOOT_EITHER" ], + "covers": [ "foot_l", "foot_r" ], "coverage": 10, "encumbrance": 0, "material_thickness": 1, @@ -33,12 +33,12 @@ "description": "A blood red wrist sheath. Small weapons are quickly drawn under your hands, just like what assassins do, but untrained people can hurt themselves. Activate to fast sheath/draw a knife.", "weight": "180 g", "volume": "500 ml", - "price": 0, + "price": "0 cent", "to_hit": -1, "material": [ "compactblood" ], "symbol": "[", "color": "red", - "covers": [ "HAND_EITHER" ], + "covers": [ "hand_either" ], "coverage": 5, "encumbrance": 1, "material_thickness": 1, @@ -61,7 +61,7 @@ "//": "Rebased on a leather backpack.", "weight": "950 g", "volume": "2000 ml", - "price": 0, + "price": "0 cent", "rigid": false, "material": [ "compactblood" ], "symbol": "[", |