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

Method handler

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

Source from the content-addressed store, hash-verified

40311
40312 @staticmethod
40313 def handler(fit, beacon, context, projectionRange, **kwargs):
40314 fit.modules.filteredItemMultiply(
40315 lambda mod: mod.item.requiresSkill('Vorton Projector Operation'),
40316 'damageMultiplier', beacon.getModifiedItemAttr('damageMultiplierMultiplier'),
40317 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
40318
40319
40320class Effect11953(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected