(fit, source, context, projectionRange, **kwargs)
| 36626 | |
| 36627 | @staticmethod |
| 36628 | def handler(fit, source, context, projectionRange, **kwargs): |
| 36629 | fit.modules.filteredItemBoost( |
| 36630 | lambda mod: 'heatDamage' in mod.itemModifiedAttributes, |
| 36631 | 'heatDamage', source.getModifiedItemAttr('thermodynamicsHeatDamage'), **kwargs) |
| 36632 | |
| 36633 | |
| 36634 | class Effect8103(BaseEffect): |
nothing calls this directly
no test coverage detected