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

Method handler

eos/effects.py:22924–22927  ·  view source on GitHub ↗
(fit, beacon, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

22922
22923 @staticmethod
22924 def handler(fit, beacon, context, projectionRange, **kwargs):
22925 fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'),
22926 'aoeCloudSize', beacon.getModifiedItemAttr('aoeCloudSizeMultiplier'),
22927 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
22928
22929
22930class Effect5921(BaseEffect):

Callers

nothing calls this directly

Calls 3

requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected