Files
pyfa/eos/effects/iceharvestercapacitorneedmultiplier.py
2016-12-04 23:10:09 -05:00

8 lines
270 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"))