(fit, ship, context, projectionRange, **kwargs)
| 39496 | |
| 39497 | @staticmethod |
| 39498 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39499 | for dmgType in ('em', 'kinetic', 'explosive', 'thermal'): |
| 39500 | fit.modules.filteredChargeBoost( |
| 39501 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), f'{dmgType}Damage', |
| 39502 | ship.getModifiedItemAttr('shipBonusMF2'), skill='Minmatar Frigate', **kwargs) |
| 39503 | |
| 39504 | |
| 39505 | class Effect11514(BaseEffect): |
nothing calls this directly
no test coverage detected