Add cycle_barrier fields (#1232)

This commit is contained in:
Kyℓe Hensel 2025-02-14 00:07:49 +11:00 committed by GitHub
parent cfa71d6c4f
commit c156fca6c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 90 additions and 1 deletions

View file

@ -0,0 +1,10 @@
{
"key": "deflection",
"type": "number",
"label": "Angle",
"increment": 5,
"prerequisiteTag": {
"key": "cycle_barrier",
"value": "diagonal"
}
}