Revenants now have randomly generated flavor names

This commit is contained in:
Arkatos1
2019-04-24 19:50:22 +02:00
parent 1544756ce6
commit 615fe36c8d
2 changed files with 61 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
{
"spirit_type": [
"Spirit",
"Ghost",
"Spectre",
"Phantom",
"Revenant",
"Essence",
"Soul"
],
"adverb": [
"",
"abysmal ",
"dark ",
"eternal ",
"endless ",
"searing ",
"abyssal ",
"vicious ",
"hateful ",
"hideous ",
"malevolent ",
"fiery ",
"silent ",
"violent ",
"peaceful ",
"indifferent ",
"brutal "
],
"theme": [
"despair",
"agony",
"screams",
"vengeance",
"hellfire",
"anger",
"suffering",
"death",
"destruction",
"hate",
"misery",
"disease",
"desperation",
"sorrow",
"ruin",
"grief",
"laughter"
]
}