Files
pyfa/eos/effects/iceharvesterdurationmultiplier.py
2014-05-31 22:13:59 +04:00

9 lines
323 B
Python
Executable File

# Used by:
# Ships from group: Exhumer (3 of 4)
# Ship: Procurer
# Ship: Retriever
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill("Ice Harvesting"),
"duration", ship.getModifiedItemAttr("iceHarvestCycleBonus"))