King's Turret Shields

by Kingdud

Forked from Turret-Shields by OwnlyMe. Cleaned up the code, removed a lot of options, internal tweaks to how power and damage affect the shield. Lightweight scripted shields with power consumption (configurable or researchable)

Content
2 years ago
1.0 - 1.1
6.58K
Combat

g Fix Version 1.1

3 years ago

How the mod works again for version 1.1

https://drive.google.com/file/d/10AF0oOut6LNTKd6sLOU6mdFDN7TuEq13/view?usp=sharing

I have changed

    type = "unlock-recipe",
    recipe = "turret-shield-combinator"
  }},
    prerequisites = {"military-2", "turrets"},
    unit =
    {
        count = 75,
        ingredients =

To

    type = "unlock-recipe",
    recipe = "turret-shield-combinator"
  }},
    prerequisites = {"military-2"},
    unit =
    {
        count = 75,
        ingredients =
3 years ago

You need to make changes to the line: prerequisites = {"military-2", "turrets"},
and replace it prerequisites = {"military-2", "gun-turret"},
developers renamed technology "turrets" -> "gun-turret"

3 years ago

Done...wish I'd read this before doing it myself. You'd have saved me work. >.< my own laziness bites me in the ass.

New response