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

Method handler

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

Source from the content-addressed store, hash-verified

40293
40294 @staticmethod
40295 def handler(fit, beacon, context, projectionRange, **kwargs):
40296 fit.modules.filteredItemMultiply(
40297 lambda mod: mod.item.requiresSkill('Vorton Projector Operation'),
40298 'aoeCloudSize', beacon.getModifiedItemAttr('aoeCloudSizeMultiplier'),
40299 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
40300
40301
40302class Effect11948(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected