(fit, container, context, projectionRange, **kwargs)
| 32588 | |
| 32589 | @staticmethod |
| 32590 | def handler(fit, container, context, projectionRange, **kwargs): |
| 32591 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 32592 | 'aoeVelocity', container.getModifiedItemAttr('subsystemBonusMinmatarOffensive3'), |
| 32593 | skill='Minmatar Offensive Systems', **kwargs) |
| 32594 | |
| 32595 | |
| 32596 | class Effect6925(BaseEffect): |
nothing calls this directly
no test coverage detected