Files
pyfa/eos/effects/shipbonusdroneiceharvestingrole.py
2016-11-23 20:01:56 -05:00

8 lines
285 B
Python

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