(fit, container, context, projectionRange, **kwargs)
| 40678 | |
| 40679 | @staticmethod |
| 40680 | def handler(fit, container, context, projectionRange, **kwargs): |
| 40681 | fit.modules.filteredChargeBoost( |
| 40682 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 40683 | 'kineticDamage', container.getModifiedItemAttr('shipBonusUFreighter2'), |
| 40684 | skill='Upwell Freighter', **kwargs) |
| 40685 | |
| 40686 | |
| 40687 | class Effect12063(BaseEffect): |
nothing calls this directly
no test coverage detected