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

Method handler

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

Source from the content-addressed store, hash-verified

36242
36243 @staticmethod
36244 def handler(fit, module, context, projectionRange, **kwargs):
36245 fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Vorton Projector',
36246 'damageMultiplier', module.getModifiedItemAttr('damageMultiplier'),
36247 stackingPenalties=True, **kwargs)
36248 fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == 'Vorton Projector',
36249 'speed', module.getModifiedItemAttr('speedMultiplier'),
36250 stackingPenalties=True, **kwargs)
36251
36252
36253class Effect8062(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemMultiplyMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected