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

Method handler

eos/effects.py:14184–14187  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

14182
14183 @staticmethod
14184 def handler(fit, src, context, projectionRange, **kwargs):
14185 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles') or mod.charge.requiresSkill('Heavy Assault Missiles'),
14186 'maxVelocity', src.getModifiedItemAttr('subsystemBonusCaldariOffensive3'),
14187 skill='Caldari Offensive Systems', **kwargs)
14188
14189
14190class Effect4342(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected