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

Method handler

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

Source from the content-addressed store, hash-verified

40207
40208 @staticmethod
40209 def handler(fit, ship, context, projectionRange, **kwargs):
40210 fit.modules.filteredChargeBoost(
40211 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'kineticDamage',
40212 ship.getModifiedItemAttr('shipBonusGD1'), skill='Gallente Destroyer', **kwargs)
40213
40214
40215class Effect11943(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected