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

Method handler

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

Source from the content-addressed store, hash-verified

43106
43107 @staticmethod
43108 def handler(fit, ship, context, projectionRange, **kwargs):
43109 fit.modules.filteredChargeBoost(
43110 lambda mod: mod.charge.group.name == 'Capacitor Booster Charge',
43111 'capacitorBonus', ship.getModifiedItemAttr('shipBonusForceAuxiliaryC5'),
43112 skill='Caldari Carrier', **kwargs)
43113
43114
43115class Effect12836(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredChargeBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected