(fit, module, context, projectionRange, **kwargs)
| 26397 | |
| 26398 | @staticmethod |
| 26399 | def handler(fit, module, context, projectionRange, **kwargs): |
| 26400 | for tgtAttr in ( |
| 26401 | 'aoeCloudSizeBonus', |
| 26402 | 'explosionDelayBonus', |
| 26403 | 'missileVelocityBonus', |
| 26404 | 'aoeVelocityBonus' |
| 26405 | ): |
| 26406 | module.boostItemAttr(tgtAttr, module.getModifiedItemAttr('overloadTrackingModuleStrengthBonus'), **kwargs) |
| 26407 | |
| 26408 | |
| 26409 | class Effect6385(BaseEffect): |
nothing calls this directly
no test coverage detected