(fit, ship, context, projectionRange, **kwargs)
| 5646 | |
| 5647 | @staticmethod |
| 5648 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5649 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 5650 | 'thermalDamage', ship.getModifiedItemAttr('shipBonusCF2'), |
| 5651 | skill='Caldari Frigate', **kwargs) |
| 5652 | |
| 5653 | |
| 5654 | class Effect1864(BaseEffect): |
nothing calls this directly
no test coverage detected