mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-20 23:44:42 +02:00
Add Hazardous Area preset (#952)
Also renamed `miliary=danger_area` preset to "Military Danger Area"
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"key": "hazard",
|
||||
"type": "combo",
|
||||
"strings": {
|
||||
"options": {
|
||||
"archery_range": "Arrows",
|
||||
"avalanche": "Avalanche",
|
||||
"biohazard": "Biohazard",
|
||||
"contamination": "Chemical Contamination",
|
||||
"electricity": "Electric Shock",
|
||||
"shooting_range": "Gunfire",
|
||||
"hole": "Hole",
|
||||
"minefield": "Land Mines",
|
||||
"nuclear": "Nuclear / Radioactive",
|
||||
"quicksand": "Quicksand"
|
||||
}
|
||||
},
|
||||
"label": "Hazard"
|
||||
}
|
||||
Reference in New Issue
Block a user