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

11 lines
320 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"))