Skip to content

Commit

Permalink
Modernize craft times
Browse files Browse the repository at this point in the history
Craft times were still in 100 moves per 6 seconds era.
  • Loading branch information
CSHague authored Jan 23, 2020
1 parent 3e11834 commit 8943d3c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/mods/Modular_Turrets/recipe.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"skill_used": "electronics",
"skills_required": [ [ "mechanics", 4 ], [ "computer", 5 ] ],
"difficulty": 6,
"time": 25000,
"time": "25 m",
"reversible": false,
"decomp_learn": 7,
"book_learn": [ [ "recipe_lab_elec", 6 ], [ "textbook_robots", 7 ] ],
Expand Down Expand Up @@ -113,7 +113,7 @@
"result": "bot_mininuke_hack",
"copy-from": "bot_hack_base",
"difficulty": 7,
"time": 35000,
"time": "35 m",
"reversible": false,
"decomp_learn": 8,
"book_learn": [ [ "recipe_lab_elec", 7 ], [ "textbook_robots", 8 ] ],
Expand Down Expand Up @@ -146,7 +146,7 @@
"copy-from": "bot_turret_base",
"skills_required": [ [ "mechanics", 4 ], [ "computer", 5 ] ],
"difficulty": 5,
"time": 20000,
"time": "20 m",
"reversible": false,
"autolearn": false,
"decomp_learn": 5,
Expand All @@ -167,7 +167,7 @@
"copy-from": "bot_turret_base",
"skills_required": [ [ "mechanics", 4 ], [ "computer", 5 ] ],
"difficulty": 6,
"time": 30000,
"time": "30 m",
"reversible": false,
"autolearn": false,
"decomp_learn": 6,
Expand All @@ -188,7 +188,7 @@
"copy-from": "bot_turret_base",
"skills_required": [ [ "mechanics", 4 ], [ "computer", 6 ] ],
"difficulty": 7,
"time": 40000,
"time": "40 m",
"reversible": false,
"autolearn": false,
"decomp_learn": 7,
Expand Down Expand Up @@ -331,7 +331,7 @@
"subcategory": "CSC_ELECTRONIC_OTHER",
"skill_used": "fabrication",
"difficulty": 1,
"time": 1000,
"time": "1 m",
"reversible": true,
"autolearn": true,
"components": [ [ [ "bot_turret_9mm", 1 ] ], [ [ "duct_tape", 10 ] ], [ [ "garden_gnome", 1 ] ] ]
Expand Down

0 comments on commit 8943d3c

Please sign in to comment.