(fit, container, context, projectionRange, **kwargs)
| 40553 | |
| 40554 | @staticmethod |
| 40555 | def handler(fit, container, context, projectionRange, **kwargs): |
| 40556 | fit.modules.filteredChargeBoost( |
| 40557 | lambda mod: mod.charge.requiresSkill('Missile Launcher Operation'), |
| 40558 | 'thermalDamage', container.getModifiedItemAttr('shipBonusUH2'), |
| 40559 | skill='Upwell Hauler', **kwargs) |
| 40560 | |
| 40561 | |
| 40562 | class Effect12053(BaseEffect): |
nothing calls this directly
no test coverage detected