(fit, src, context, projectionRange, **kwargs)
| 26707 | |
| 26708 | @staticmethod |
| 26709 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26710 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == 'Guided Bomb', |
| 26711 | 'maxVelocity', src.getModifiedItemAttr('structureRigMissileVelocityBonus'), |
| 26712 | stackingPenalties=True, **kwargs) |
| 26713 | |
| 26714 | |
| 26715 | class Effect6412(BaseEffect): |
nothing calls this directly
no test coverage detected