(fit, ship, context, projectionRange, **kwargs)
| 19855 | |
| 19856 | @staticmethod |
| 19857 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 19858 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 19859 | 'thermalDamage', ship.getModifiedItemAttr('shipBonusCC'), skill='Caldari Cruiser', **kwargs) |
| 19860 | |
| 19861 | |
| 19862 | class Effect5385(BaseEffect): |
nothing calls this directly
no test coverage detected