Skip to content

Commit fda8484

Browse files
authored
Remove combat machete and Doppler Radar Turbo 2000 (#83771)
1 parent 374e28f commit fda8484

File tree

13 files changed

+22
-78
lines changed

13 files changed

+22
-78
lines changed

data/json/itemgroups/Clothing_Gear/clothing.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3418,7 +3418,6 @@
34183418
{ "distribution": [ { "group": "full_survival_kit" }, { "group": "used_survival_kit" } ], "prob": 3 },
34193419
{ "group": "tools_toolbox", "prob": 1 },
34203420
[ "survivor_belt_notools", 2 ],
3421-
[ "survivor_machete", 2 ],
34223421
[ "survivor_mess_kit", 6 ],
34233422
[ "acetylene_cooker", 12 ],
34243423
[ "survivor_shavingkit", 3 ],

data/json/itemgroups/Monsters_Animals_Lairs/monster_drops_lairs.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,7 @@
288288
{ "item": "radiocontrol", "prob": 15, "charges": [ 0, 100 ] },
289289
{ "item": "thermometer", "prob": 10 },
290290
{ "item": "hygrometer", "prob": 10 },
291-
{ "item": "barometer", "prob": 10 },
292-
{ "item": "weather_reader", "prob": 1 }
291+
{ "item": "barometer", "prob": 10 }
293292
]
294293
},
295294
{

data/json/itemgroups/Weapons_Mods_Ammo/melee_weapons.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@
152152
{ "item": "sword_metal_large", "prob": 4 },
153153
{ "item": "knife_hunting", "prob": 16 },
154154
{ "item": "machete", "prob": 16 },
155-
{ "item": "survivor_machete", "prob": 4 },
156155
{ "item": "survivor_machete_qt", "prob": 1 },
157156
{ "item": "sword_xiphos", "prob": 1 },
158157
{ "item": "khopesh", "prob": 1 },

data/json/itemgroups/science_and_tech.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,7 @@
479479
{ "item": "lighter", "prob": 60, "charges": [ 0, 100 ] },
480480
[ "boots_rubber", 20 ],
481481
[ "recipe_medicalmut", 2 ],
482-
[ "canister_goo", 8 ],
483-
[ "canister_goo", 8 ],
482+
[ "canister_goo", 16 ],
484483
[ "recipe_labchem", 2 ],
485484
[ "recipe_creepy", 2 ],
486485
[ "recipe_animal", 1 ],

data/json/items/melee/swords_and_blades.json

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -897,50 +897,36 @@
897897
"faults": [ { "fault_group": "handle_short" }, { "fault_group": "blade_general", "weight_mult": 4 } ],
898898
"melee_damage": { "cut": 21 }
899899
},
900-
{
901-
"id": "survivor_machete",
902-
"copy-from": "machete",
903-
"type": "ITEM",
904-
"subtypes": [ "TOOL" ],
905-
"name": { "str": "combat machete" },
906-
"description": "This common gardening tool has been customized and rebalanced to improve its performance as a weapon.",
907-
"extend": { "techniques": [ "RAPID" ] },
908-
"relative": {
909-
"melee_damage": { "bash": 1, "cut": 2 },
910-
"qualities": [ [ "BUTCHER", -5 ] ],
911-
"price_postapoc": "10 USD",
912-
"weight": "27 g"
913-
}
914-
},
915900
{
916901
"id": "survivor_machete_qt",
917-
"copy-from": "survivor_machete",
902+
"copy-from": "machete",
918903
"type": "ITEM",
919904
"subtypes": [ "TOOL" ],
920905
"name": { "str": "tempered steel combat machete" },
921-
"description": "This common gardening tool has been customized, rebalanced and tempered to dramatically improve its performance as a weapon.",
906+
"description": "This common gardening tool has been tempered to dramatically improve its performance as a weapon.",
922907
"variants": [
923908
{
924909
"id": "survivor_machete_qt_standard",
925910
"name": { "str": "tempered steel combat machete" },
926-
"description": "This common gardening tool has been customized, rebalanced and tempered to dramatically improve its performance as a weapon.",
911+
"description": "This common gardening tool has been tempered to dramatically improve its performance as a weapon.",
927912
"color": "dark_gray",
928913
"weight": 1,
929914
"append": false
930915
},
931916
{
932917
"id": "xedra_machete",
933918
"name": { "str": "hazardous environment blade" },
934-
"description": "This black tempered steel bushcraft machete has been reinforced for use in exotic environments. \"HE Blade\" is engraved in the steel.",
919+
"description": "This black tempered steel bushcraft machete has been designed for use in exotic environments. \"HE Blade\" is engraved in the steel.",
935920
"color": "dark_gray",
936921
"weight": 0,
937922
"append": false
938923
}
939924
],
940-
"looks_like": "survivor_machete",
925+
"extend": { "techniques": [ "RAPID" ] },
926+
"looks_like": "machete",
941927
"replace_materials": { "steel": "qt_steel", "wood": "kevlar" },
942928
"proportional": { "price_postapoc": 1.15, "price": 1.15 },
943-
"relative": { "melee_damage": { "cut": 5 }, "qualities": [ [ "BUTCHER", 4 ] ], "price_postapoc": "20 USD" }
929+
"relative": { "melee_damage": { "cut": 7 }, "qualities": [ [ "BUTCHER", 4 ] ], "price_postapoc": "20 USD" }
944930
},
945931
{
946932
"id": "machete_gimmick",

data/json/items/tool/science.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -773,36 +773,6 @@
773773
"use_action": [ "TELEPORT" ],
774774
"melee_damage": { "bash": 2 }
775775
},
776-
{
777-
"id": "weather_reader",
778-
"type": "ITEM",
779-
"subtypes": [ "TOOL" ],
780-
"category": "tools",
781-
"name": { "str": "Doppler Radar Turbo 2000" },
782-
"description": "A briefcase with a built-in laptop that looks like it's from the 80s. Its vintage monochrome monitor displays a plethora of meteorological data. No sign of the FLDSMDFR, however.",
783-
"weight": "1 kg",
784-
"volume": "2500 ml",
785-
"price": "2 USD",
786-
"price_postapoc": "5 USD",
787-
"to_hit": { "grip": "bad", "length": "short", "surface": "any", "balance": "clumsy" },
788-
"material": [ "plastic", "aluminum" ],
789-
"symbol": ";",
790-
"color": "light_gray",
791-
"charges_per_use": 5,
792-
"use_action": [ "WEATHER_TOOL" ],
793-
"flags": [ "THERMOMETER", "HYGROMETER", "BAROMETER", "WATER_BREAK", "ELECTRONIC" ],
794-
"faults": [ { "fault_group": "electronic_general" } ],
795-
"pocket_data": [
796-
{
797-
"pocket_type": "MAGAZINE_WELL",
798-
"rigid": true,
799-
"flag_restriction": [ "BATTERY_LIGHT", "BATTERY_ULTRA_LIGHT" ],
800-
"default_magazine": "light_battery_cell"
801-
}
802-
],
803-
"melee_damage": { "bash": 2 },
804-
"tool_ammo": [ "battery" ]
805-
},
806776
{
807777
"id": "analytical_set_basic",
808778
"type": "ITEM",

data/json/mapgen/map_extras/toxic_waste.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
{ "prob": 2, "group": "veggy_tainted_55gal_drum_3_50" },
1010
{ "group": "toxic_waste_mx_chems", "prob": 35 },
1111
{ "item": "55gal_drum", "prob": 50 },
12-
{ "item": "canister_goo", "prob": 5 },
1312
{ "item": "slime_scrap", "prob": 10 }
1413
]
1514
},

data/json/npcs/Kindred/NPC_Darren_Cooper.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"type": "item_group",
6363
"id": "KINDRED_COOPER_wield",
6464
"subtype": "collection",
65-
"entries": [ { "item": "survivor_machete" } ]
65+
"entries": [ { "item": "machete" } ]
6666
},
6767
{
6868
"type": "item_group",

data/json/npcs/robofac/robofac_ancilla_npcs/NC_ANCILLA_GRUNT.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{ "item": "under_armor" },
3737
{ "item": "under_armor_shorts" },
3838
{ "item": "holster" },
39-
{ "item": "survivor_machete", "container-item": "scabbard" },
39+
{ "item": "survivor_machete_qt", "container-item": "scabbard" },
4040
{ "item": "gloves_fingerless_mod" }
4141
]
4242
},

data/json/obsoletion_and_migration_0.J/migration_items.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,16 @@
264264
"id": "xs_legguard_lightplate",
265265
"replace": "armor_lc_leg_guard"
266266
},
267+
{
268+
"type": "MIGRATION",
269+
"id": "weather_reader",
270+
"replace": "geiger_off"
271+
},
272+
{
273+
"type": "MIGRATION",
274+
"id": "survivor_machete",
275+
"replace": "machete"
276+
},
267277
{
268278
"type": "MIGRATION",
269279
"id": "sewage",

0 commit comments

Comments
 (0)