(fit, beacon, context, projectionRange, **kwargs)
| 12471 | |
| 12472 | @staticmethod |
| 12473 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12474 | fit.ship.boostItemAttr('armorThermalDamageResonance', |
| 12475 | beacon.getModifiedItemAttr('armorThermalDamageResistanceBonus'), |
| 12476 | stackingPenalties=True, **kwargs) |
| 12477 | |
| 12478 | |
| 12479 | class Effect4002(BaseEffect): |
nothing calls this directly
no test coverage detected