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

9 lines
328 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"),
"capacitorNeed", ship.getModifiedItemAttr("iceHarvestCycleBonus"))