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

Method handler

eos/effects.py:34201–34205  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

34199
34200 @staticmethod
34201 def handler(fit, src, context, projectionRange, **kwargs):
34202 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Target Painter', 'signatureRadiusBonus',
34203 src.getModifiedItemAttr('targetPainterStrengthModifierFlagCruisers'), **kwargs)
34204 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Target Painter', 'maxRange',
34205 src.getModifiedItemAttr('targetPainterRangeModifierFlagCruisers'), **kwargs)
34206
34207
34208class Effect7055(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected