Files
pyfa/eos/effects/iceharvesterdurationmultiplier.py
2018-12-10 15:08:52 +03:00

12 lines
355 B
Python

# iceHarvesterDurationMultiplier
#
# Used by:
# Module: Frostline 'Omnivore' Harvester Upgrade
# Ship: Endurance
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill("Ice Harvesting"),
"duration", ship.getModifiedItemAttr("iceHarvestCycleBonus"))