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