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

Method handler

eos/effects.py:22942–22946  ·  view source on GitHub ↗
(fit, beacon, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

22940
22941 @staticmethod
22942 def handler(fit, beacon, context, projectionRange, **kwargs):
22943 fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Target Painting'),
22944 'signatureRadiusBonus',
22945 beacon.getModifiedItemAttr('targetPainterStrengthMultiplier'),
22946 stackingPenalties=True, penaltyGroup='postMul', **kwargs)
22947
22948
22949class Effect5922(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected