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

Method handler

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

Source from the content-addressed store, hash-verified

34309
34310 @staticmethod
34311 def handler(fit, beacon, context, projectionRange, **kwargs):
34312 for x in range(1, 5):
34313 if beacon.getModifiedItemAttr('warfareBuff{}ID'.format(x)):
34314 value = beacon.getModifiedItemAttr('warfareBuff{}Value'.format(x))
34315 id = beacon.getModifiedItemAttr('warfareBuff{}ID'.format(x))
34316 if id:
34317 fit.addCommandBonus(id, value, beacon, kwargs['effect'], 'early')
34318
34319
34320class Effect7061(BaseEffect):

Callers

nothing calls this directly

Calls 2

addCommandBonusMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected