Test rituals are now configurable in assets/config.json

This commit is contained in:
Zed A. Shaw 2025-04-24 23:06:15 -04:00
parent ebb69dd589
commit 30997cbff5
4 changed files with 33 additions and 19 deletions

View file

@ -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 }
]
}

View file

@ -139,7 +139,7 @@
"boost_magick": {
"damage": 10,
"kind": 2,
"element": 1,
"element": 2,
"probability": 1.0
},
"pierce_type": {