(fit, src, context, projectionRange, **kwargs)
| 26534 | |
| 26535 | @staticmethod |
| 26536 | def handler(fit, src, context, projectionRange, **kwargs): |
| 26537 | groups = ('Structure Anti-Subcapital Missile', 'Structure Anti-Capital Missile') |
| 26538 | |
| 26539 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name in groups, |
| 26540 | 'aoeVelocity', src.getModifiedItemAttr('structureRigMissileExploVeloBonus'), |
| 26541 | stackingPenalties=True, **kwargs) |
| 26542 | |
| 26543 | |
| 26544 | class Effect6403(BaseEffect): |
nothing calls this directly
no test coverage detected