8 lines
285 B
Python
Executable File
8 lines
285 B
Python
Executable File
# Used by:
|
|
# Ship: Augoror
|
|
# Ship: Osprey
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Transfer Array",
|
|
"powerTransferRange", ship.getModifiedItemAttr("maxRangeBonus"))
|