(fit, module, context, projectionRange, **kwargs)
| 24335 | |
| 24336 | @staticmethod |
| 24337 | def handler(fit, module, context, projectionRange, **kwargs): |
| 24338 | for tgtAttr in ( |
| 24339 | 'aoeCloudSizeBonus', |
| 24340 | 'explosionDelayBonus', |
| 24341 | 'missileVelocityBonus', |
| 24342 | 'maxVelocityModifier', |
| 24343 | 'aoeVelocityBonus' |
| 24344 | ): |
| 24345 | module.boostItemAttr(tgtAttr, module.getModifiedItemAttr('overloadTrackingModuleStrengthBonus'), **kwargs) |
| 24346 | |
| 24347 | |
| 24348 | class Effect6148(BaseEffect): |
nothing calls this directly
no test coverage detected