Files
pyfa/eos/effects/skillbonussupportfightersshield.py
2016-04-06 00:12:44 -04:00

9 lines
297 B
Python

# skillBonusSupportFightersShield
#
# Used by:
# Skill: Support Fighters
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)