(fit, container, context, projectionRange, **kwargs)
| 40642 | |
| 40643 | @staticmethod |
| 40644 | def handler(fit, container, context, projectionRange, **kwargs): |
| 40645 | fit.modules.filteredChargeBoost( |
| 40646 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 40647 | 'thermalDamage', container.getModifiedItemAttr('shipBonusUFreighter2'), |
| 40648 | skill='Upwell Freighter', **kwargs) |
| 40649 | |
| 40650 | |
| 40651 | class Effect12061(BaseEffect): |
nothing calls this directly
no test coverage detected