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

Method handler

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

Source from the content-addressed store, hash-verified

31267
31268 @staticmethod
31269 def handler(fit, module, context, projectionRange, **kwargs):
31270 for x in range(1, 4):
31271 value = module.getModifiedChargeAttr('warfareBuff{}Multiplier'.format(x))
31272 module.multiplyItemAttr('warfareBuff{}Value'.format(x), value, **kwargs)
31273
31274
31275class Effect6753(BaseEffect):

Callers

nothing calls this directly

Calls 2

getModifiedChargeAttrMethod · 0.80
multiplyItemAttrMethod · 0.80

Tested by

no test coverage detected