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

Method handler

eos/effects.py:8758–8761  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

8756
8757 @staticmethod
8758 def handler(fit, module, context, projectionRange, **kwargs):
8759 fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Sentry Drone Interfacing'),
8760 'damageMultiplier', module.getModifiedItemAttr('damageMultiplierBonus'),
8761 stackingPenalties=True, **kwargs)
8762
8763
8764class Effect2868(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected