(fit, ship, context, projectionRange, **kwargs)
| 42755 | |
| 42756 | @staticmethod |
| 42757 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 42758 | for dmgType in ('em', 'thermal', 'kinetic', 'explosive'): |
| 42759 | fit.modules.filteredChargeBoost( |
| 42760 | lambda mod: mod.charge.requiresSkill('Rockets') or mod.charge.requiresSkill('Light Missiles'), |
| 42761 | f'{dmgType}Damage', ship.getModifiedItemAttr('shipBonusAD1'), skill='Amarr Destroyer', **kwargs) |
| 42762 | |
| 42763 | |
| 42764 | class Effect12808(BaseEffect): |
nothing calls this directly
no test coverage detected