Skip to content

Commit 7474557

Browse files
authored
possibly final tohit destruction (#83355)
1 parent 9b51077 commit 7474557

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

data/mods/TEST_DATA/items.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
"volume": "60050 ml",
5050
"price": "100 USD",
5151
"price_postapoc": "2 USD 50 cent",
52-
"to_hit": -4,
5352
"material": [ "steel" ],
5453
"symbol": "}",
5554
"color": "light_cyan",
@@ -62,8 +61,7 @@
6261
"max_contains_weight": "120 kg"
6362
}
6463
],
65-
"qualities": [ [ "BOIL", 2 ], [ "CONTAIN", 1 ] ],
66-
"melee_damage": { "bash": 6 }
64+
"qualities": [ [ "BOIL", 2 ], [ "CONTAIN", 1 ] ]
6765
},
6866
{
6967
"type": "ITEM",
@@ -1529,7 +1527,6 @@
15291527
"name": { "str": "long waist apron" },
15301528
"description": "A long waist apron made of cotton.",
15311529
"price_postapoc": "50 cent",
1532-
"to_hit": 1,
15331530
"symbol": "[",
15341531
"looks_like": "vest_leather",
15351532
"volume": "1750 ml",

data/mods/TEST_DATA/legacy_to_hit.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"//": "Vanilla and TEST_DATA",
55
"legacy_to_hit": [
66
"LAW",
7-
"acidbomb",
87
"adjustable_stock",
98
"arisaka_monopod",
109
"atgm_launcher",
@@ -46,9 +45,7 @@
4645
"m79",
4746
"mark19",
4847
"mdrx",
49-
"metal_tank_test",
5048
"mgl",
51-
"minireactor",
5249
"modern_handguard",
5350
"modular_m27_assault_rifle",
5451
"paintballgun",
@@ -92,7 +89,6 @@
9289
"test_sonic_screwdriver",
9390
"test_standing_lamp",
9491
"test_umbrella",
95-
"test_waist_apron_long",
9692
"testflames",
9793
"varmint_airgun",
9894
"watercannon",

0 commit comments

Comments
 (0)