(fit, src, context, projectionRange, **kwargs)
| 26553 | |
| 26554 | @staticmethod |
| 26555 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26556 | groups = ('Structure Anti-Subcapital Missile', 'Structure Anti-Capital Missile') |
| 26557 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name in groups, |
| 26558 | 'maxVelocity', src.getModifiedItemAttr('structureRigMissileVelocityBonus'), |
| 26559 | stackingPenalties=True, **kwargs) |
| 26560 | |
| 26561 | |
| 26562 | class Effect6404(BaseEffect): |
nothing calls this directly
no test coverage detected