mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 09:41:24 +01:00
fix: add missing religion name variants
This commit is contained in:
parent
e019f6c3cd
commit
42671053d3
3 changed files with 9 additions and 8 deletions
|
|
@ -7977,7 +7977,7 @@
|
||||||
<script src="modules/renderers/state-labels.js"></script>
|
<script src="modules/renderers/state-labels.js"></script>
|
||||||
<script src="modules/burgs-and-states.js?v=1.92.00"></script>
|
<script src="modules/burgs-and-states.js?v=1.92.00"></script>
|
||||||
<script src="modules/routes-generator.js"></script>
|
<script src="modules/routes-generator.js"></script>
|
||||||
<script src="modules/religions-generator.js?v=1.89.36"></script>
|
<script src="modules/religions-generator.js?v=1.93.08"></script>
|
||||||
<script src="modules/military-generator.js"></script>
|
<script src="modules/military-generator.js"></script>
|
||||||
<script src="modules/markers-generator.js?v=1.93.04"></script>
|
<script src="modules/markers-generator.js?v=1.93.04"></script>
|
||||||
<script src="modules/coa-generator.js?v=1.91.05"></script>
|
<script src="modules/coa-generator.js?v=1.91.05"></script>
|
||||||
|
|
|
||||||
|
|
@ -368,11 +368,11 @@ window.Religions = (function () {
|
||||||
Totemism: 1
|
Totemism: 1
|
||||||
},
|
},
|
||||||
Organized: {
|
Organized: {
|
||||||
Polytheism: 14,
|
Polytheism: 7,
|
||||||
Monotheism: 12,
|
Monotheism: 7,
|
||||||
Dualism: 6,
|
Dualism: 3,
|
||||||
Pantheism: 6,
|
Pantheism: 2,
|
||||||
"Non-theism": 4
|
"Non-theism": 2
|
||||||
},
|
},
|
||||||
Cult: {
|
Cult: {
|
||||||
Cult: 5,
|
Cult: 5,
|
||||||
|
|
@ -418,12 +418,13 @@ window.Religions = (function () {
|
||||||
Shamanism: {Beliefs: 3, Shamanism: 2, Druidism: 1, Spirits: 1},
|
Shamanism: {Beliefs: 3, Shamanism: 2, Druidism: 1, Spirits: 1},
|
||||||
Animism: {Spirits: 3, Beliefs: 1},
|
Animism: {Spirits: 3, Beliefs: 1},
|
||||||
Polytheism: {Deities: 3, Faith: 1, Gods: 1, Pantheon: 1},
|
Polytheism: {Deities: 3, Faith: 1, Gods: 1, Pantheon: 1},
|
||||||
"Ancestor worship": {Beliefs: 1, Forefathers: 2, Ancestors: 2},
|
"Ancestor Worship": {Beliefs: 1, Forefathers: 2, Ancestors: 2},
|
||||||
"Nature Worship": {Beliefs: 3, Druids: 1},
|
"Nature Worship": {Beliefs: 3, Druids: 1},
|
||||||
Totemism: {Beliefs: 2, Totems: 2, Idols: 1},
|
Totemism: {Beliefs: 2, Totems: 2, Idols: 1},
|
||||||
|
|
||||||
Monotheism: {Religion: 2, Church: 3, Faith: 1},
|
Monotheism: {Religion: 2, Church: 3, Faith: 1},
|
||||||
Dualism: {Religion: 3, Faith: 1, Cult: 1},
|
Dualism: {Religion: 3, Faith: 1, Cult: 1},
|
||||||
|
Pantheism: {Religion: 1, Faith: 1},
|
||||||
"Non-theism": {Beliefs: 3, Spirits: 1},
|
"Non-theism": {Beliefs: 3, Spirits: 1},
|
||||||
|
|
||||||
Cult: {Cult: 4, Sect: 2, Arcanum: 1, Order: 1, Worship: 1},
|
Cult: {Cult: 4, Sect: 2, Arcanum: 1, Order: 1, Worship: 1},
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
// version and caching control
|
// version and caching control
|
||||||
const version = "1.93.07"; // generator version, update each time
|
const version = "1.93.08"; // generator version, update each time
|
||||||
|
|
||||||
{
|
{
|
||||||
document.title += " v" + version;
|
document.title += " v" + version;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue