Skip to content

Commit

Permalink
fix: obsolete recipe corrections (#4473)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamandus authored Apr 12, 2024
1 parent a33fb5c commit 6fd4605
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 36 deletions.
36 changes: 0 additions & 36 deletions data/json/obsoletion/items.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
"weight": "8440 g",
"volume": "5 L"
},
{
"result": "makeshift_grenade",
"type": "recipe",
"obsolete": true
},
{
"id": "makeshift_grenade",
"copy-from": "grenade",
Expand Down Expand Up @@ -79,19 +74,6 @@
"dispersion_modifier": -90,
"min_skills": [ [ "weapon", 4 ] ]
},
{
"type": "recipe",
"result": "barrel_big",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_MODS",
"skill_used": "mechanics",
"skills_required": [ "gun", 1 ],
"difficulty": 6,
"time": 30000,
"autolearn": false,
"tools": [ [ [ "large_repairkit", 100 ], [ "small_repairkit", 300 ] ] ],
"components": [ [ [ "pipe", 2 ] ] ]
},
{
"id": "barrel_rifled",
"type": "GUNMOD",
Expand Down Expand Up @@ -331,19 +313,6 @@
"min_skills": [ [ "weapon", 4 ], [ "mechanics", 3 ] ],
"flags": [ "INSTALL_DIFFICULT", "IRREMOVABLE" ]
},
{
"result": "beltfeed",
"type": "recipe",
"category": "CC_WEAPON",
"subcategory": "CSC_WEAPON_MODS",
"skill_used": "fabrication",
"difficulty": 5,
"skills_required": [ "rifle", 2 ],
"time": 200000,
"using": [ [ "welding_standard", 5 ], [ "steel_tiny", 2 ] ],
"qualities": [ { "id": "HAMMER", "level": 2 }, { "id": "SAW_M", "level": 1 }, { "id": "WRENCH_FINE", "level": 1 } ],
"components": [ [ [ "pipe", 2 ] ], [ [ "spring", 4 ] ] ]
},
{
"id": "tuned_mechanism",
"type": "GUNMOD",
Expand Down Expand Up @@ -1750,11 +1719,6 @@
"min_skills": [ [ "weapon", 2 ], [ "launcher", 1 ] ],
"flags": [ "FIRE_100", "PUMP_RAIL_COMPATIBLE", "NON_FOULING" ]
},
{
"type": "recipe",
"result": "aux_flamer",
"obsolete": true
},
{
"id": "tool_rdx_sand_bomb",
"type": "TOOL",
Expand Down
20 changes: 20 additions & 0 deletions data/json/obsoletion/recipes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3348,5 +3348,25 @@
"type": "recipe",
"result": "sandwich_cucumber",
"obsolete": true
},
{
"result": "beltfeed",
"type": "recipe",
"obsolete": true
},
{
"type": "recipe",
"result": "aux_flamer",
"obsolete": true
},
{
"result": "makeshift_grenade",
"type": "recipe",
"obsolete": true
},
{
"type": "recipe",
"result": "barrel_big",
"obsolete": true
}
]

0 comments on commit 6fd4605

Please sign in to comment.