Skip to content

Commit

Permalink
Turret mount crafting recipe (#37321)
Browse files Browse the repository at this point in the history
* Update recipe_vehicle.json

* Update recipe_vehicle.json

* Update recipe_vehicle.json

* Update recipe_vehicle.json

* Update recipe_vehicle.json

* Update recipe_vehicle.json

* Update recipes.json
  • Loading branch information
Dziugaske authored and I-am-Erk committed Jan 28, 2020
1 parent 0fefb04 commit f79a581
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 33 deletions.
19 changes: 19 additions & 0 deletions data/json/recipes/recipe_vehicle.json
Expand Up @@ -452,6 +452,25 @@
"qualities": [ { "id": "DRILL", "level": 3 } ],
"components": [ [ [ "scrap", 2 ] ] ]
},
{
"type": "recipe",
"result": "turret_mount",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "mechanics",
"skills_required": [ "electronics", 1 ],
"difficulty": 3,
"time": "1 h",
"autolearn": true,
"using": [ [ "welding_standard", 3 ], [ "steel_standard", 2 ], [ "soldering_standard", 10 ] ],
"qualities": [
{ "id": "HAMMER", "level": 2 },
{ "id": "SAW_M", "level": 1 },
{ "id": "WRENCH", "level": 1 },
{ "id": "SCREW", "level": 1 }
],
"components": [ [ [ "pipe", 3 ] ], [ [ "motor_tiny", 2 ] ], [ [ "spring", 1 ] ], [ [ "cable", 10 ] ] ]
},
{
"type": "recipe",
"result": "turret_controls",
Expand Down
33 changes: 0 additions & 33 deletions data/mods/Aftershock/recipes/recipes.json
Expand Up @@ -148,39 +148,6 @@
"qualities": [ { "id": "HAMMER", "level": 2 } ],
"components": [ [ [ "sheet_metal", 1 ] ] ]
},
{
"type": "recipe",
"result": "turret_mount",
"category": "CC_OTHER",
"subcategory": "CSC_OTHER_VEHICLE",
"skill_used": "electronics",
"skills_required": [ [ "mechanics", 7 ], [ "computer", 6 ], [ "fabrication", 6 ] ],
"difficulty": 9,
"time": "8 h",
"reversible": true,
"decomp_learn": 9,
"book_learn": [ [ "recipe_lab_elec", 8 ], [ "textbook_robots", 10 ] ],
"using": [ [ "soldering_standard", 14 ], [ "welding_standard", 5 ], [ "forging_standard", 4 ], [ "steel_standard", 4 ] ],
"tools": [ [ [ "surface_heat", 30, "LIST" ] ] ],
"qualities": [
{ "id": "HAMMER", "level": 3 },
{ "id": "SCREW", "level": 1 },
{ "id": "WRENCH", "level": 2 },
{ "id": "SAW_M", "level": 1 },
{ "id": "DRILL", "level": 1 }
],
"components": [
[ [ "ai_module", 1 ] ],
[ [ "RAM", 1 ] ],
[ [ "gun_module", 1 ] ],
[ [ "small_storage_battery", 1 ] ],
[ [ "sensor_module", 1 ] ],
[ [ "identification_module", 1 ] ],
[ [ "power_supply", 1 ] ],
[ [ "pipe", 2 ] ],
[ [ "spring", 2 ] ]
]
},
{
"type": "recipe",
"result": "thermometer",
Expand Down

0 comments on commit f79a581

Please sign in to comment.