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

9 lines
356 B
Python

# iceHarvestingDroneOperationDurationBonus
#
# Used by:
# Modules named like: Drone Mining Augmentor (8 of 8)
# Skill: Ice Harvesting Drone Operation
type = "passive"
def handler(fit, src, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Ice Harvesting Drone Operation"), "duration", src.getModifiedItemAttr("rofBonus"))