1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- a/data/json/items/ammo/40x46mm.json
+++ b/data/json/items/ammo/40x46mm.json
@@ -3,7 +3,7 @@
"abstract": "40x46mm_grenade",
"type": "AMMO",
"name": { "str": "40x46mm grenade" },
- "volume": "250 ml",
+ "volume": "129 ml",
"price": 10000,
"price_postapoc": 6000,
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
--- a/data/json/items/ammo/40x53mm.json
+++ b/data/json/items/ammo/40x53mm.json
@@ -3,7 +3,7 @@
"name": { "str": "40x53mm grenade" },
"price": 10000,
"price_postapoc": 6000,
- "volume": "260 ml",
+ "volume": "137 ml",
"flags": [ "IRREPLACEABLE_CONSUMABLE" ],
"material": [ "steel", "powder" ],
"symbol": "=",
|