12 lines
389 B
Python
12 lines
389 B
Python
# eliteBonusLogisticEnergyTransferCapNeed1
|
|
#
|
|
# Used by:
|
|
# Ship: Guardian
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Capacitor Transmitter",
|
|
"capacitorNeed", ship.getModifiedItemAttr("eliteBonusLogistics1"),
|
|
skill="Logistics Cruisers")
|