Files
pyfa/eos/effects/skillbonussupportfightersshield.py
2016-04-04 23:52:09 -04:00

5 lines
224 B
Python

type = "passive"
def handler(fit, src, context):
lvl = src.level
fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill("Support Fighters"), "shieldCapacity", src.getModifiedItemAttr("shieldBonus") * lvl)