Added intensity parameter. Clean up for next alpha release
This commit is contained in:
@@ -9,6 +9,19 @@
|
||||
"crossed"
|
||||
]
|
||||
},
|
||||
"dungeonintensity": {
|
||||
"type": "selectbox",
|
||||
"default": "2",
|
||||
"options": [
|
||||
"1",
|
||||
"2",
|
||||
"3",
|
||||
"random"
|
||||
],
|
||||
"config": {
|
||||
"width": 40
|
||||
}
|
||||
},
|
||||
"experimental": { "type": "checkbox" },
|
||||
"dungeon_counters": {
|
||||
"type": "selectbox",
|
||||
|
||||
Reference in New Issue
Block a user