Skip to content

Commit

Permalink
Moved the Gumeninga Tribe's definition to GSML
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Aug 21, 2022
1 parent 44dd1c3 commit fca3248
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
15 changes: 15 additions & 0 deletions data/factions/anglo_saxon/gumeninga_tribe.txt
Original file line number Diff line number Diff line change
@@ -0,0 1,15 @@
gumeninga_tribe = { #Source: Frank Stenton, "Anglo-Saxon England", 1971, p. 101.
name = "Gumeninga Tribe"
adjective = "Gumeninga"
civilization = anglo_saxon
type = tribe
color = brown
default_tier = county
upgrade = upgrade_faction_gumeninga_tribe #since all we know about them is their religious location, it makes sense to give them a priest-related bonus
icon = icon_flag_five_black_birds_on_purple
description = "The Gumeningas were an Anglo-Saxon tribe who inhabited the area of Middlesex."
background = "The name of the Gumeningas was present in the place name \"Gumeninga hearh\" (the Old English name for Harrow on the Hill), meaning \"the holy place of the Gumeningas\"."
core_settlements = {
london
}
}
12 changes: 0 additions & 12 deletions scripts/civilizations/anglo_saxon/factions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 25,6 @@
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
--

DefineFaction("gumeninga-tribe", { -- Source: Frank Stenton, "Anglo-Saxon England", 1971, p. 101.
Name = "Gumeninga Tribe",
Adjective = "Gumeninga",
Civilization = "anglo-saxon",
Type = "tribe",
Color = "brown",
FactionUpgrade = "upgrade-faction-gumeninga-tribe", -- since all we know about them is their religious location, it makes sense to give them a priest-related bonus
Icon = "icon-flag-five-black-birds-on-purple",
Description = "The Gumeningas were an Anglo-Saxon tribe who inhabited the area of Middlesex.",
Background = "The name of the Gumeningas was present in the place name \"Gumeninga hearh\" (the Old English name for Harrow on the Hill), meaning \"the holy place of the Gumeningas\"."
})

DefineFaction("lindisfaran-tribe", { -- Source: Frank Stenton, "Anglo-Saxon England", 1971, p. 37.
Name = "Lindisfaran Tribe",
Adjective = "Lindisfaran",
Expand Down
2 changes: 1 addition & 1 deletion scripts/civilizations/anglo_saxon/upgrade_faction.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 31,7 @@ DefineModifier("upgrade_faction_charude_tribe",
{"apply-to", "unit-teuton-archer"}
)

DefineModifier("upgrade-faction-gumeninga-tribe",
DefineModifier("upgrade_faction_gumeninga_tribe",
{"Mana", 30},
{"Points", 10},
{"apply-to", "unit-teuton-priest"}
Expand Down
2 changes: 1 addition & 1 deletion scripts/provinces_earth_europe.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1173,7 1173,7 @@ DefineProvince("Essex", {
-- SettlementLocation = {480, 109}, -- London
Claims = {
"briton", "trinobantes-tribe",
"anglo-saxon", "gumeninga-tribe", -- the Gumeningas were present in Harrow on the Hill (which was in Old English called "Gumeninga hearh"); Source: Frank Stenton, "Anglo-Saxon England", 1971, p. 101.
"anglo-saxon", "gumeninga_tribe", -- the Gumeningas were present in Harrow on the Hill (which was in Old English called "Gumeninga hearh"); Source: Frank Stenton, "Anglo-Saxon England", 1971, p. 101.
"english", "england"
},
HistoricalOwners = {
Expand Down

0 comments on commit fca3248

Please sign in to comment.