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

Method handler

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

Source from the content-addressed store, hash-verified

34285
34286 @staticmethod
34287 def handler(fit, beacon, context, projectionRange, **kwargs):
34288 for x in range(1, 3):
34289 if beacon.getModifiedItemAttr('warfareBuff{}ID'.format(x)):
34290 value = beacon.getModifiedItemAttr('warfareBuff{}Value'.format(x))
34291 id = beacon.getModifiedItemAttr('warfareBuff{}ID'.format(x))
34292 if id:
34293 fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
34294
34295
34296class Effect7060(BaseEffect):

Callers

nothing calls this directly

Calls 2

addCommandBonusMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected