(fit, ship, context, projectionRange, **kwargs)
| 18934 | |
| 18935 | @staticmethod |
| 18936 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18937 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'), |
| 18938 | 'aoeVelocity', ship.getModifiedItemAttr('shipBonusCD2'), skill='Caldari Destroyer', **kwargs) |
| 18939 | |
| 18940 | |
| 18941 | class Effect5308(BaseEffect): |
nothing calls this directly
no test coverage detected