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

View file

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