(fit, src, context, projectionRange, **kwargs)
| 26689 | |
| 26690 | @staticmethod |
| 26691 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26692 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == 'Guided Bomb', |
| 26693 | 'aoeCloudSize', src.getModifiedItemAttr('structureRigMissileExplosionRadiusBonus'), |
| 26694 | stackingPenalties=True, **kwargs) |
| 26695 | |
| 26696 | |
| 26697 | class Effect6411(BaseEffect): |
nothing calls this directly
no test coverage detected