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

12 lines
338 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)