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

Method handler

eos/effects.py:4609–4613  ·  view source on GitHub ↗
(fit, skill, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

4607
4608 @staticmethod
4609 def handler(fit, skill, context, projectionRange, **kwargs):
4610 level = skill.level if 'skill' in context else 1
4611 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Target Painter',
4612 'signatureRadiusBonus',
4613 skill.getModifiedItemAttr('scanSkillTargetPaintStrengthBonus') * level, **kwargs)
4614
4615
4616class Effect1551(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected