(fit, ship, context, projectionRange, **kwargs)
| 15615 | |
| 15616 | @staticmethod |
| 15617 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 15618 | fit.modules.filteredChargeBoost( |
| 15619 | lambda mod: mod.charge.requiresSkill('Cruise Missiles') or mod.charge.requiresSkill('Torpedoes'), |
| 15620 | 'maxVelocity', ship.getModifiedItemAttr('shipBonusCB3'), skill='Caldari Battleship', **kwargs) |
| 15621 | |
| 15622 | |
| 15623 | class Effect4640(BaseEffect): |
nothing calls this directly
no test coverage detected