Files
pyfa/eos/effects/effect6769.py
2019-03-16 14:08:20 -04:00

13 lines
340 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)