feat: small corrections

This commit is contained in:
Azgaar 2023-07-06 22:40:27 +04:00
parent d1d044445b
commit 66e5deefce

View file

@ -104,13 +104,11 @@ window.Religions = (function () {
"Goat", "Goat",
"Goose", "Goose",
"Gorgon", "Gorgon",
"Griffin", // Griffin, Griffon, and Gryphon are all the same, just are different spellings
"Griffon",
"Gryphon", "Gryphon",
"Hare", "Hare",
"Hawk", "Hawk",
"Heron", "Heron",
"Hippocriff", "Hippogriff",
"Horse", "Horse",
"Hound", "Hound",
"Hyena", "Hyena",
@ -362,30 +360,30 @@ window.Religions = (function () {
const forms = { const forms = {
Folk: { Folk: {
Shamanism: 3, Shamanism: 4,
Animism: 3, Animism: 4,
"Ancestor Worship": 1, Polytheism: 4,
Polytheism: 3,
"Nature Worship": 1,
Totemism: 2, Totemism: 2,
Druidism: 2 Druidism: 1,
"Ancestor Worship": 1,
"Nature Worship": 1
}, },
Organized: { Organized: {
Polytheism: 6, Polytheism: 14,
Dualism: 3, Monotheism: 12,
Monotheism: 6, Dualism: 6,
"Non-theism": 2, Pantheism: 6,
Pantheism: 3, "Non-theism": 4,
Henotheism: 2, Henotheism: 1,
Panentheism: 1 Panentheism: 1
}, },
Cult: { Cult: {
Cult: 2, Cult: 2,
"Dark Cult": 2, "Dark Cult": 2,
Sect: 1, Sect: 1
}, },
Heresy: { Heresy: {
Heresy: 1, Heresy: 1
} }
}; };