1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
--- a/data/json/items/gun/223.json
+++ b/data/json/items/gun/223.json
@@ -118,7 +118,8 @@
"weight": "3800 g",
"volume": "4162 ml",
"barrel_length": "250 ml",
- "price": 2800000,
+ "price": 240000,
+ "price_postapoc": 5000,
"material": [ "steel", "plastic" ],
"color": "dark_gray",
"ammo": "223",
@@ -302,7 +303,8 @@
]
]
],
- "relative": { "ranged_damage": { "damage_type": "bullet", "amount": 1 }, "durability": 1 }
+ "relative": { "ranged_damage": { "damage_type": "bullet", "amount": 1 }, "durability": 1 },
+ "proportional": { "price": 1.1 }
},
{
"id": "m4a1",
--- a/data/json/items/magazine/223.json
+++ b/data/json/items/magazine/223.json
@@ -366,6 +375,7 @@
"weight": "190 g",
"volume": "620 ml",
"price": 8600,
+ "price_postapoc": 275,
"material": [ "steel", "plastic" ],
"symbol": "#",
"color": "light_gray",
|