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

Method handler

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

Source from the content-addressed store, hash-verified

34356
34357 @staticmethod
34358 def handler(fit, beacon, context, projectionRange, **kwargs):
34359 for x in range(1, 3):
34360 if beacon.getModifiedItemAttr('warfareBuff{}ID'.format(x)):
34361 value = beacon.getModifiedItemAttr('warfareBuff{}Value'.format(x))
34362 id = beacon.getModifiedItemAttr('warfareBuff{}ID'.format(x))
34363
34364 if id:
34365 fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
34366
34367
34368class Effect7063(BaseEffect):

Callers

nothing calls this directly

Calls 2

addCommandBonusMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected