diff --git a/game/modules/tome/data/achievements/quests.lua b/game/modules/tome/data/achievements/quests.lua index db08c7ed52a1cb0fdb2372773221811c851295bd..8b00181961e6a7dfa0ee795674d6e0968d5aceb6 100644 --- a/game/modules/tome/data/achievements/quests.lua +++ b/game/modules/tome/data/achievements/quests.lua @@ -31,7 +31,7 @@ newAchievement{ --------------- Main objectives newAchievement{ name = "Vampire crusher", - desc = [[Destroyed the Master in its lair of Tol Falas.]], + desc = [[Destroyed the Master in its lair of the Dreadfell.]], } newAchievement{ name = "A dangerous secret", diff --git a/game/modules/tome/data/birth/races/dwarf.lua b/game/modules/tome/data/birth/races/dwarf.lua index dd9d7cbde108f6ca0992abb31ad89ea814fca3c7..681d8fdcb646c01a694436ceee746effb108f15f 100644 --- a/game/modules/tome/data/birth/races/dwarf.lua +++ b/game/modules/tome/data/birth/races/dwarf.lua @@ -45,7 +45,7 @@ newBirthDescriptor{ resolvers.inscription("INFUSION:_REGENERATION", {cooldown=10, dur=5, heal=60}), resolvers.inscription("INFUSION:_WILD", {cooldown=12, what={poison=true}, dur=4, power=14}), }, - random_escort_possibilities = { {"trollshaws", 2, 5}, {"ruins-kor-pul", 1, 4}, {"daikara", 1, 7}, {"old-forest", 1, 7}, {"tol-falas", 1, 8}, {"iron-throne", 1, 1}, }, + random_escort_possibilities = { {"trollshaws", 2, 5}, {"ruins-kor-pul", 1, 4}, {"daikara", 1, 7}, {"old-forest", 1, 7}, {"dreadfell", 1, 8}, {"iron-throne", 1, 1}, }, } --------------------------------------------------------- diff --git a/game/modules/tome/data/birth/races/elf.lua b/game/modules/tome/data/birth/races/elf.lua index 5e86a4a3ae82c78b13c6f252aea1e84cb45cceb2..b7e241717a8832f02722052368934ff2462f4ac8 100644 --- a/game/modules/tome/data/birth/races/elf.lua +++ b/game/modules/tome/data/birth/races/elf.lua @@ -50,7 +50,7 @@ newBirthDescriptor{ resolvers.inscription("INFUSION:_REGENERATION", {cooldown=10, dur=5, heal=60}), resolvers.inscription("INFUSION:_WILD", {cooldown=12, what={poison=true}, dur=4, power=14}), }, - random_escort_possibilities = { {"trollshaws", 2, 5}, {"ruins-kor-pul", 1, 4}, {"daikara", 1, 7}, {"old-forest", 1, 7}, {"tol-falas", 1, 8}, {"iron-throne", 1, 1}, }, + random_escort_possibilities = { {"trollshaws", 2, 5}, {"ruins-kor-pul", 1, 4}, {"daikara", 1, 7}, {"old-forest", 1, 7}, {"dreadfell", 1, 8}, {"iron-throne", 1, 1}, }, } --------------------------------------------------------- diff --git a/game/modules/tome/data/birth/races/halfling.lua b/game/modules/tome/data/birth/races/halfling.lua index 0c52689ffd068edfffb844ec05d2f52268137c1e..25349d00872b8e427b2003308f8a069dc1da540d 100644 --- a/game/modules/tome/data/birth/races/halfling.lua +++ b/game/modules/tome/data/birth/races/halfling.lua @@ -51,7 +51,7 @@ newBirthDescriptor{ resolvers.inscription("INFUSION:_REGENERATION", {cooldown=10, dur=5, heal=60}), resolvers.inscription("INFUSION:_WILD", {cooldown=12, what={poison=true}, dur=4, power=14}), }, - random_escort_possibilities = { {"trollshaws", 2, 5}, {"ruins-kor-pul", 1, 4}, {"daikara", 1, 7}, {"old-forest", 1, 7}, {"tol-falas", 1, 8}, {"iron-throne", 1, 1}, }, + random_escort_possibilities = { {"trollshaws", 2, 5}, {"ruins-kor-pul", 1, 4}, {"daikara", 1, 7}, {"old-forest", 1, 7}, {"dreadfell", 1, 8}, {"iron-throne", 1, 1}, }, } --------------------------------------------------------- diff --git a/game/modules/tome/data/birth/races/human.lua b/game/modules/tome/data/birth/races/human.lua index 56bc8ad85ad002622b3524432318681f77bfe860..dfd28e7ea47e4cc0f8806e493639cfd16d4e5901 100644 --- a/game/modules/tome/data/birth/races/human.lua +++ b/game/modules/tome/data/birth/races/human.lua @@ -50,7 +50,7 @@ newBirthDescriptor{ resolvers.inscription("INFUSION:_REGENERATION", {cooldown=10, dur=5, heal=60}), resolvers.inscription("INFUSION:_WILD", {cooldown=12, what={poison=true}, dur=4, power=14}), }, - random_escort_possibilities = { {"trollshaws", 2, 5}, {"ruins-kor-pul", 1, 4}, {"daikara", 1, 7}, {"old-forest", 1, 7}, {"tol-falas", 1, 8}, {"iron-throne", 1, 1}, }, + random_escort_possibilities = { {"trollshaws", 2, 5}, {"ruins-kor-pul", 1, 4}, {"daikara", 1, 7}, {"old-forest", 1, 7}, {"dreadfell", 1, 8}, {"iron-throne", 1, 1}, }, } --------------------------------------------------------- diff --git a/game/modules/tome/data/birth/races/undead.lua b/game/modules/tome/data/birth/races/undead.lua index 4abc62ad95f581476089d0d06585b90794482739..697173acf262f811bfb160f93035e9ff2d065941 100644 --- a/game/modules/tome/data/birth/races/undead.lua +++ b/game/modules/tome/data/birth/races/undead.lua @@ -53,7 +53,7 @@ newBirthDescriptor{ resolvers.inscription("RUNE:_SHIELDING", {cooldown=14, dur=5, power=100}), resolvers.inscription("RUNE:_PHASE_DOOR", {cooldown=7, range=10}), }, - random_escort_possibilities = { {"trollshaws", 2, 5}, {"ruins-kor-pul", 1, 4}, {"daikara", 1, 7}, {"old-forest", 1, 7}, {"tol-falas", 1, 8}, {"iron-throne", 1, 1}, }, + random_escort_possibilities = { {"trollshaws", 2, 5}, {"ruins-kor-pul", 1, 4}, {"daikara", 1, 7}, {"old-forest", 1, 7}, {"dreadfell", 1, 8}, {"iron-throne", 1, 1}, }, } newBirthDescriptor diff --git a/game/modules/tome/data/chats/dreadfell-ambush.lua b/game/modules/tome/data/chats/dreadfell-ambush.lua index 57447322c5494ebf87624922b194a633f9814bd1..bffddb597c4c59abf1475c974ee981cb74dd1922 100644 --- a/game/modules/tome/data/chats/dreadfell-ambush.lua +++ b/game/modules/tome/data/chats/dreadfell-ambush.lua @@ -18,7 +18,7 @@ -- darkgod@te4.org newChat{ id="ambush", - text = [[#VIOLET#*As you come out of Tol Falas, you encounter a band of orcs*#LAST# + text = [[#VIOLET#*As you come out of the Dreadfell, you encounter a band of orcs*#LAST# You! Give us the staff NOW and we might offer you a quick death!]], answers = { {"What are you talking about?", jump="what"}, diff --git a/game/modules/tome/data/factions.lua b/game/modules/tome/data/factions.lua index b5bc80edb7696d2da3930090a11267f5c09ea8b4..128f95008295f8ba1e84258a623e9b35d413f740 100644 --- a/game/modules/tome/data/factions.lua +++ b/game/modules/tome/data/factions.lua @@ -19,7 +19,7 @@ -- CSV export local src = [[ -,Enemies,Undead,Allied Kingdoms,Shalore,Thalore,Iron Throne,Angolwen,Tol Falas,,Temple of Creation|H,Water lair|H,Assassin lair|H,Rhalore,Zigur,,Sunwall|H,Orc Pride,,Sandworm Burrowers,Victim,,Sorcerers +,Enemies,Undead,Allied Kingdoms,Shalore,Thalore,Iron Throne,Angolwen,Dreadfell,,Temple of Creation|H,Water lair|H,Assassin lair|H,Rhalore,Zigur,,Sunwall|H,Orc Pride,,Sandworm Burrowers,Victim,,Sorcerers Enemies,,,,,,,,,,,,,,,,,,,,,, Undead,-1,,,,,,,,,,,,,,,,,,,,, Allied Kingdoms,-1,-1,,,,,,,,,,,,,,,,,,,, @@ -27,7 +27,7 @@ Shalore,-1,-1,0.5,,,,,,,,,,,,,,,,,,, Thalore,-1,-1,0.7,0.2,,,,,,,,,,,,,,,,,, Iron Throne,-1,-1,0.2,0.2,0.2,,,,,,,,,,,,,,,,, Angolwen,-1,-1,,,,,,,,,,,,,,,,,,,, -Tol Falas,,-1,-1,-1,-1,-1,-1,,,,,,,,,,,,,,, +Dreadfell,,-1,-1,-1,-1,-1,-1,,,,,,,,,,,,,,, ,,,,,,,,,,,,,,,,,,,,,, Temple of Creation|H,,,,,,,,,,,,,,,,,,,,,, Water lair|H,-1,,,,,,,,,-1,,,,,,,,,,,, diff --git a/game/modules/tome/data/lore/lore.lua b/game/modules/tome/data/lore/lore.lua index 60e45931eba5f669021a0efd924eeb92379a166f..b7cc7bb284b2d6f5796d7fdf6695363a8e37871b 100644 --- a/game/modules/tome/data/lore/lore.lua +++ b/game/modules/tome/data/lore/lore.lua @@ -22,7 +22,7 @@ load("/data/lore/daikara.lua") load("/data/lore/old-forest.lua") load("/data/lore/infinite-dungeon.lua") load("/data/lore/blighted-ruins.lua") -load("/data/lore/tol-falas.lua") +load("/data/lore/dreadfell.lua") load("/data/lore/fun.lua") load("/data/lore/last-hope.lua") load("/data/lore/angolwen.lua") diff --git a/game/modules/tome/data/maps/wilderness/eyal.lua b/game/modules/tome/data/maps/wilderness/eyal.lua index 47f8a821414b3e92cec312d6e8ce417772dc7232..7ba7ab48c44402694b0311f10744978c90593d9c 100644 --- a/game/modules/tome/data/maps/wilderness/eyal.lua +++ b/game/modules/tome/data/maps/wilderness/eyal.lua @@ -55,7 +55,7 @@ quickEntity('trollshaws', {always_remember = true, show_tooltip=true, name="Pass quickEntity('maze', {always_remember = true, show_tooltip=true, name="A gate into a maze", display='>', color={r=0, g=255, b=255}, notice = true, change_level=1, change_zone="maze"}) quickEntity('old-forest', {always_remember = true, show_tooltip=true, name="A path into the Old Forest", display='>', color={r=0, g=255, b=155}, notice = true, change_level=1, change_zone="old-forest"}) quickEntity('sandworm', {always_remember = true, show_tooltip=true, name="A mysterious hole in the beach", display='>', color={r=200, g=255, b=55}, notice = true, change_level=1, change_zone="sandworm-lair"}) -quickEntity('tol-falas', {always_remember = true, show_tooltip=true, name="The entry to the old tower of Tol Falas",display='>', color={r=0, g=255, b=255}, notice = true, change_level=1, change_zone="tol-falas"}) +quickEntity('dreadfell', {always_remember = true, show_tooltip=true, name="The entry to the old tower of Dreadfell",display='>', color={r=0, g=255, b=255}, notice = true, change_level=1, change_zone="dreadfell"}) quickEntity('daikara', {always_remember = true, show_tooltip=true, name="Passageway into Daikara",display='>', color=colors.UMBER, notice = true, change_level=1, change_zone="daikara"}) quickEntity('charred-scar', {always_remember = true, show_tooltip=true, name='Charred Scar Volcano', display='>', color=colors.RED, back_color=colors.LIGHT_DARK, image="terrain/volcano1.png", notice = true, change_level=1, change_zone="charred-scar"}) quickEntity('high-peak', {always_remember = true, show_tooltip=true, name="High Peak", display='>', color=colors.VIOLET, notice = true, change_level=1, change_zone="high-peak"}) @@ -214,7 +214,7 @@ return { {"~","~","~","~","~","~","~","~","~","~",".",".",".","&","&","T","T","T","T","T","~","~","~","~",".",".",".",".",".","~","~","~",".",".","~","~","~","~","~","T","_","{","{","{","_",".",".",".",".",".",".",".",".","~","~","~","~","~","~",".","-",".",".",".",".","!","!","!","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","T","!",".",".","~","~","~","~","~","~","~",".",".","~","~","~","~","|","|","|",".",".",".",".",".",".",".",".",".",".",".",".",".",".","|","|","|","|","|",".",".",".","^","^",".","^","~",}, {"~","~","~","~","~","~","~","~","~","~",".",".",".","&","&","-",".",".","T","T","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","_","_","{","{","{",".",".",".",".",".",".",".","~","~","~","~","~","~","~",".","-",".",".",".",".","!","!","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~",".","T","!","!",".",".","~","~","~","~","~","~",".",".","~","~","~","|","|","|","|",".",".",".",".",".",".",".",".",".",".",".",".",".","|","|","|","|","|","|",".",".",".","^","^","^","^","~",}, {"~","~","~","~","~","~","~","T","~","~",".",".","&","&","-","-","!",".",".",".","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","_","_","_","{","{",".",".",".",".",".","~","~","~","~","~","~","~","~","-","-","-",".",".","!","!","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","T","T","!","!","!",".","~","~","~","~","~",".","~","~","~","~","|","|","|","p","|","|",".",".",".",".",".",".",".",".",".",".",".","|","|","|","p","|","|","|",".",".","^","^","^","^","^","~",}, -{"~","~","~","~","~","~","~","T","T","T","T",".","&","&","-","elvala","!","!",".",".","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","T","_","{","{","{","{","~","~","tol-falas","~","~","~","~","~","~","~","~","-",".","-",".",".","!","!","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","#","#","T",".","!","!",".","~","~","~","~","~","~","~","~","~","~","|","|","|","|","p","|","|","|","|","|","|",".",".",".",".","|","|","|","|","|","|","|","|","|",".",".","^","^","^","^","^","~",}, +{"~","~","~","~","~","~","~","T","T","T","T",".","&","&","-","elvala","!","!",".",".","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","T","_","{","{","{","{","~","~","dreadfell","~","~","~","~","~","~","~","~","-",".","-",".",".","!","!","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","#","#","T",".","!","!",".","~","~","~","~","~","~","~","~","~","~","|","|","|","|","p","|","|","|","|","|","|",".",".",".",".","|","|","|","|","|","|","|","|","|",".",".","^","^","^","^","^","~",}, {"~","~","~","~","~","~","~","T","T","T","T",".","&","&","-","!","!",".",".",".","~","~","~","~","~","~","~","~","~","~",".",".","~","~","~","~","~","~","~","~","~","~","~","~",".",".","{","{","~","~","~","~","~","~","~","~","~","~","~","~",".","-",".",".",".","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","#","T","T",".","!",".","~","~","~","~","~","~","~","~","~","~","|","|","|","|","p","|","p","|","|","|","|","|","|","|","|","|","|","|","|","|","|","|","|","|",".",".",".",".","^","^","~","~",}, {"~","~","~","~","~","~","~","T","T","T",".",".",".","-","-","-","-",".",".",".","~","~","~","~","~","~","~","~","~",".",".",".",".","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~",".",".","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","#","#","#",".","!",".","~","~","~","~","~","~","~","~","~","~","|","|","|","p","|","|","|","|","|","|","|","|","|","|","|","|","|","|","|","|","|","|","|","|",".",".",".",".","~","~","~","~",}, {"~","~","~","~","~","~","~","~","T","T",".",".",".","-",".",".","-","-","-","-","~","~","~","~","~","~","~","~",".","T","^","^",".",".","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","~","#","#","~","~","~","~","~","~","~","~","~","~","~","~","~","|","|","p","|","|","|","|","|","|","p","|","|","|","|","|","|","|","|","|","|","|","|","|",".",".",".",".","~","~","~","~",}, diff --git a/game/modules/tome/data/quests/dreadfell.lua b/game/modules/tome/data/quests/dreadfell.lua index 16412a22f01a1dbdfaa967b293c70c65c36e0b04..7e81733b338ed1706c325f46f75a799f5a85278a 100644 --- a/game/modules/tome/data/quests/dreadfell.lua +++ b/game/modules/tome/data/quests/dreadfell.lua @@ -17,11 +17,11 @@ -- Nicolas Casalini "DarkGod" -- darkgod@te4.org --- Quest for Tol Falas +-- Quest for the Dreadfell name = "The Island of Dread" desc = function(self, who) local desc = {} - desc[#desc+1] = "You have heard that near the Charred Scar, to the south, lies the ruined tower of Tol Falas." + desc[#desc+1] = "You have heard that near the Charred Scar, to the south, lies a ruined tower known as the Dreadfell." desc[#desc+1] = "There are disturbing rumors of greater undead, and nobody who reached it ever returned." desc[#desc+1] = "Perhaps you should explore it and find the truth, and the treasures, for yourself!" return table.concat(desc, "\n") diff --git a/game/modules/tome/data/quests/staff-absorption.lua b/game/modules/tome/data/quests/staff-absorption.lua index 81d72fd0cb8e7c5d81699c7be5392962e34ad191..d7adf21ebfdba42c6028f2226ea137aa94380f09 100644 --- a/game/modules/tome/data/quests/staff-absorption.lua +++ b/game/modules/tome/data/quests/staff-absorption.lua @@ -21,12 +21,12 @@ name = "A mysterious staff" desc = function(self, who) local desc = {} - desc[#desc+1] = "Deep in the tower of Tol Falas you fought and destroyed the Master, a powerful vampire." + desc[#desc+1] = "Deep in the Dreadfell you fought and destroyed the Master, a powerful vampire." if self:isCompleted("ambush") then - desc[#desc+1] = "On your way out of Tol Falas you were ambushed by a band of orcs." + desc[#desc+1] = "On your way out of the Dreadfell you were ambushed by a band of orcs." desc[#desc+1] = "They asked about the staff." elseif self:isCompleted("ambush-finished") and not self:isCompleted("survived-ukruk") then - desc[#desc+1] = "On your way out of Tol Falas you were ambushed by a band of orcs and left for dead." + desc[#desc+1] = "On your way out of the Dreadfell you were ambushed by a band of orcs and left for dead." desc[#desc+1] = "They asked about the staff and stole it from you." desc[#desc+1] = "#LIGHT_GREEN#Go at once to Last Hope to report those events!" elseif self:isCompleted("ambush-finished") and self:isCompleted("survived-ukruk") then @@ -47,7 +47,7 @@ on_grant = function(self, who) end start_ambush = function(self, who) - game.logPlayer(who, "#VIOLET#As you come out of Tol Falas, you encounter a band of orcs!") + game.logPlayer(who, "#VIOLET#As you come out of the Dreadfell, you encounter a band of orcs!") who:setQuestStatus("staff-absorption", engine.Quest.COMPLETED, "ambush") -- Next time the player dies (and he WILL die) he wont really die @@ -77,7 +77,7 @@ start_ambush = function(self, who) end local Chat = require("engine.Chat") - local chat = Chat.new("tol-falas-ambush", {name="Ukruk the Fierce"}, who) + local chat = Chat.new("dreadfell-ambush", {name="Ukruk the Fierce"}, who) chat:invoke() end diff --git a/game/modules/tome/data/quests/starter-zones.lua b/game/modules/tome/data/quests/starter-zones.lua index 4df7ab4c1f63327c8a9c4e0e7cb86da67ab050e2..d6576f81ca6659933a0e755dcaab309c09a1d442 100644 --- a/game/modules/tome/data/quests/starter-zones.lua +++ b/game/modules/tome/data/quests/starter-zones.lua @@ -53,7 +53,7 @@ on_status_change = function(self, who, status, sub) if sub then if self:isCompleted("old-forest") and self:isCompleted("maze") and self:isCompleted("sandworm-lair") and self:isCompleted("daikara") then who:setQuestStatus(self.id, engine.Quest.DONE) - who:grantQuest("tol-falas") + who:grantQuest("dreadfell") end end end diff --git a/game/modules/tome/data/zones/dreadfell/npcs.lua b/game/modules/tome/data/zones/dreadfell/npcs.lua index abfe3116be560a18a5ef76bce683966a02795b8b..3f75c9fe60e88de7a13b46094c13589c47645af5 100644 --- a/game/modules/tome/data/zones/dreadfell/npcs.lua +++ b/game/modules/tome/data/zones/dreadfell/npcs.lua @@ -92,7 +92,7 @@ newEntity{ define_as = "THE_MASTER", ai = "dumb_talented_simple", ai_state = { talent_in=1, ai_move="move_astar", }, on_die = function(self, who) - game.state:activateBackupGuardian("PALE_DRAKE", 1, 40, "It has been month since the hero cleansed Tol Falas, yet rumours are growing: evil is back.") + game.state:activateBackupGuardian("PALE_DRAKE", 1, 40, "It has been month since the hero cleansed the Dreadfell, yet rumours are growing: evil is back.") world:gainAchievement("VAMPIRE_CRUSHER", game.player:resolveSource()) game.player:resolveSource():grantQuest("dreadfell") @@ -114,7 +114,7 @@ newEntity{ define_as = "PALE_DRAKE", type = "undead", subtype = "skeleton", unique = true, name = "Pale Drake", display = "s", color=colors.VIOLET, - desc = [[A malevolent skeleton archmage that has taken control of Tol Falas since the Master's demise.]], + desc = [[A malevolent skeleton archmage that has taken control of the Dreadfell since the Master's demise.]], level_range = {40, 50}, exp_worth = 3, max_life = 450, life_rating = 21, fixed_rating = true, rank = 4, diff --git a/ideas/factions.ods b/ideas/factions.ods index fc8160018789409e64d762310d656fa5ba0e923c..4cb69b77129a2c844e4725ba2366151ca9920fbe 100644 Binary files a/ideas/factions.ods and b/ideas/factions.ods differ diff --git a/tiled-maps/eyal.tmx b/tiled-maps/eyal.tmx index 072659ebd64500311d3ecce03eba671d47c43e44..7b897b40dcc41974f907db12ba5eae74f9291773 100644 --- a/tiled-maps/eyal.tmx +++ b/tiled-maps/eyal.tmx @@ -169,7 +169,7 @@ </tile> <tile id="7"> <properties> - <property name="display" value="tol-falas"/> + <property name="display" value="dreadfell"/> </properties> </tile> <tile id="8">