(fit, container, context, projectionRange, **kwargs)
| 40624 | |
| 40625 | @staticmethod |
| 40626 | def handler(fit, container, context, projectionRange, **kwargs): |
| 40627 | fit.modules.filteredChargeBoost( |
| 40628 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 40629 | 'emDamage', container.getModifiedItemAttr('shipBonusUFreighter2'), |
| 40630 | skill='Upwell Freighter', **kwargs) |
| 40631 | |
| 40632 | |
| 40633 | class Effect12060(BaseEffect): |
nothing calls this directly
no test coverage detected