Merge pull request #982 from argonui/parallel-mateo
Parallel Mateo: fixed missing cycle and added to official cycle list
This commit is contained in:
commit
4f891520ee
@ -4,5 +4,5 @@
|
||||
"class": "Neutral",
|
||||
"traits": "Humanoid. Monster. Serpent.",
|
||||
"weakness": true,
|
||||
"cycle": ""
|
||||
"cycle": "Aura of Faith"
|
||||
}
|
||||
|
@ -8,5 +8,5 @@
|
||||
"intellectIcons": 1,
|
||||
"willpowerIcons": 1,
|
||||
"wildIcons": 1,
|
||||
"cycle": ""
|
||||
"cycle": "Aura of Faith"
|
||||
}
|
||||
|
@ -30,36 +30,37 @@ local classesInOrder = {
|
||||
"Survivor",
|
||||
"Neutral"
|
||||
}
|
||||
local OFFICIAL_CYCLE_LIST = {
|
||||
-- campaigns
|
||||
["investigator packs"] = true,
|
||||
["core"] = true,
|
||||
["the dunwich legacy"] = true,
|
||||
["the path to carcosa"] = true,
|
||||
["the forgotten age"] = true,
|
||||
["the circle undone"] = true,
|
||||
["the dream-eaters"] = true,
|
||||
["the innsmouth conspiracy"] = true,
|
||||
["edge of the earth"] = true,
|
||||
["the scarlet keys"] = true,
|
||||
["the feast of hemlock vale"] = true,
|
||||
["the drowned city"] = true,
|
||||
-- standalones / parallels etc.
|
||||
["standalone"] = true,
|
||||
["the blob that ate everything else"] = true,
|
||||
["all or nothing"] = true,
|
||||
["bad blood"] = true,
|
||||
["read or die"] = true,
|
||||
["by the book"] = true,
|
||||
["red tide rising"] = true,
|
||||
["on the road again"] = true,
|
||||
["laid to rest"] = true,
|
||||
["path of the righteous"] = true,
|
||||
["relics of the past"] = true,
|
||||
["hunting for answers"] = true,
|
||||
["pistols and pearls"] = true,
|
||||
["beta"] = true,
|
||||
["promo"] = true
|
||||
local OFFICIAL_CYCLE_LIST = {
|
||||
-- campaigns
|
||||
["investigator packs"] = true,
|
||||
["core"] = true,
|
||||
["the dunwich legacy"] = true,
|
||||
["the path to carcosa"] = true,
|
||||
["the forgotten age"] = true,
|
||||
["the circle undone"] = true,
|
||||
["the dream-eaters"] = true,
|
||||
["the innsmouth conspiracy"] = true,
|
||||
["edge of the earth"] = true,
|
||||
["the scarlet keys"] = true,
|
||||
["the feast of hemlock vale"] = true,
|
||||
["the drowned city"] = true,
|
||||
-- standalones / parallels etc.
|
||||
["standalone"] = true,
|
||||
["the blob that ate everything else"] = true,
|
||||
["all or nothing"] = true,
|
||||
["bad blood"] = true,
|
||||
["read or die"] = true,
|
||||
["by the book"] = true,
|
||||
["red tide rising"] = true,
|
||||
["on the road again"] = true,
|
||||
["laid to rest"] = true,
|
||||
["path of the righteous"] = true,
|
||||
["relics of the past"] = true,
|
||||
["hunting for answers"] = true,
|
||||
["pistols and pearls"] = true,
|
||||
["aura of faith"] = true,
|
||||
["beta"] = true,
|
||||
["promo"] = true
|
||||
}
|
||||
-- conversion tables to simplify type sorting
|
||||
local typeConversion = {
|
||||
|
Loading…
Reference in New Issue
Block a user