Skip to content

Commit

Permalink
Moved Olympian deity definitions to config files,
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Dec 28, 2018
1 parent ed2eff0 commit ac99a60
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 111 deletions.
11 changes: 11 additions & 0 deletions data/deities/olympian/apollo.cfg
Original file line number Diff line number Diff line change
@@ -0,0 1,11 @@
[deity]
ident = apollo
name = "Apollo"
pantheon = olympian
civilization = greek
civilization = latin
religion = paganism
gender = male
domain = sun
deity_upgrade = upgrade_deity_apollo
[/deity]
17 changes: 17 additions & 0 deletions data/deities/olympian/hera.cfg
Original file line number Diff line number Diff line change
@@ -0,0 1,17 @@
[deity]
ident = hera #Source: Jenny March, "Dictionary of Classical Mythology", 2014, pp. 232-234, 426.
name = "Hera"
pantheon = olympian #one of the twelve main Olympian deities
civilization = greek
civilization = latin
civilization = gnome
religion = paganism
gender = female
major = true
domain = life
#description = "Hera is a goddess of marriage and childbirth, and is the wife of Zeus. She is both feared and adored by the gnomes of Nidavellir. She is said to have transformed a gnomish woman of exceeding beauty into a bird when she denied Hera the proper worship."
#background = "In Greek mythology, Hera transformed a beautiful girl who was one of the mythological pygmies into a crane. #in Wyrmsun the pygmies from Greek mythology are identified with the gnomes, as in Franz Hartmann's "Among the Gnomes" they are a subtype of gnome
[cultural_names]
latin = "Juno"
[/cultural_names]
[/deity]
15 changes: 15 additions & 0 deletions data/deities/olympian/hermes.cfg
Original file line number Diff line number Diff line change
@@ -0,0 1,15 @@
[deity]
ident = hermes
name = "Hermes"
pantheon = olympian
civilization = greek
civilization = latin
religion = paganism
gender = male
#domain = air
deity_upgrade = upgrade_deity_hermes
holy_order = hermaistes_apolloniastes_poseidoniastes
[cultural_names]
latin = "Mercury"
[/cultural_names]
[/deity]
15 changes: 15 additions & 0 deletions data/deities/olympian/poseidon.cfg
Original file line number Diff line number Diff line change
@@ -0,0 1,15 @@
[deity]
ident = poseidon
name = "Poseidon"
pantheon = olympian
civilization = greek
civilization = latin
religion = paganism
gender = male
major = true
domain = water
deity_upgrade = upgrade_deity_poseidon
[cultural_names]
latin = "Neptune"
[/cultural_names]
[/deity]
8 changes: 8 additions & 0 deletions data/deities/olympian/roma.cfg
Original file line number Diff line number Diff line change
@@ -0,0 1,8 @@
[deity]
ident = roma #goddess who is a personification of the city of Rome; Source: "Ancient Warfare VII.6", 2013, p. 19.
name = "Roma"
pantheon = olympian
civilization = latin
religion = paganism
gender = female
[/deity]
13 changes: 13 additions & 0 deletions data/deities/titan/gaia.cfg
Original file line number Diff line number Diff line change
@@ -0,0 1,13 @@
[deity]
ident = gaia #Source: Jenny March, "Dictionary of Classical Mythology", 2014, pp. 200-201.
name = "Gaia"
pantheon = titan #she was not actually a titaness, but since she was the mother of the titans, this pantheon fits her best
civilization = ettin
civilization = greek
religion = paganism
gender = female
major = true
domain = earth
domain = chaos
#description = "A primordial goddess, Gaia is one of the first deities to have been born. She is the mother of the Titans by Uranus. Her greatest worshipers are the ettins of Jotunheim, to whom she appeared in ages past."
[/deity]
14 changes: 1 addition & 13 deletions scripts/deities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,29 31,17 @@ Load("scripts/deities_baltic.lua")
Load("scripts/deities_celtic.lua")
Load("scripts/deities_christianity.lua")
Load("scripts/deities_egyptian.lua")
Load("scripts/deities_olympian.lua")
Load("scripts/deities_slavic.lua")
Load("scripts/deities_titan.lua")
Load("scripts/deities_vanir.lua")

--[[
DefineDeity("Indo-European Sky God", { -- real name? Source: Encyclopedia of the Barbarian World, vol. 1, p. 108
Civilization = "indo-european",
Civilizations = {"indo-european"},
Gender = "male",
Major = true
})
--]]

DefineDeity("gaia", { -- Source: Jenny March, "Dictionary of Classical Mythology", 2014, pp. 200-201.
Name = "Gaia",
Civilizations = {"ettin", "greek"},
Religions = {"paganism"},
Gender = "female",
Major = true,
Domains = {"earth", "chaos"},
-- Description = "A primordial goddess, Gaia is one of the first deities to have been born. She is the mother of the Titans by Uranus. Her greatest worshipers are the ettins of Jotunheim, to whom she appeared in ages past."
})

DefineDeity("gathaarl", { -- from Tyrant, Goblin God of Battle
Name = "Gathaarl",
Pantheon = "goblin",
Expand Down
72 changes: 0 additions & 72 deletions scripts/deities_olympian.lua

This file was deleted.

26 changes: 0 additions & 26 deletions scripts/deities_titan.lua

This file was deleted.

0 comments on commit ac99a60

Please sign in to comment.