(fit, container, context, projectionRange, **kwargs)
| 40571 | |
| 40572 | @staticmethod |
| 40573 | def handler(fit, container, context, projectionRange, **kwargs): |
| 40574 | fit.modules.filteredChargeBoost( |
| 40575 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 40576 | 'explosiveDamage', container.getModifiedItemAttr('shipBonusUH2'), |
| 40577 | skill='Upwell Hauler', **kwargs) |
| 40578 | |
| 40579 | |
| 40580 | class Effect12054(BaseEffect): |
nothing calls this directly
no test coverage detected