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

Method handler

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

Source from the content-addressed store, hash-verified

40275
40276 @staticmethod
40277 def handler(fit, beacon, context, projectionRange, **kwargs):
40278 fit.modules.filteredItemMultiply(
40279 lambda mod: mod.item.requiresSkill('Small Vorton Projector'),
40280 'damageMultiplier', beacon.getModifiedItemAttr('smallWeaponDamageMultiplier'),
40281 stackingPenalties=True, **kwargs)
40282
40283
40284class Effect11947(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected