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

Method handler

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

Source from the content-addressed store, hash-verified

31182
31183 @staticmethod
31184 def handler(fit, module, context, projectionRange, **kwargs):
31185 for x in range(1, 5):
31186 if module.getModifiedChargeAttr('warfareBuff{}ID'.format(x)):
31187 value = module.getModifiedItemAttr('warfareBuff{}Value'.format(x))
31188 id = module.getModifiedChargeAttr('warfareBuff{}ID'.format(x))
31189
31190 if id:
31191 fit.addCommandBonus(id, value, module, kwargs['effect'])
31192
31193
31194class Effect6734(BaseEffect):

Callers

nothing calls this directly

Calls 3

getModifiedChargeAttrMethod · 0.80
addCommandBonusMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected