9 lines
323 B
Python
9 lines
323 B
Python
# shipBonusShieldTransferCapneed1
|
|
#
|
|
# Used by:
|
|
# Ship: Osprey
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Shield Booster",
|
|
"capacitorNeed", ship.getModifiedItemAttr("shipBonusCC"), skill="Caldari Cruiser")
|