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

Method handler

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

Source from the content-addressed store, hash-verified

42661
42662 @staticmethod
42663 def handler(fit, module, context, projectionRange, **kwargs):
42664 fit.modules.filteredChargeMultiply(
42665 lambda mod: mod.charge.requiresSkill('Light Missiles'),
42666 'maxVelocity', 1 / module.getModifiedItemAttr('modeLightMissileMaxVelocityBonusPostDivSkua'),
42667 stackingPenalties=True, penaltyGroup='postDiv', **kwargs)
42668
42669
42670class Effect12796(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected