(fit, ship, context, projectionRange, **kwargs)
| 22386 | |
| 22387 | @staticmethod |
| 22388 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22389 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 22390 | 'thermalDamage', ship.getModifiedItemAttr('shipBonusCB'), |
| 22391 | skill='Caldari Battleship', **kwargs) |
| 22392 | |
| 22393 | |
| 22394 | class Effect5865(BaseEffect): |
nothing calls this directly
no test coverage detected