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

Method handler

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

Source from the content-addressed store, hash-verified

50
51 @staticmethod
52 def handler(fit, beacon, context, projectionRange, **kwargs):
53 if id := beacon.getModifiedItemAttr('warfareBuff1ID'):
54 value = beacon.getModifiedItemAttr('warfareBuff1Value')
55 if id:
56 fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
57
58
59class Effect100001(BaseEffect):

Callers

nothing calls this directly

Calls 2

addCommandBonusMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected