mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
fix syntax
This commit is contained in:
parent
7a594241c1
commit
2db5e35feb
1 changed files with 10 additions and 10 deletions
|
|
@ -52,11 +52,11 @@ window.Religions = (function () {
|
||||||
"Mother",
|
"Mother",
|
||||||
"Numen",
|
"Numen",
|
||||||
"Overlord",
|
"Overlord",
|
||||||
"Reaper"
|
"Reaper",
|
||||||
"Ruler",
|
"Ruler",
|
||||||
"Sister",
|
"Sister",
|
||||||
"Spirit",
|
"Spirit",
|
||||||
"Virgin",
|
"Virgin"
|
||||||
],
|
],
|
||||||
animal: [
|
animal: [
|
||||||
"Antelope",
|
"Antelope",
|
||||||
|
|
@ -113,7 +113,7 @@ window.Religions = (function () {
|
||||||
"Raven",
|
"Raven",
|
||||||
"Rook",
|
"Rook",
|
||||||
"Scorpion",
|
"Scorpion",
|
||||||
"Serpent"
|
"Serpent",
|
||||||
"Shark",
|
"Shark",
|
||||||
"Sheep",
|
"Sheep",
|
||||||
"Snake",
|
"Snake",
|
||||||
|
|
@ -129,7 +129,7 @@ window.Religions = (function () {
|
||||||
"Wolf",
|
"Wolf",
|
||||||
"Wolverine",
|
"Wolverine",
|
||||||
"Worm",
|
"Worm",
|
||||||
"Wyvern",
|
"Wyvern"
|
||||||
],
|
],
|
||||||
adjective: [
|
adjective: [
|
||||||
"Aggressive",
|
"Aggressive",
|
||||||
|
|
@ -178,7 +178,7 @@ window.Religions = (function () {
|
||||||
"Huge",
|
"Huge",
|
||||||
"Hungry",
|
"Hungry",
|
||||||
"Immutable",
|
"Immutable",
|
||||||
"Infallible"
|
"Infallible",
|
||||||
"Inherent",
|
"Inherent",
|
||||||
"Last",
|
"Last",
|
||||||
"Latter",
|
"Latter",
|
||||||
|
|
@ -219,7 +219,7 @@ window.Religions = (function () {
|
||||||
"Wild",
|
"Wild",
|
||||||
"Wise",
|
"Wise",
|
||||||
"Worried",
|
"Worried",
|
||||||
"Young",
|
"Young"
|
||||||
],
|
],
|
||||||
genitive: [
|
genitive: [
|
||||||
"Cold",
|
"Cold",
|
||||||
|
|
@ -247,9 +247,9 @@ window.Religions = (function () {
|
||||||
"Summer",
|
"Summer",
|
||||||
"Thunder",
|
"Thunder",
|
||||||
"Time",
|
"Time",
|
||||||
"Victory"
|
"Victory",
|
||||||
"War",
|
"War",
|
||||||
"Winter",
|
"Winter"
|
||||||
],
|
],
|
||||||
theGenitive: [
|
theGenitive: [
|
||||||
"Abyss",
|
"Abyss",
|
||||||
|
|
@ -273,9 +273,9 @@ window.Religions = (function () {
|
||||||
"Tree",
|
"Tree",
|
||||||
"Underworld",
|
"Underworld",
|
||||||
"West",
|
"West",
|
||||||
"Wild"
|
"Wild",
|
||||||
"Word",
|
"Word",
|
||||||
"World",
|
"World"
|
||||||
],
|
],
|
||||||
color: ["Amber", "Black", "Blue", "Bright", "Brown", "Dark", "Golden", "Green", "Grey", "Light", "Orange", "Pink", "Purple", "Red", "White", "Yellow"]
|
color: ["Amber", "Black", "Blue", "Bright", "Brown", "Dark", "Golden", "Green", "Grey", "Light", "Orange", "Pink", "Purple", "Red", "White", "Yellow"]
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue