fixed missing cycles and added to official cycle list

This commit is contained in:
Chr1Z93 2024-11-12 23:29:20 +01:00
parent c3c105f670
commit 25f0c45272
3 changed files with 33 additions and 32 deletions

View File

@ -4,5 +4,5 @@
"class": "Neutral",
"traits": "Humanoid. Monster. Serpent.",
"weakness": true,
"cycle": ""
"cycle": "Aura of Faith"
}

View File

@ -8,5 +8,5 @@
"intellectIcons": 1,
"willpowerIcons": 1,
"wildIcons": 1,
"cycle": ""
"cycle": "Aura of Faith"
}

View File

@ -58,6 +58,7 @@ local OFFICIAL_CYCLE_LIST = {
["relics of the past"] = true,
["hunting for answers"] = true,
["pistols and pearls"] = true,
["aura of faith"] = true,
["beta"] = true,
["promo"] = true
}