(fit, ship, context, projectionRange, **kwargs)
| 39037 | |
| 39038 | @staticmethod |
| 39039 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39040 | for dmgType in ('em', 'kinetic', 'explosive', 'thermal'): |
| 39041 | fit.modules.filteredChargeBoost( |
| 39042 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), f'{dmgType}Damage', |
| 39043 | ship.getModifiedItemAttr('shipBonusMC2'), skill='Minmatar Cruiser', **kwargs) |
| 39044 | |
| 39045 | |
| 39046 | class Effect11412(BaseEffect): |
nothing calls this directly
no test coverage detected