MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:36469–36473  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

36467
36468 @staticmethod
36469 def handler(fit, ship, context, projectionRange, **kwargs):
36470 fit.modules.filteredChargeBoost(
36471 lambda mod: mod.charge.group.name == 'Capacitor Booster Charge',
36472 'capacitorBonus', ship.getModifiedItemAttr('shipBonusForceAuxiliaryG5'),
36473 skill='Gallente Carrier', **kwargs)
36474
36475
36476class Effect8094(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredChargeBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected