(fit, ship, context, projectionRange, **kwargs)
| 42626 | |
| 42627 | @staticmethod |
| 42628 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42629 | fit.modules.filteredChargeBoost( |
| 42630 | lambda mod: mod.charge.requiresSkill('Torpedoes') or mod.charge.requiresSkill('Cruise Missiles'), |
| 42631 | 'aoeVelocity', ship.getModifiedItemAttr('shipBonusCBC2'), skill='Caldari Battlecruiser', **kwargs) |
| 42632 | |
| 42633 | |
| 42634 | class Effect12794(BaseEffect): |
nothing calls this directly
no test coverage detected