Simplified Spidertron Recipe


Simplifies the Spidertron recipe by removing utility science, agricultural science, rocket-turret, and portable fission reactor requirements.

Content
23 hours ago
2.0
11
Combat
Owner:
orbital917
Source:
N/A
Homepage:
N/A
License:
MIT
Created:
23 hours ago
Latest Version:
1.0.0 (23 hours ago)
Factorio version:
2.0
Downloaded by:
11 users

Allows you to unlock the spidertron before going to other planets.

I love the spidertron. I don't love that it doesn't unlock until I'm almost done with the game.

Simple mod to move the spidertron closer to rockets silos in the tech tree.
data.raw.technology["spidertron"].unit.ingredients = {
{"automation-science-pack", 1},
{"logistic-science-pack", 1},
{"military-science-pack", 1},
{"chemical-science-pack", 1},
{"production-science-pack", 1},
{"space-science-pack", 1}
}
data.raw.technology["spidertron"].unit.count = 2500

Simplified recipe as well.
data.raw.recipe["spidertron"].ingredients = {
{type = "item", name = "raw-fish", amount = 1},
{type = "item", name = "exoskeleton-equipment", amount = 4},
{type = "item", name = "rocket-launcher", amount = 4},
{type = "item", name = "radar", amount = 2},
{type = "item", name = "steel-plate", amount = 250}
}