diff --git a/data/json/itemgroups/Clothing_Gear/clothing.json b/data/json/itemgroups/Clothing_Gear/clothing.json index 842e23ccb1316..6607d3cfdc7ab 100644 --- a/data/json/itemgroups/Clothing_Gear/clothing.json +++ b/data/json/itemgroups/Clothing_Gear/clothing.json @@ -3420,7 +3420,6 @@ { "distribution": [ { "group": "full_survival_kit" }, { "group": "used_survival_kit" } ], "prob": 3 }, { "group": "tools_toolbox", "prob": 1 }, [ "survivor_belt_notools", 2 ], - [ "survivor_machete", 2 ], [ "survivor_mess_kit", 6 ], [ "acetylene_cooker", 12 ], [ "survivor_shavingkit", 3 ], diff --git a/data/json/itemgroups/Monsters_Animals_Lairs/monster_drops_lairs.json b/data/json/itemgroups/Monsters_Animals_Lairs/monster_drops_lairs.json index a3634ffb76a97..9b3957440bcf8 100644 --- a/data/json/itemgroups/Monsters_Animals_Lairs/monster_drops_lairs.json +++ b/data/json/itemgroups/Monsters_Animals_Lairs/monster_drops_lairs.json @@ -288,8 +288,7 @@ { "item": "radiocontrol", "prob": 15, "charges": [ 0, 100 ] }, { "item": "thermometer", "prob": 10 }, { "item": "hygrometer", "prob": 10 }, - { "item": "barometer", "prob": 10 }, - { "item": "weather_reader", "prob": 1 } + { "item": "barometer", "prob": 10 } ] }, { diff --git a/data/json/itemgroups/Weapons_Mods_Ammo/melee_weapons.json b/data/json/itemgroups/Weapons_Mods_Ammo/melee_weapons.json index 4eff5630440b4..2e548439a936f 100644 --- a/data/json/itemgroups/Weapons_Mods_Ammo/melee_weapons.json +++ b/data/json/itemgroups/Weapons_Mods_Ammo/melee_weapons.json @@ -152,7 +152,6 @@ { "item": "sword_metal_large", "prob": 4 }, { "item": "knife_hunting", "prob": 16 }, { "item": "machete", "prob": 16 }, - { "item": "survivor_machete", "prob": 4 }, { "item": "survivor_machete_qt", "prob": 1 }, { "item": "sword_xiphos", "prob": 1 }, { "item": "khopesh", "prob": 1 }, diff --git a/data/json/itemgroups/science_and_tech.json b/data/json/itemgroups/science_and_tech.json index 1526fc46e6266..2cd3ad9dfe005 100644 --- a/data/json/itemgroups/science_and_tech.json +++ b/data/json/itemgroups/science_and_tech.json @@ -479,8 +479,7 @@ { "item": "lighter", "prob": 60, "charges": [ 0, 100 ] }, [ "boots_rubber", 20 ], [ "recipe_medicalmut", 2 ], - [ "canister_goo", 8 ], - [ "canister_goo", 8 ], + [ "canister_goo", 16 ], [ "recipe_labchem", 2 ], [ "recipe_creepy", 2 ], [ "recipe_animal", 1 ], diff --git a/data/json/items/melee/swords_and_blades.json b/data/json/items/melee/swords_and_blades.json index b6581b9602c39..63bcbd5cb929d 100644 --- a/data/json/items/melee/swords_and_blades.json +++ b/data/json/items/melee/swords_and_blades.json @@ -897,33 +897,18 @@ "faults": [ { "fault_group": "handle_short" }, { "fault_group": "blade_general", "weight_mult": 4 } ], "melee_damage": { "cut": 21 } }, - { - "id": "survivor_machete", - "copy-from": "machete", - "type": "ITEM", - "subtypes": [ "TOOL" ], - "name": { "str": "combat machete" }, - "description": "This common gardening tool has been customized and rebalanced to improve its performance as a weapon.", - "extend": { "techniques": [ "RAPID" ] }, - "relative": { - "melee_damage": { "bash": 1, "cut": 2 }, - "qualities": [ [ "BUTCHER", -5 ] ], - "price_postapoc": "10 USD", - "weight": "27 g" - } - }, { "id": "survivor_machete_qt", - "copy-from": "survivor_machete", + "copy-from": "machete", "type": "ITEM", "subtypes": [ "TOOL" ], "name": { "str": "tempered steel combat machete" }, - "description": "This common gardening tool has been customized, rebalanced and tempered to dramatically improve its performance as a weapon.", + "description": "This common gardening tool has been tempered to dramatically improve its performance as a weapon.", "variants": [ { "id": "survivor_machete_qt_standard", "name": { "str": "tempered steel combat machete" }, - "description": "This common gardening tool has been customized, rebalanced and tempered to dramatically improve its performance as a weapon.", + "description": "This common gardening tool has been tempered to dramatically improve its performance as a weapon.", "color": "dark_gray", "weight": 1, "append": false @@ -931,16 +916,17 @@ { "id": "xedra_machete", "name": { "str": "hazardous environment blade" }, - "description": "This black tempered steel bushcraft machete has been reinforced for use in exotic environments. \"HE Blade\" is engraved in the steel.", + "description": "This black tempered steel bushcraft machete has been designed for use in exotic environments. \"HE Blade\" is engraved in the steel.", "color": "dark_gray", "weight": 0, "append": false } ], - "looks_like": "survivor_machete", + "extend": { "techniques": [ "RAPID" ] }, + "looks_like": "machete", "replace_materials": { "steel": "qt_steel", "wood": "kevlar" }, "proportional": { "price_postapoc": 1.15, "price": 1.15 }, - "relative": { "melee_damage": { "cut": 5 }, "qualities": [ [ "BUTCHER", 4 ] ], "price_postapoc": "20 USD" } + "relative": { "melee_damage": { "cut": 7 }, "qualities": [ [ "BUTCHER", 4 ] ], "price_postapoc": "20 USD" } }, { "id": "machete_gimmick", diff --git a/data/json/items/tool/science.json b/data/json/items/tool/science.json index fe3e9c67911d3..cd3cdb15f4eba 100644 --- a/data/json/items/tool/science.json +++ b/data/json/items/tool/science.json @@ -773,36 +773,6 @@ "use_action": [ "TELEPORT" ], "melee_damage": { "bash": 2 } }, - { - "id": "weather_reader", - "type": "ITEM", - "subtypes": [ "TOOL" ], - "category": "tools", - "name": { "str": "Doppler Radar Turbo 2000" }, - "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.", - "weight": "1 kg", - "volume": "2500 ml", - "price": "2 USD", - "price_postapoc": "5 USD", - "to_hit": { "grip": "bad", "length": "short", "surface": "any", "balance": "clumsy" }, - "material": [ "plastic", "aluminum" ], - "symbol": ";", - "color": "light_gray", - "charges_per_use": 5, - "use_action": [ "WEATHER_TOOL" ], - "flags": [ "THERMOMETER", "HYGROMETER", "BAROMETER", "WATER_BREAK", "ELECTRONIC" ], - "faults": [ { "fault_group": "electronic_general" } ], - "pocket_data": [ - { - "pocket_type": "MAGAZINE_WELL", - "rigid": true, - "flag_restriction": [ "BATTERY_LIGHT", "BATTERY_ULTRA_LIGHT" ], - "default_magazine": "light_battery_cell" - } - ], - "melee_damage": { "bash": 2 }, - "tool_ammo": [ "battery" ] - }, { "id": "analytical_set_basic", "type": "ITEM", diff --git a/data/json/mapgen/map_extras/toxic_waste.json b/data/json/mapgen/map_extras/toxic_waste.json index 71c369a7cee3f..80ee8db82b342 100644 --- a/data/json/mapgen/map_extras/toxic_waste.json +++ b/data/json/mapgen/map_extras/toxic_waste.json @@ -9,7 +9,6 @@ { "prob": 2, "group": "veggy_tainted_55gal_drum_3_50" }, { "group": "toxic_waste_mx_chems", "prob": 35 }, { "item": "55gal_drum", "prob": 50 }, - { "item": "canister_goo", "prob": 5 }, { "item": "slime_scrap", "prob": 10 } ] }, diff --git a/data/json/npcs/Kindred/NPC_Darren_Cooper.json b/data/json/npcs/Kindred/NPC_Darren_Cooper.json index da8d2f7ea5a66..06892fbf27f83 100644 --- a/data/json/npcs/Kindred/NPC_Darren_Cooper.json +++ b/data/json/npcs/Kindred/NPC_Darren_Cooper.json @@ -62,7 +62,7 @@ "type": "item_group", "id": "KINDRED_COOPER_wield", "subtype": "collection", - "entries": [ { "item": "survivor_machete" } ] + "entries": [ { "item": "machete" } ] }, { "type": "item_group", diff --git a/data/json/npcs/robofac/robofac_ancilla_npcs/NC_ANCILLA_GRUNT.json b/data/json/npcs/robofac/robofac_ancilla_npcs/NC_ANCILLA_GRUNT.json index 2cc2f89a1c4c5..f1e6a2adec3c7 100644 --- a/data/json/npcs/robofac/robofac_ancilla_npcs/NC_ANCILLA_GRUNT.json +++ b/data/json/npcs/robofac/robofac_ancilla_npcs/NC_ANCILLA_GRUNT.json @@ -36,7 +36,7 @@ { "item": "under_armor" }, { "item": "under_armor_shorts" }, { "item": "holster" }, - { "item": "survivor_machete", "container-item": "scabbard" }, + { "item": "survivor_machete_qt", "container-item": "scabbard" }, { "item": "gloves_fingerless_mod" } ] }, diff --git a/data/json/obsoletion_and_migration_0.J/migration_items.json b/data/json/obsoletion_and_migration_0.J/migration_items.json index 3870254bbb257..9d661623d9c06 100644 --- a/data/json/obsoletion_and_migration_0.J/migration_items.json +++ b/data/json/obsoletion_and_migration_0.J/migration_items.json @@ -254,6 +254,16 @@ "id": "xs_legguard_lightplate", "replace": "armor_lc_leg_guard" }, + { + "type": "MIGRATION", + "id": "weather_reader", + "replace": "geiger_off" + }, + { + "type": "MIGRATION", + "id": "survivor_machete", + "replace": "machete" + }, { "type": "MIGRATION", "id": "sewage", diff --git a/data/json/recipes/nested.json b/data/json/recipes/nested.json index ec843a78e4660..6087d4f281de7 100644 --- a/data/json/recipes/nested.json +++ b/data/json/recipes/nested.json @@ -8420,7 +8420,7 @@ "name": "machetes", "description": "Recipes for making useful tools able to cut through both brush and zombie limbs.", "skill_used": "fabrication", - "nested_category_data": [ "machete", "makeshift_machete", "survivor_machete", "survivor_machete_qt" ], + "nested_category_data": [ "machete", "makeshift_machete", "survivor_machete_qt" ], "difficulty": 1 }, { diff --git a/data/json/recipes/weapon/cutting.json b/data/json/recipes/weapon/cutting.json index 299b6406f5b2d..b9ab821031a54 100644 --- a/data/json/recipes/weapon/cutting.json +++ b/data/json/recipes/weapon/cutting.json @@ -2264,22 +2264,6 @@ "tools": [ [ [ "hotcut_any", 1, "LIST" ] ] ], "components": [ [ [ "katana", 1 ], [ "wakizashi", 1 ] ], [ [ "spear_shaft", 1 ] ] ] }, - { - "type": "recipe", - "activity_level": "LIGHT_EXERCISE", - "result": "survivor_machete", - "category": "CC_WEAPON", - "subcategory": "CSC_WEAPON_CUTTING", - "skill_used": "fabrication", - "difficulty": 6, - "skills_required": [ "melee", 5 ], - "time": "25 m", - "autolearn": true, - "using": [ [ "soldering_standard", 20 ], [ "glue_strong", 5 ] ], - "proficiencies": [ { "proficiency": "prof_metalworking" } ], - "qualities": [ { "id": "HAMMER", "level": 1 }, { "id": "SAW_M", "level": 1 }, { "id": "GRIND", "level": 2 } ], - "components": [ [ [ "machete", 1 ] ], [ [ "filament_durable", 20, "LIST" ] ], [ [ "leather", 2 ], [ "chunk_rubber", 1 ] ] ] - }, { "result": "survivor_machete_qt", "type": "recipe", diff --git a/data/json/requirements/melee.json b/data/json/requirements/melee.json index 61ea58a906744..a0626bfe27803 100644 --- a/data/json/requirements/melee.json +++ b/data/json/requirements/melee.json @@ -227,7 +227,6 @@ [ "sword_bayonet", -1 ], [ "butterfly_swords", -1 ], [ "arisaka_bayonet", -1 ], - [ "survivor_machete", -1 ], [ "survivor_machete_qt", -1 ] ] ]