9 lines
327 B
Python
9 lines
327 B
Python
# eliteBonusLogisticShieldTransferCapNeed1
|
|
#
|
|
# Used by:
|
|
# Ship: Basilisk
|
|
# Ship: Etana
|
|
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Emission Systems"), "capacitorNeed", src.getModifiedItemAttr("eliteBonusLogistics1"), skill="Logistics Cruisers")
|