Test rituals are now configurable in assets/config.json
This commit is contained in:
parent
ebb69dd589
commit
30997cbff5
4 changed files with 33 additions and 19 deletions
|
@ -320,5 +320,10 @@
|
|||
"SW": 8665,
|
||||
"W": 8592,
|
||||
"NW": 8598
|
||||
}
|
||||
},
|
||||
"test_rituals": [
|
||||
{ "has_spikes": true, "active": true },
|
||||
{ "has_magick": true, "active": true },
|
||||
{ "has_magick": true, "shiny_bauble": true, "active": true }
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue