Files
pyfa/eos/effects/iceharvestercapacitorneedmultiplier.py
2016-09-28 00:20:30 -04:00

6 lines
268 B
Python

# Not used by any item
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill("Ice Harvesting"),
"capacitorNeed", ship.getModifiedItemAttr("iceHarvestCycleBonus"))