Files
pyfa/eos/effects/informationcommanddurationbonus.py
2016-11-20 15:37:55 -05:00

9 lines
302 B
Python

# informationCommandDurationBonus
#
# Used by:
# Skill: Information Command
type = "passive"
def handler(fit, src, context):
lvl = src.level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Information Command"), "buffDuration", src.getModifiedItemAttr("durationBonus") * lvl)