diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 15:18:33 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 15:18:33 -0800 |
commit | 70f4a6b2118a72e55bb86b0bfbb9a864d1154283 (patch) | |
tree | 90571db544642932f85b55b44b77ab3350271361 /vamp_stuff/Modification_Files/Items/Misc | |
parent | Add the vampire flag to the trait. (diff) | |
download | cataclysm-bn-mod_vampire-stuff-redone-70f4a6b2118a72e55bb86b0bfbb9a864d1154283.tar.xz |
Remove sealed IV of blood workaround.
Convert prices to cent/USD.
Add "NO_EXPLOSION_VFX" to various intermediate spells that will never have sprites.
Diffstat (limited to 'vamp_stuff/Modification_Files/Items/Misc')
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_currency.json | 4 | ||||
-rw-r--r-- | vamp_stuff/Modification_Files/Items/Misc/v_materials.json | 40 |
2 files changed, 10 insertions, 34 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_currency.json b/vamp_stuff/Modification_Files/Items/Misc/v_currency.json index 9e14fd0..b10c647 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_currency.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_currency.json @@ -4,8 +4,8 @@ "id": "bloodcoin", "name": { "str": "Velvet Token" }, "description": "A well-made, handcrafted crimson coin produced from the blood of an unknown creature. Its one side is adorned in impressive etched decorations, and the other shows the image of a man, with undecipherable text below it.", - "price": 50, - "price_postapoc": 1000, + "price": "50 cent", + "price_postapoc": "10 USD", "weight": "2 g", "volume": "2 ml", "to_hit": -3, diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json index 0a7b73e..998d507 100644 --- a/vamp_stuff/Modification_Files/Items/Misc/v_materials.json +++ b/vamp_stuff/Modification_Files/Items/Misc/v_materials.json @@ -8,7 +8,7 @@ "description": "Blood, possibly that of a human. Disgusting!", "weight": "262 g", "volume": "250 ml", - "price": 0, + "price": "0 cent", "material": [ "blood" ], "phase": "liquid", "symbol": "~", @@ -61,7 +61,7 @@ "description": "Dehydrated blood powder. Mix with water to make drinkable blood.", "weight": "3 g", "volume": "3 ml", - "price": 0, + "price": "0 cent", "material": [ "powder", "blood" ], "primary_material": "powder", "symbol": "'", @@ -90,7 +90,7 @@ "description": "A patch of fabric made from powdered blood. While initially known for its aesthetic qualities, blood leather has proven comparable to kevlar for use in body armor.", "weight": "250 g", "volume": "250 ml", - "price": 0, + "price": "0 cent", "material": [ "compactblood" ], "symbol": "#", "color": "red" @@ -103,7 +103,7 @@ "description": "A sticky glob of concentrated blood.", "weight": "250 g", "volume": "250 ml", - "price": 0, + "price": "0 cent", "material": [ "compactblood" ], "symbol": "o", "color": "red" @@ -116,7 +116,7 @@ "description": "A tiny blood pellet, sparkling like a sanguine ruby.", "weight": "10 g", "volume": "3 ml", - "price": 0, + "price": "0 cent", "material": [ "compactblood" ], "symbol": ".", "color": "red" @@ -129,7 +129,7 @@ "description": "Fine powder made from heating and refining a bloodrune. It generates a stable faint glow.", "weight": "750 g", "volume": "250 ml", - "price": 0, + "price": "0 cent", "material": [ "compactblood" ], "symbol": "~", "color": "red" @@ -142,7 +142,7 @@ "description": "A stone similar to a fist-sized ruby, the final remains of a slain vampire. It mimics a heartbeat with unreadable markings on the interior that appear and disappear like clockwork.", "weight": "750 g", "volume": "250 ml", - "price": 0, + "price": "0 cent", "material": [ "compactblood" ], "symbol": ".", "color": "red" @@ -155,33 +155,9 @@ "description": "A stone similar to a head-sized ruby, the final remains of a powerful vampire. It trembles of its own volition, as if the power inside is eager to escape.", "weight": "3000 g", "volume": "1750 ml", - "price": 0, + "price": "0 cent", "material": [ "compactblood" ], "symbol": ".", "color": "red" - }, - { - "id": "blood_sealed", - "looks_like": "bag_iv", - "type": "TOOL", - "category": "tools", - "name": { "str": "sealed IV bag of blood", "str_pl": "sealed IV bags of blood" }, - "description": "This is a sealed IV bag containing blood. Use to open.", - "weight": "540 g", - "volume": "550 ml", - "price": 0, - "to_hit": -1, - "material": [ "plastic", "blood" ], - "symbol": ")", - "color": "red", - "use_action": { - "target": "blood", - "msg": "You open the IV bag, exposing it to the atmosphere.", - "container": "bag_iv", - "target_charges": 2, - "menu_text": "Open IV bag", - "type": "transform" - }, - "flags": [ "TRADER_AVOID" ] } ] |