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

Method handler

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

Source from the content-addressed store, hash-verified

12614
12615 @staticmethod
12616 def handler(fit, beacon, context, projectionRange, **kwargs):
12617 fit.drones.filteredItemMultiply(lambda drone: drone.item.requiresSkill('Drones'),
12618 'damageMultiplier', beacon.getModifiedItemAttr('damageMultiplierMultiplier'),
12619 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
12620
12621
12622class Effect4022(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected