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

Method handler

eos/effects.py:40486–40489  ·  view source on GitHub ↗
(fit, booster, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

40484
40485 @staticmethod
40486 def handler(fit, booster, context, projectionRange, **kwargs):
40487 fit.modules.filteredItemBoost(
40488 lambda mod: mod.item.requiresSkill('Vorton Projector Operation'), 'speed',
40489 booster.getModifiedItemAttr('turretSpeeBonus'), **kwargs)
40490
40491
40492class Effect12038(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected