first commit

This commit is contained in:
2024-08-04 21:09:59 +08:00
commit 85d65d596a
2711 changed files with 540473 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"key": "volcano:status",
"type": "combo",
"label": "Volcano Status",
"strings": {
"options": {
"active": "Active",
"dormant": "Dormant",
"extinct": "Extinct"
}
},
"icons": {
"active": "roentgen-stratovolcano___lava",
"dormant": "roentgen-stratovolcano___smoke",
"extinct": "roentgen-stratovolcano"
},
"autoSuggestions": false,
"customValues": false
}
+19
View File
@@ -0,0 +1,19 @@
{
"key": "volcano:type",
"type": "combo",
"label": "Volcano Type",
"strings": {
"options": {
"stratovolcano": "Stratovolcano",
"shield": "Shield",
"scoria": "Scoria"
}
},
"icons": {
"stratovolcano": "roentgen-stratovolcano___smoke_2",
"shield": "roentgen-shield_volcano___smoke_2",
"scoria": "roentgen-volcanic_cone___smoke_2"
},
"autoSuggestions": false,
"customValues": false
}