diff options
| -rw-r--r-- | json/items/gunmod/underbarrel.json | 4 | ||||
| -rw-r--r-- | json/items/magazine/shot.json | 8 | 
2 files changed, 6 insertions, 6 deletions
diff --git a/json/items/gunmod/underbarrel.json b/json/items/gunmod/underbarrel.json index 0c365e7..1bde595 100644 --- a/json/items/gunmod/underbarrel.json +++ b/json/items/gunmod/underbarrel.json @@ -7,8 +7,8 @@      "description": "The M26 Modular Accessory Shotgun System is a magazine-fed semi-automatic shotgun, which can be mounted under the barrel of many rifles. Accepts box magazines.",      "weight": "1220 g",      "volume": "1068 ml", -    "price": 60000, -    "price_postapoc": 2500, +    "price": "600 USD", +    "price_postapoc": "25 USD",      "material": [ "steel", "plastic" ],      "symbol": ":",      "color": "dark_gray", diff --git a/json/items/magazine/shot.json b/json/items/magazine/shot.json index d140dcc..0bcb2a0 100644 --- a/json/items/magazine/shot.json +++ b/json/items/magazine/shot.json @@ -7,8 +7,8 @@      "description": "A 3 round box magazine for use with the M26 MASS auxiliary shotgun.",      "weight": "140 g",      "volume": "250 ml", -    "price": 20000, -    "price_postapoc": 125, +    "price": "200 USD", +    "price_postapoc": "125 cent",      "material": [ "steel", "plastic" ],      "symbol": "#",      "color": "dark_gray", @@ -24,8 +24,8 @@      "description": "A 5 round box magazine for use with the M26 MASS auxiliary shotgun.",      "weight": "210 g",      "volume": "250 ml", -    "price": 20000, -    "price_postapoc": 250, +    "price": "200 USD", +    "price_postapoc": "250 cent",      "capacity": 5    }  ]  | 
