(fit, ship, context, projectionRange, **kwargs)
| 42828 | |
| 42829 | @staticmethod |
| 42830 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42831 | for dmgType in ('em', 'thermal', 'explosive'): |
| 42832 | fit.modules.filteredChargeBoost( |
| 42833 | lambda mod: mod.charge.requiresSkill('Rockets') or mod.charge.requiresSkill('Light Missiles'), |
| 42834 | f'{dmgType}Damage', ship.getModifiedItemAttr('shipBonusCD1'), skill='Caldari Destroyer', **kwargs) |
| 42835 | |
| 42836 | |
| 42837 | class Effect12813(BaseEffect): |
nothing calls this directly
no test coverage detected