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

Method handler

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

Source from the content-addressed store, hash-verified

40037
40038 @staticmethod
40039 def handler(fit, ship, context, projectionRange, **kwargs):
40040 fit.modules.filteredChargeBoost(
40041 lambda mod: mod.charge.requiresSkill('Heavy Missiles'), 'kineticDamage',
40042 ship.getModifiedItemAttr('shipBonusGBC1'), skill='Gallente Battlecruiser', **kwargs)
40043
40044
40045class Effect11753(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected