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 }
|
||||
]
|
||||
}
|
||||
|
|
|
@ -139,7 +139,7 @@
|
|||
"boost_magick": {
|
||||
"damage": 10,
|
||||
"kind": 2,
|
||||
"element": 1,
|
||||
"element": 2,
|
||||
"probability": 1.0
|
||||
},
|
||||
"pierce_type": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue