(fit, ship, context, projectionRange, **kwargs)
| 18900 | |
| 18901 | @staticmethod |
| 18902 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 18903 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Light Missiles'), |
| 18904 | 'kineticDamage', ship.getModifiedItemAttr('shipBonusCD1'), |
| 18905 | skill='Caldari Destroyer', **kwargs) |
| 18906 | |
| 18907 | |
| 18908 | class Effect5306(BaseEffect): |
nothing calls this directly
no test coverage detected