Files
pyfa/eos/effects/shipbonusdroneiceharvestingrole.py
2016-11-20 16:04:32 -05:00

8 lines
290 B
Python

# shipBonusDroneIceHarvestingRole
#
# Used by:
# Ship: Orca
type = "passive"
def handler(fit, src, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Ice Harvesting Drone Operation"), "duration", src.getModifiedItemAttr("roleBonusDroneIceHarvestingSpeed"))