Learning By Doing


Less linear tech tree. Changes over 80 techs to have a crafting requirement instead of research.

Tweaks
8 months ago
2.0
1.47K

b Power Armor Mk2

4 months ago
(updated 4 months ago)

With this mod installed it's impossible to unlock Power Armor Mk2.

It only shows 3 prerequisites and needs military and utility science packs (Military 4, Modules, Power Armor)
but you're unable to queue the research, as if there is still a prerequisite unfulfilled.

4 months ago
(updated 4 months ago)

Added this line to the data-update.lua, which fixed it for me:

update_tech_quality("power-armor-mk2", {"military-4", "modules", "power-armor"}, {type="craft-item", count=1, item={name="power-armor", quality="rare", comparator=">="}})

New response