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

b on 25 lvl researching - one shield - consumption 1.6GW/4.8GW

a month ago

I fixed the error by changing the following text in the file prototypes\energy_interfaces.lua (lines 35, 36, 37):

was:

input_flow_limit = recharge + drain .. "kW",
buffer_capacity = capacity .. "kJ",
drain = drain .. "kW",

became:

input_flow_limit = recharge + drain .. "W",
buffer_capacity = capacity .. "J",
drain = drain .. "W",

result:

https://drive.google.com/file/d/1hN_bHCu4WKfnM9ecQFxiWAvTcdodz56Z/view?usp=sharing

New response