(fit, ship, context, projectionRange, **kwargs)
| 15597 | |
| 15598 | @staticmethod |
| 15599 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15600 | fit.modules.filteredChargeBoost( |
| 15601 | lambda mod: mod.charge.requiresSkill('Cruise Missiles') or mod.charge.requiresSkill('Torpedoes'), |
| 15602 | 'aoeVelocity', ship.getModifiedItemAttr('shipBonus2CB'), skill='Caldari Battleship', **kwargs) |
| 15603 | |
| 15604 | |
| 15605 | class Effect4637(BaseEffect): |
nothing calls this directly
no test coverage detected