(fit, ship, context, projectionRange, **kwargs)
| 22264 | |
| 22265 | @staticmethod |
| 22266 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 22267 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 22268 | 'thermalDamage', ship.getModifiedItemAttr('shipBonusGC2'), skill='Gallente Cruiser', **kwargs) |
| 22269 | |
| 22270 | |
| 22271 | class Effect5827(BaseEffect): |
nothing calls this directly
no test coverage detected