summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-09 13:43:19 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-04-09 13:43:19 -0700
commit11b674eeb3f46750c474346b79cccafaf9e75549 (patch)
treefacbaeaed45a8494affc3ae6f44c677e2706598d
parentClean up the vampire faction relations. (diff)
downloadcataclysm-dda-mod_vampire-stuff-redone-11b674eeb3f46750c474346b79cccafaf9e75549.tar.xz
Clean up vampire currency entry.
Add vampire currency to vampire merchants. Convert wastelander junk merchant to sell items as per tacoma junk shop.
-rw-r--r--vamp_stuff/Modification_Files/Items/Misc/v_currency.json10
-rw-r--r--vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json6
-rw-r--r--vamp_stuff/Modification_Files/NPC/v_classes.json2
3 files changed, 10 insertions, 8 deletions
diff --git a/vamp_stuff/Modification_Files/Items/Misc/v_currency.json b/vamp_stuff/Modification_Files/Items/Misc/v_currency.json
index 773d534..af7c4b1 100644
--- a/vamp_stuff/Modification_Files/Items/Misc/v_currency.json
+++ b/vamp_stuff/Modification_Files/Items/Misc/v_currency.json
@@ -2,12 +2,12 @@
{
"type": "GENERIC",
"id": "bloodcoin",
- "name": { "str": "VelvetyToken" },
- "description": "A well-made, seemingly handcrafted crimson coin produced merely of blood from unknown creature. Its one side is adorned in astounding etched decorations, and the other shows an image of a man, with undecipherable text below it.",
+ "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 cent",
- "price_postapoc": "10 cent",
- "weight": "12 g",
- "volume": "5 ml",
+ "price_postapoc": "1000 cent",
+ "weight": "2 g",
+ "volume": "2 ml",
"to_hit": -3,
"color": "red",
"symbol": "$",
diff --git a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json
index 43c69b7..80a19ef 100644
--- a/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json
+++ b/vamp_stuff/Modification_Files/NPC/npc_gears/npc_gears_sell.json
@@ -13,7 +13,8 @@
{ "item": "sugar", "prob": 75, "count-min": 1, "count-max": 3 },
{ "item": "salt", "prob": 75, "count-min": 1, "count-max": 3 },
{ "item": "water_clean", "prob": 75, "count-min": 1, "count-max": 3 },
- { "group": "vamp_recipebooks", "prob": 30, "count": [ 0, 1 ] }
+ { "group": "vamp_recipebooks", "prob": 30, "count": [ 0, 1 ] },
+ { "item": "bloodcoin", "prob": 100, "count-min": 50, "count-max": 300 }
]
},
{
@@ -27,7 +28,8 @@
[ "bloodyinfect", 75 ],
[ "blood_stinger", 20 ],
[ "blood_sprayer", 30 ],
- [ "blood_stream_shooter", 20 ]
+ [ "blood_stream_shooter", 20 ],
+ { "item": "bloodcoin", "prob": 100, "count-min": 50, "count-max": 300 }
]
}
]
diff --git a/vamp_stuff/Modification_Files/NPC/v_classes.json b/vamp_stuff/Modification_Files/NPC/v_classes.json
index 1dcabc7..e0f09ee 100644
--- a/vamp_stuff/Modification_Files/NPC/v_classes.json
+++ b/vamp_stuff/Modification_Files/NPC/v_classes.json
@@ -283,7 +283,7 @@
],
"common": false,
"bonus_per": { "one_in": 4 },
- "shopkeeper_item_group": "NC_EVAC_SHOPKEEP_misc",
+ "shopkeeper_item_group": "NC_JUNK_SHOPKEEP_misc",
"skills": [
{
"skill": "ALL",