9 lines
344 B
Python
9 lines
344 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")
|