# Лёгкое заражение
execute as @a[scores={radiation=50..}] run effect give @s minecraft:poison 2 0 true

# Среднее заражение
execute as @a[scores={radiation=150..}] run effect give @s minecraft:wither 2 0 true

# Сильное заражение
execute as @a[scores={radiation=300..}] run effect give @s minecraft:slowness 2 1 true

# Гейгер - лёгкий уровень
execute as @a[scores={radiation=50..149}] at @s run playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.3 1

# Гейгер - средний уровень
execute as @a[scores={radiation=150..299}] at @s run playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.5 1.5

# Гейгер - критический
execute as @a[scores={radiation=300..}] at @s run playsound minecraft:block.note_block.hat master @s ~ ~ ~ 0.7 2
