(fit, beacon, context, projectionRange, **kwargs)
| 13390 | |
| 13391 | @staticmethod |
| 13392 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 13393 | fit.ship.boostItemAttr('shieldThermalDamageResonance', |
| 13394 | beacon.getModifiedItemAttr('shieldThermalDamageResistanceBonus'), |
| 13395 | stackingPenalties=True, **kwargs) |
| 13396 | |
| 13397 | |
| 13398 | class Effect4152(BaseEffect): |
nothing calls this directly
no test coverage detected