(fit, container, context, projectionRange, **kwargs)
| 40589 | |
| 40590 | @staticmethod |
| 40591 | def handler(fit, container, context, projectionRange, **kwargs): |
| 40592 | fit.modules.filteredChargeBoost( |
| 40593 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 40594 | 'kineticDamage', container.getModifiedItemAttr('shipBonusUH2'), |
| 40595 | skill='Upwell Hauler', **kwargs) |
| 40596 | |
| 40597 | |
| 40598 | class Effect12057(BaseEffect): |
nothing calls this directly
no test coverage detected