Make radio emit range editable (5-20)

This commit is contained in:
Jage9
2026-02-21 20:31:34 -05:00
parent 127a3b285c
commit 4ddb8ee75f
8 changed files with 59 additions and 7 deletions

View File

@@ -26,6 +26,7 @@ This is behavior-focused documentation for item types and their defaults.
- `effect="off"`
- `effectValue=50`
- `facing=0`
- `emitRange=20`
- Global:
- `useSound=none`
- `emitSound=none`
@@ -42,6 +43,7 @@ This is behavior-focused documentation for item types and their defaults.
- `effect`: `reverb | echo | flanger | high_pass | low_pass | off`
- `effectValue`: number `0..100` with `0.1` precision
- `facing`: number `0..360` with `0.1` precision
- `emitRange`: integer `5..20`
## `dice`