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

Method handler

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

Source from the content-addressed store, hash-verified

16367
16368 @staticmethod
16369 def handler(fit, beacon, context, projectionRange, **kwargs):
16370 fit.fighters.filteredItemMultiply(lambda drone: drone.item.requiresSkill('Fighters'),
16371 'damageMultiplier', beacon.getModifiedItemAttr('damageMultiplierMultiplier'),
16372 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
16373
16374
16375class Effect4911(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected