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

Method handler

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

Source from the content-addressed store, hash-verified

24011
24012 @staticmethod
24013 def handler(fit, module, context, projectionRange, **kwargs):
24014 fit.modules.filteredChargeMultiply(
24015 lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
24016 'maxVelocity',
24017 1 / module.getModifiedItemAttr('modeMaxRangePostDiv'),
24018 stackingPenalties=True,
24019 penaltyGroup='postDiv',
24020 **kwargs)
24021
24022
24023class Effect6077(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected