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

Method handler

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

Source from the content-addressed store, hash-verified

34158
34159 @staticmethod
34160 def handler(fit, beacon, context, projectionRange, **kwargs):
34161 for x in range(1, 3):
34162 if beacon.getModifiedItemAttr('warfareBuff{}ID'.format(x)):
34163 value = beacon.getModifiedItemAttr('warfareBuff{}Value'.format(x))
34164 id = beacon.getModifiedItemAttr('warfareBuff{}ID'.format(x))
34165 if id:
34166 fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
34167
34168
34169class Effect7051(BaseEffect):

Callers

nothing calls this directly

Calls 2

addCommandBonusMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected