(fit, ship, context, projectionRange, **kwargs)
| 40224 | |
| 40225 | @staticmethod |
| 40226 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 40227 | fit.modules.filteredChargeBoost( |
| 40228 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), 'thermalDamage', |
| 40229 | ship.getModifiedItemAttr('shipBonusGD1'), skill='Gallente Destroyer', **kwargs) |
| 40230 | |
| 40231 | |
| 40232 | class Effect11944(BaseEffect): |
nothing calls this directly
no test coverage detected