(fit, container, context, projectionRange, **kwargs)
| 40535 | |
| 40536 | @staticmethod |
| 40537 | def handler(fit, container, context, projectionRange, **kwargs): |
| 40538 | fit.modules.filteredChargeBoost( |
| 40539 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 40540 | 'emDamage', container.getModifiedItemAttr('shipBonusUH2'), |
| 40541 | skill='Upwell Hauler', **kwargs) |
| 40542 | |
| 40543 | |
| 40544 | class Effect12052(BaseEffect): |
nothing calls this directly
no test coverage detected