(fit, container, context, projectionRange, **kwargs)
| 40660 | |
| 40661 | @staticmethod |
| 40662 | def handler(fit, container, context, projectionRange, **kwargs): |
| 40663 | fit.modules.filteredChargeBoost( |
| 40664 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 40665 | 'explosiveDamage', container.getModifiedItemAttr('shipBonusUFreighter2'), |
| 40666 | skill='Upwell Freighter', **kwargs) |
| 40667 | |
| 40668 | |
| 40669 | class Effect12062(BaseEffect): |
nothing calls this directly
no test coverage detected