From 66ffd7038cf10566bd35bb6713677a5f8de3b6ef Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 12 Sep 2020 22:40:36 -0700 Subject: Initial commit --- vamp_stuff/Modification Files/Items/Misc/v_currency.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vamp_stuff/Modification Files/Items/Misc/v_currency.json (limited to 'vamp_stuff/Modification Files/Items/Misc/v_currency.json') diff --git a/vamp_stuff/Modification Files/Items/Misc/v_currency.json b/vamp_stuff/Modification Files/Items/Misc/v_currency.json new file mode 100644 index 0000000..7dd880e --- /dev/null +++ b/vamp_stuff/Modification Files/Items/Misc/v_currency.json @@ -0,0 +1,13 @@ +{ + "type": "GENERIC", + "id": "bloodcoin", + "name": "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.", + "price": 50, + "price_postapoc": 10, + "weight": "12 g", + "to_hit": -3, + "color": "red", + "symbol": "$", + "material": ["compactblood"] +} -- cgit v1.2.1