Add Hazardous Area/Warning Sign presets

Also added fields for `hazard`, `curve`, `curves`, `hazard:animal`, and changed the name for the `military=danger_area` preset
This commit is contained in:
arch0345 2023-06-19 22:44:10 -07:00
parent 0076d3bb97
commit ae0361dad0
33 changed files with 536 additions and 1 deletions

9
data/fields/curve.json Normal file
View file

@ -0,0 +1,9 @@
{
"key": "curve",
"type": "combo",
"label": "Type",
"prerequisiteTag": {
"key": "hazard",
"value": "curve"
}
}

9
data/fields/curves.json Normal file
View file

@ -0,0 +1,9 @@
{
"key": "curves",
"type": "combo",
"label": "Type",
"prerequisiteTag": {
"key": "hazard",
"value": "curves"
}
}

5
data/fields/hazard.json Normal file
View file

@ -0,0 +1,5 @@
{
"key": "hazard",
"type": "combo",
"label": "Hazard"
}

View file

@ -0,0 +1,9 @@
{
"key": "hazard:animal",
"type": "combo",
"label": "Type",
"prerequisiteTag": {
"key": "hazard",
"value": "animal_crossing"
}
}