diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 16:07:17 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2023-12-29 16:07:17 -0800 |
commit | b62c992b5fee442763dc7f713e554aa8702b1c44 (patch) | |
tree | c70c7aca19eea40d80dc1463b4117046a4eb53ad /json/items/handloaded_bullets.json | |
parent | Rename shotgun casings. (diff) | |
download | cataclysm-bn-mod_revert-handgun-damage-buff-b62c992b5fee442763dc7f713e554aa8702b1c44.tar.xz |
Convert price to cent/USD.
Diffstat (limited to 'json/items/handloaded_bullets.json')
-rw-r--r-- | json/items/handloaded_bullets.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/json/items/handloaded_bullets.json b/json/items/handloaded_bullets.json index 8b7d1e2..3e2006b 100644 --- a/json/items/handloaded_bullets.json +++ b/json/items/handloaded_bullets.json @@ -2,8 +2,8 @@ { "type": "AMMO", "id": "blun_slug", - "price": 4500, - "price_postapoc": 50, + "price": "45 USD", + "price_postapoc": "50 cent", "name": { "str": "blunderbuss slug" }, "symbol": "=", "color": "red", @@ -23,8 +23,8 @@ { "type": "AMMO", "id": "blun_shot", - "price": 4500, - "price_postapoc": 50, + "price": "45 USD", + "price_postapoc": "50 cent", "name": { "str": "blunderbuss shot" }, "symbol": "=", "color": "red", @@ -43,8 +43,8 @@ { "type": "AMMO", "id": "blun_flechette", - "price": 4500, - "price_postapoc": 50, + "price": "45 USD", + "price_postapoc": "50 cent", "name": { "str": "blunderbuss flechette" }, "symbol": "=", "color": "red", |