(fit, module, context, projectionRange, **kwargs)
| 9599 | |
| 9600 | @staticmethod |
| 9601 | def handler(fit, module, context, projectionRange, **kwargs): |
| 9602 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'), |
| 9603 | 'heatDamage', module.getModifiedItemAttr('heatDamageBonus'), **kwargs) |
| 9604 | |
| 9605 | |
| 9606 | class Effect3169(BaseEffect): |
nothing calls this directly
no test coverage detected