10 lines
373 B
Python
10 lines
373 B
Python
# Not used by any item
|
|
type = "passive"
|
|
runTime = "early"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Emission Systems"),
|
|
"shieldBonus", module.getModifiedItemAttr("subsystemBonusCaldariDefensive2"),
|
|
skill="Caldari Defensive Systems")
|