(fit, ship, context, projectionRange, **kwargs)
| 41049 | |
| 41050 | @staticmethod |
| 41051 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41052 | for damageType in ('em', 'explosive', 'kinetic', 'thermal'): |
| 41053 | fit.modules.filteredChargeBoost( |
| 41054 | lambda mod: mod.charge.requiresSkill('Rockets'), f'{damageType}Damage', |
| 41055 | ship.getModifiedItemAttr('shipBonusRole2'), **kwargs) |
| 41056 | |
| 41057 | |
| 41058 | class Effect12191(BaseEffect): |
nothing calls this directly
no test coverage detected