Skip to content

Commit

Permalink
Add id_suffix "from_scrap" to manhack recipes, remove inactive manhac…
Browse files Browse the repository at this point in the history
…k from scrap recipe, modern time

Adding Id suffix should enable one to craft manhacks from the whole components or rebuild them from scrap components and damaged manhacks. This should allow inactive manhacks to be dismantled again fixing CleverRaven:CleverRaven#37291 

Removed inactive manhack from "from_scrap" entries.

Fixed craft times for 1 sec turns.
  • Loading branch information
CSHague authored Jan 23, 2020
1 parent 8943d3c commit 3ecbb38
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions data/mods/Modular_Turrets/recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
{
"type": "recipe",
"result": "bot_manhack",
"id_suffix": "from_scrap",
"copy-from": "bot_hack_base",
"components": [
[ [ "broken_manhack", 1 ] ],
Expand All @@ -46,9 +47,10 @@
{
"type": "recipe",
"result": "bot_grenade_hack",
"id_suffix": "from_scrap",
"copy-from": "bot_hack_base",
"components": [
[ [ "bot_manhack", 1 ], [ "broken_manhack", 1 ], [ "broken_grenade_hack", 1 ] ],
[ [ "broken_manhack", 1 ], [ "broken_grenade_hack", 1 ] ],
[ [ "grenade", 1 ] ],
[ [ "processor", 1 ] ],
[ [ "cable", 1 ] ],
Expand All @@ -59,9 +61,10 @@
{
"type": "recipe",
"result": "bot_gasbomb_hack",
"id_suffix": "from_scrap",
"copy-from": "bot_hack_base",
"components": [
[ [ "bot_manhack", 1 ], [ "broken_manhack", 1 ], [ "broken_gasbomb_hack", 1 ] ],
[ [ "broken_manhack", 1 ], [ "broken_gasbomb_hack", 1 ] ],
[ [ "gasbomb", 1 ] ],
[ [ "processor", 1 ] ],
[ [ "cable", 1 ] ],
Expand All @@ -72,9 +75,10 @@
{
"type": "recipe",
"result": "bot_flashbang_hack",
"id_suffix": "from_scrap",
"copy-from": "bot_hack_base",
"components": [
[ [ "bot_manhack", 1 ], [ "broken_manhack", 1 ], [ "broken_flashbang_hack", 1 ] ],
[ [ "broken_manhack", 1 ], [ "broken_flashbang_hack", 1 ] ],
[ [ "flashbang", 1 ] ],
[ [ "processor", 1 ] ],
[ [ "cable", 1 ] ],
Expand All @@ -85,10 +89,11 @@
{
"type": "recipe",
"result": "bot_EMP_hack",
"id_suffix": "from_scrap",
"copy-from": "bot_hack_base",
"components": [
[ [ "bot_manhack", 1 ], [ "broken_manhack", 1 ], [ "broken_EMP_hack", 1 ] ],
[ [ "EMPbomb", 1 ] ],
[ [ "broken_manhack", 1 ], [ "broken_EMP_hack", 1 ] ],
[ [ "grenade_emp", 1 ] ],
[ [ "processor", 1 ] ],
[ [ "cable", 1 ] ],
[ [ "power_supply", 1 ] ],
Expand All @@ -98,9 +103,10 @@
{
"type": "recipe",
"result": "bot_c4_hack",
"id_suffix": "from_scrap",
"copy-from": "bot_hack_base",
"components": [
[ [ "bot_manhack", 1 ], [ "broken_manhack", 1 ], [ "broken_c4_hack", 1 ] ],
[ [ "broken_manhack", 1 ], [ "broken_c4_hack", 1 ] ],
[ [ "c4", 1 ] ],
[ [ "processor", 1 ] ],
[ [ "cable", 1 ] ],
Expand All @@ -111,14 +117,15 @@
{
"type": "recipe",
"result": "bot_mininuke_hack",
"id_suffix": "from_scrap",
"copy-from": "bot_hack_base",
"difficulty": 7,
"time": "35 m",
"reversible": false,
"decomp_learn": 8,
"book_learn": [ [ "recipe_lab_elec", 7 ], [ "textbook_robots", 8 ] ],
"components": [
[ [ "bot_manhack", 1 ], [ "broken_manhack", 1 ], [ "broken_mininuke_hack", 1 ] ],
[ [ "broken_manhack", 1 ], [ "broken_mininuke_hack", 1 ] ],
[ [ "mininuke", 1 ] ],
[ [ "processor", 1 ] ],
[ [ "cable", 1 ] ],
Expand All @@ -134,7 +141,7 @@
"skill_used": "electronics",
"skills_required": [ [ "mechanics", 2 ], [ "computer", 2 ] ],
"difficulty": 2,
"time": 10000,
"time": "10 m",
"reversible": true,
"autolearn": true,
"using": [ [ "soldering_standard", 10 ] ],
Expand Down

0 comments on commit 3ecbb38

Please sign in to comment.