(fit, module, context, projectionRange, **kwargs)
| 36262 | |
| 36263 | @staticmethod |
| 36264 | def handler(fit, module, context, projectionRange, **kwargs): |
| 36265 | module.multiplyItemAttr('aoeVelocity', module.getModifiedChargeAttr('aoeVelocityBonus') or 0, **kwargs) |
| 36266 | |
| 36267 | |
| 36268 | class Effect8065(BaseEffect): |
nothing calls this directly
no test coverage detected