8 lines
322 B
Python
8 lines
322 B
Python
# shipBonusForceAuxiliaryG3CapBoosterStrength
|
|
#
|
|
# Used by:
|
|
# Ship: Ninazu
|
|
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == "Capacitor Booster Charge", "capacitorBonus", src.getModifiedItemAttr("shipBonusForceAuxiliaryG3"), skill="Gallente Carrier")
|