(fit, module, context, projectionRange, **kwargs)
| 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 | |
| 31275 | class Effect6753(BaseEffect): |
nothing calls this directly
no test coverage detected