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

Method handler

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

Source from the content-addressed store, hash-verified

34179
34180 @staticmethod
34181 def handler(fit, beacon, context, projectionRange, **kwargs):
34182 for x in range(1, 3):
34183 if beacon.getModifiedItemAttr('warfareBuff{}ID'.format(x)):
34184 value = beacon.getModifiedItemAttr('warfareBuff{}Value'.format(x))
34185 id = beacon.getModifiedItemAttr('warfareBuff{}ID'.format(x))
34186 if id:
34187 fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
34188
34189
34190class Effect7052(BaseEffect):

Callers

nothing calls this directly

Calls 2

addCommandBonusMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected