(fit, container, context, projectionRange, **kwargs)
| 9724 | |
| 9725 | @staticmethod |
| 9726 | def handler(fit, container, context, projectionRange, **kwargs): |
| 9727 | level = container.level if 'skill' in context else 1 |
| 9728 | fit.modules.filteredItemBoost( |
| 9729 | lambda mod: 'heatDamage' in mod.item.attributes, 'heatDamage', |
| 9730 | container.getModifiedItemAttr('thermodynamicsHeatDamage') * level, **kwargs) |
| 9731 | |
| 9732 | |
| 9733 | class Effect3200(BaseEffect): |
nothing calls this directly
no test coverage detected