(fit, beacon, context, projectionRange, **kwargs)
| 36433 | |
| 36434 | @staticmethod |
| 36435 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 36436 | fit.ship.boostItemAttr('thermalDamageResonance', beacon.getModifiedItemAttr('thermalDamageResistanceBonus'), |
| 36437 | stackingPenalties=True, **kwargs) |
| 36438 | |
| 36439 | |
| 36440 | class Effect8082(BaseEffect): |
nothing calls this directly
no test coverage detected