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

Method handler

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

Source from the content-addressed store, hash-verified

69
70 @staticmethod
71 def handler(fit, beacon, context, projectionRange, **kwargs):
72 for i in range(1, 4):
73 if id := beacon.getModifiedItemAttr(f'warfareBuff{i}ID'):
74 value = beacon.getModifiedItemAttr(f'warfareBuff{i}Value')
75 fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
76
77
78class Effect100002(BaseEffect):

Callers

nothing calls this directly

Calls 2

addCommandBonusMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected