(fit, ship, context, projectionRange, **kwargs)
| 38502 | |
| 38503 | @staticmethod |
| 38504 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38505 | for dmgType in ('em', 'kinetic', 'explosive', 'thermal'): |
| 38506 | fit.modules.filteredChargeBoost( |
| 38507 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), f'{dmgType}Damage', |
| 38508 | ship.getModifiedItemAttr('shipBonusCF'), skill='Caldari Frigate', **kwargs) |
| 38509 | |
| 38510 | |
| 38511 | class Effect11072(BaseEffect): |
nothing calls this directly
no test coverage detected