From b62c992b5fee442763dc7f713e554aa8702b1c44 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Fri, 29 Dec 2023 16:07:17 -0800 Subject: Convert price to cent/USD. --- json/items/ammo/223.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'json/items/ammo/223.json') diff --git a/json/items/ammo/223.json b/json/items/ammo/223.json index 2a6fd0f..e30f730 100644 --- a/json/items/ammo/223.json +++ b/json/items/ammo/223.json @@ -6,8 +6,8 @@ "description": ".223 Remington ammunition with a 55gr FMJ-BT bullet, patterned after the M193 loading. The .223 round has been very popular with civilian shooters for almost a century, finding use in a wide variety of weapons. The combination of high velocity with a thinly-jacketed, cannelured projectile led to unexpected yaw and fragmentation in soft tissue, increasing this round's performance.", "weight": "12 g", "volume": "194 ml", - "price": 280, - "price_postapoc": 900, + "price": "280 cent", + "price_postapoc": "9 USD", "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "material": [ "brass", "powder" ], "symbol": "=", @@ -28,8 +28,8 @@ "type": "AMMO", "name": { "str_sp": "5.56 NATO M855A1" }, "description": "An updated loading of M855 5.56x45mm ammunition, featuring a 62 grain projectile containing an exposed steel penetrator and copper slug. Designed as a mostly lead-free projectile, the opportunity was further taken to improve upon M855's penetration and lethality characteristics through penetrator design and increased pressure. Its improved accuracy, penetration and lethality over M855 are appreciated by users of shorter-barreled AR variants.", - "price": 290, - "price_postapoc": 900, + "price": "290 cent", + "price_postapoc": "9 USD", "flags": [ "IRREPLACEABLE_CONSUMABLE" ], "relative": { "damage": { "damage_type": "bullet", "amount": -2, "armor_penetration": 5 }, "dispersion": -10 }, "proportional": { "recoil": 1.1 }, -- cgit v1.2.1