Apply suggestions from review

This commit is contained in:
arch0345 2023-06-20 12:43:42 -07:00
parent 1a17031ff6
commit 5f5ff68c79
19 changed files with 65 additions and 6 deletions

View file

@ -1,6 +1,12 @@
{
"key": "curve",
"type": "combo",
"strings": {
"options": {
"hairpin": "Hairpin/Switchback",
"loop": "Loop (270 Degrees or More)"
}
},
"label": "Type",
"prerequisiteTag": {
"key": "hazard",

View file

@ -1,6 +1,12 @@
{
"key": "curves",
"type": "combo",
"strings": {
"options": {
"serpentine": "Double Curve/Bend",
"extended": "Windy Road (Many Curves)"
}
},
"label": "Type",
"prerequisiteTag": {
"key": "hazard",

View file

@ -1,6 +1,18 @@
{
"key": "hazard:animal",
"type": "combo",
"strings": {
"options": {
"wild_animal": "Wild Animal",
"moose": "Moose",
"livestock": "Livestock",
"deer": "Deer",
"cow": "Cow",
"snake": "Snake",
"amphibian": "Amphibian",
"duck": "Duck"
}
},
"label": "Type",
"prerequisiteTag": {
"key": "hazard",

View file

@ -1,6 +1,14 @@
{
"key": "traffic_sign",
"type": "typeCombo",
"strings": {
"options": {
"city_limit": "City Limit Sign",
"hazard": "Warning Sign",
"maxspeed": "Speed Limit Sign",
"variable_message": "Variable Message Sign"
}
},
"label": "Traffic Sign",
"snake_case": false,
"caseSensitive": true