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

Method handler

eos/effects.py:31248–31255  ·  view source on GitHub ↗
(fit, module, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

31246
31247 @staticmethod
31248 def handler(fit, module, context, projectionRange, **kwargs):
31249 for x in range(1, 5):
31250 if module.getModifiedChargeAttr('warfareBuff{}ID'.format(x)):
31251 value = module.getModifiedItemAttr('warfareBuff{}Value'.format(x))
31252 id = module.getModifiedChargeAttr('warfareBuff{}ID'.format(x))
31253
31254 if id:
31255 fit.addCommandBonus(id, value, module, kwargs['effect'])
31256
31257
31258class Effect6737(BaseEffect):

Callers

nothing calls this directly

Calls 3

getModifiedChargeAttrMethod · 0.80
addCommandBonusMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected