diff --git a/modules/religions-generator.js b/modules/religions-generator.js index b0b0dae2..7b71c143 100644 --- a/modules/religions-generator.js +++ b/modules/religions-generator.js @@ -30,63 +30,59 @@ window.Religions = (function () { const base = { number: ["One", "Two", "Three", "Four", "Five", "Six", "Seven", "Eight", "Nine", "Ten", "Eleven", "Twelve"], being: [ - "God", - "Goddess", - "Lord", - "Lady", - "Deity", - "Creator", - "Maker", - "Overlord", - "Ruler", - "Chief", - "Master", - "Spirit", "Ancestor", + "Ancient", + "Brother", + "Chief", + "Council", + "Creator", + "Deity", + "Elder", "Father", "Forebear", "Forefather", - "Mother", - "Brother", - "Sister", - "Elder", - "Numen", - "Ancient", - "Virgin", "Giver", - "Council", + "God", + "Goddess", "Guardian", + "Lady", + "Lord", + "Maker", + "Master", + "Mother", + "Numen", + "Overlord", "Reaper" + "Ruler", + "Sister", + "Spirit", + "Virgin", ], animal: [ - "Dragon", - "Wyvern", - "Phoenix", - "Unicorn", - "Sphinx", - "Centaur", - "Pegasus", - "Kraken", - "Basilisk", - "Chimera", - "Cyclope", "Antelope", "Ape", "Badger", + "Basilisk", "Bear", "Beaver", "Bison", "Boar", "Buffalo", + "Camel", "Cat", + "Centaur", + "Chimera", "Cobra", "Crane", "Crocodile", "Crow", + "Cyclope", "Deer", "Dog", + "Dragon", "Eagle", "Elk", + "Falcon", "Fox", "Goat", "Goose", @@ -94,10 +90,12 @@ window.Religions = (function () { "Hawk", "Heron", "Horse", + "Hound", "Hyena", "Ibis", "Jackal", "Jaguar", + "Kraken", "Lark", "Leopard", "Lion", @@ -107,177 +105,179 @@ window.Religions = (function () { "Mule", "Narwhal", "Owl", + "Ox", "Panther", + "Pegasus", + "Phoenix", "Rat", "Raven", "Rook", "Scorpion", + "Serpent" "Shark", "Sheep", "Snake", + "Sphinx", "Spider", "Swan", "Tiger", "Turtle", + "Unicorn", "Viper", "Vulture", "Walrus", "Wolf", "Wolverine", "Worm", - "Camel", - "Falcon", - "Hound", - "Ox", - "Serpent" + "Wyvern", ], adjective: [ - "New", - "Good", - "High", - "Old", - "Great", - "Big", - "Young", - "Major", - "Strong", - "Happy", - "Last", - "Main", - "Huge", - "Far", - "Beautiful", - "Wild", - "Fair", - "Prime", - "Crazy", - "Ancient", - "Proud", - "Secret", - "Lucky", - "Sad", - "Silent", - "Latter", - "Severe", - "Fat", - "Holy", - "Pure", "Aggressive", - "Honest", - "Giant", - "Mad", - "Pregnant", - "Distant", - "Lost", - "Broken", + "Almighty", + "Ancient", + "Beautiful", + "Benevolent", + "Big", "Blind", - "Friendly", - "Unknown", - "Sleeping", - "Slumbering", - "Loud", - "Hungry", - "Wise", - "Worried", - "Sacred", - "Magical", - "Superior", - "Patient", + "Blond", + "Bloody", + "Brave", + "Broken", + "Brutal", + "Burning", + "Calm", + "Cheerful", + "Crazy", + "Cruel", "Dead", "Deadly", - "Peaceful", - "Grateful", - "Frozen", - "Evil", - "Scary", - "Burning", - "Divine", - "Bloody", - "Dying", - "Waking", - "Brutal", - "Unhappy", - "Calm", - "Cruel", - "Favorable", - "Blond", - "Explicit", - "Disturbing", "Devastating", - "Brave", - "Sunny", - "Troubled", - "Flying", - "Sustainable", - "Marine", - "Fatal", - "Inherent", - "Selected", - "Naval", - "Cheerful", - "Almighty", - "Benevolent", + "Distant", + "Disturbing", + "Divine", + "Dying", "Eternal", + "Evil", + "Explicit", + "Fair", + "Far", + "Fat", + "Fatal", + "Favorable", + "Flying", + "Friendly", + "Frozen", + "Giant", + "Good", + "Grateful", + "Great", + "Happy", + "High", + "Holy", + "Honest", + "Huge", + "Hungry", "Immutable", "Infallible" + "Inherent", + "Last", + "Latter", + "Lost", + "Loud", + "Lucky", + "Mad", + "Magical", + "Main", + "Major", + "Marine", + "Naval", + "New", + "Old", + "Patient", + "Peaceful", + "Pregnant", + "Prime", + "Proud", + "Pure", + "Sacred", + "Sad", + "Scary", + "Secret", + "Selected", + "Severe", + "Silent", + "Sleeping", + "Slumbering", + "Strong", + "Sunny", + "Superior", + "Sustainable", + "Troubled", + "Unhappy", + "Unknown", + "Waking", + "Wild", + "Wise", + "Worried", + "Young", ], genitive: [ - "Day", - "Life", - "Death", - "Night", - "Home", - "Fog", - "Snow", - "Winter", - "Summer", "Cold", - "Springs", - "Gates", - "Nature", - "Thunder", - "Lightning", - "War", - "Ice", - "Frost", - "Fire", + "Day", + "Death", "Doom", "Fate", - "Pain", + "Fire", + "Fog", + "Frost", + "Gates", "Heaven", + "Home", + "Ice", "Justice", + "Life", "Light", + "Lightning", "Love", + "Nature", + "Night", + "Pain", + "Snow", + "Springs", + "Summer", + "Thunder", "Time", "Victory" + "War", + "Winter", ], theGenitive: [ - "World", - "Word", - "South", - "West", - "North", - "East", - "Sun", - "Moon", - "Peak", - "Fall", - "Dawn", - "Eclipse", "Abyss", "Blood", - "Tree", + "Dawn", "Earth", + "East", + "Eclipse", + "Fall", "Harvest", + "Moon", + "North", + "Peak", "Rainbow", "Sea", "Sky", + "South", "Stars", "Storm", + "Sun", + "Tree", "Underworld", + "West", "Wild" + "Word", + "World", ], - color: ["Dark", "Light", "Bright", "Golden", "White", "Black", "Red", "Pink", "Purple", "Blue", "Green", "Yellow", "Amber", "Orange", "Brown", "Grey"] + color: ["Amber", "Black", "Blue", "Bright", "Brown", "Dark", "Golden", "Green", "Grey", "Light", "Orange", "Pink", "Purple", "Red", "White", "Yellow"] }; const forms = { @@ -308,10 +308,10 @@ window.Religions = (function () { Monotheism: {Religion: 1, Church: 1}, "Non-theism": {Beliefs: 3, Spirits: 1}, - Cult: {Cult: 4, Sect: 4, Worship: 1, Orden: 1, Coterie: 1, Arcanum: 1}, - "Dark Cult": {Cult: 2, Sect: 2, Occultism: 1, Idols: 1, Coven: 1, Circle: 1, Blasphemy: 1}, + Cult: {Cult: 4, Sect: 4, Arcanum: 1, Coterie: 1, Order: 1, Worship: 1}, + "Dark Cult": {Cult: 2, Sect: 2, Blasphemy: 1, Circle: 1, Coven: 1, Idols: 1, Occultism: 1}, - Heresy: {Heresy: 3, Sect: 2, Schism: 1, Dissenters: 1, Circle: 1, Brotherhood: 1, Society: 1, Iconoclasm: 1, Dissent: 1, Apostates: 1} + Heresy: {Heresy: 3, Sect: 2, Apostates: 1, Brotherhood: 1, Circle: 1, Dissent: 1, Dissenters: 1, Iconoclasm: 1, Schism: 1, Society: 1} }; const generate = function () {