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

Method handler

eos/effects.py:42645–42649  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

42643
42644 @staticmethod
42645 def handler(fit, module, context, projectionRange, **kwargs):
42646 fit.modules.filteredChargeMultiply(
42647 lambda mod: mod.charge.requiresSkill('Rockets'),
42648 'maxVelocity', 1 / module.getModifiedItemAttr('modeRocketMissileMaxVelocityBonusPostDivSkua'),
42649 stackingPenalties=True, penaltyGroup='postDiv', **kwargs)
42650
42651
42652class Effect12795(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected