9 lines
344 B
Python
9 lines
344 B
Python
# Not used by any item
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Capital Shield Emission Systems"),
|
|
"maxRange", ship.getModifiedItemAttr("shipBonusORECapital3"),
|
|
skill="Capital Industrial Ships")
|