Files
pyfa/eos/effects/commandburstaoebonus.py
2016-12-13 23:31:39 -08:00

14 lines
374 B
Python

# commandBurstAoEBonus
#
# Used by:
# Skill: Fleet Command
# Skill: Leadership
# Skill: Wing Command
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Leadership"),
"maxRange",
src.getModifiedItemAttr("areaOfEffectBonus") * src.level)