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/ammo/762R.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/ammo/762R.json')
-rw-r--r-- | json/items/ammo/762R.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/json/items/ammo/762R.json b/json/items/ammo/762R.json index 6a7c94b..600794a 100644 --- a/json/items/ammo/762R.json +++ b/json/items/ammo/762R.json @@ -6,8 +6,8 @@ "description": "7.62x54mmR ammunition with a 150gr FMJ bullet. The 7.62x54mmR round is one of the oldest still in common use, primarily due to the popularity of the Mosin-Nagant rifle. Although it has not been used by militaries for several decades, it remains popular with civilians. It is a powerful cartridge capable of killing most targets with one shot.", "weight": "18 g", "volume": "185 ml", - "price": 200, - "price_postapoc": 600, + "price": "2 USD", + "price_postapoc": "6 USD", "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "brass", "powder" ], "symbol": "=", |