Skip to content
Snippets Groups Projects
Commit b2240f04 authored by dg's avatar dg
Browse files

New painted lore for using the Farportal in Reknor

git-svn-id: http://svn.net-core.org/repos/t-engine4@4213 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5db78ede
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,9 @@ newAchievement{
image = "object/artifact/orb_many_ways.png",
show = "name",
desc = [[Activated a portal using the Orb of Many Ways.]],
on_gain = function()
game:onTickEnd(function() game.player:learnLore("first-farportal") end)
end
}
newAchievement{
name = "Destroyer's bane", id = "DESTROYER_BANE",
......
game/modules/tome/data/gfx/lore/farportal_entering.png

487 KiB

......@@ -124,3 +124,11 @@ newLore{
image = "inside_caldizar_fortress.png",
lore = [[You somehow got teleported to an other Sher'Tul Fortress, in a very alien location. There you saw a living Sher'Tul.]],
}
newLore{
id = "first-farportal",
category = "sher'tul",
name = "lost farportal", always_pop = true,
image = "farportal_entering.png",
lore = function() return game.player.name..[[ boldly entering a Sher'Tul farportal.]] end,
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment