12 lines
339 B
Python
12 lines
339 B
Python
# shipGCHYieldBonusOREfrig2
|
|
#
|
|
# Used by:
|
|
# Ship: Prospect
|
|
# Ship: Venture
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Gas Cloud Harvester",
|
|
"duration", module.getModifiedItemAttr("shipBonusOREfrig2"), skill="Mining Frigate")
|