Skip to content

Commit

Permalink
Added Gathaarl to Niflheim
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Oct 25, 2017
1 parent dcf1329 commit 11997df
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/characters.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 39,7 @@ function DefineCustomHero(character, data)
end

Load("scripts/characters_aesir.lua")
Load("scripts/characters_deities.lua")
Load("scripts/characters_vanir.lua")
Load("scripts/civilizations/anglo_saxon/characters.lua")
Load("scripts/civilizations/assyrian/characters.lua")
Expand Down
42 changes: 42 additions & 0 deletions scripts/characters_deities.lua
Original file line number Diff line number Diff line change
@@ -0,0 1,42 @@
-- _________ __ __
-- / _____// |_____________ _/ |______ ____ __ __ ______
-- \_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/
-- / \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \
-- /_______ /|__| |__| (____ /__| (____ /\___ /|____//____ >
-- \/ \/ \//_____/ \/
-- ______________________ ______________________
-- T H E W A R B E G I N S
-- Stratagus - A free fantasy real time strategy game engine
--
-- (c) Copyright 2017 by Andrettin
--
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; either version 2 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program; if not, write to the Free Software
-- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
--

DefineCharacter("gathaarl", {
Name = "Gathaarl",
Gender = "male",
Type = "unit-goblin-warlord",
Faction = "hel", -- lives in Niflheim
Deity = "gathaarl",
Date = -3000,
DeathDate = 3000,
Trait = "upgrade-vicious",
Level = 50,
HistoricalLocations = {
-3000, "niflheim", "eljudnir"
}
})

1 change: 1 addition & 0 deletions scripts/deities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 60,7 @@ DefineDeity("gathaarl", { -- from Tyrant, Goblin God of Battle
Civilizations = {"goblin"},
Religions = {"paganism"},
Domains = {"chaos", "earth", "wrath"},
CharacterUpgrade = "upgrade-character-deity",
Gender = "male",
Major = true,
Icon = "icon-gathaarl",
Expand Down

0 comments on commit 11997df

Please sign in to comment.