Skip to content
Snippets Groups Projects
Commit 4ffbe155 authored by DarkGod's avatar DarkGod
Browse files

plop

parent d72070a5
No related branches found
No related tags found
No related merge requests found
......@@ -69,3 +69,35 @@ newEntity{
nice_tiler = { method="replace", base={"LAVA", 10, 2, 5} },
}
for i = 2, 5 do newEntity{ base="LAVA", define_as = "LAVA"..i, image = "terrain/lava/molten_lava_5_0"..i..".png"} end
-----------------------------------------
-- Cavy exits
-----------------------------------------
newEntity{
define_as = "LAVA_LADDER_DOWN",
type = "floor", subtype = "cave",
name = "ladder to the next level", image = "terrain/lava_floor.png", add_displays = {class.new{image="terrain/cave/cave_stairs_down_3_01.png"}},
display = '>', color_r=255, color_g=255, color_b=0,
notice = true,
always_remember = true,
change_level = 1,
}
newEntity{
define_as = "LAVA_LADDER_UP",
type = "floor", subtype = "cave",
name = "ladder to the previous level", image = "terrain/lava_floor.png", add_displays = {class.new{image="terrain/cave/cave_stairs_up_2_01.png"}},
display = '<', color_r=255, color_g=255, color_b=0,
notice = true,
always_remember = true,
change_level = -1,
}
newEntity{
define_as = "LAVA_LADDER_UP_WILDERNESS",
type = "floor", subtype = "cave",
name = "ladder to worldmap", image = "terrain/lava_floor.png", add_displays = {class.new{image="terrain/cave/cave_stairs_up_2_01.png"}},
display = '<', color_r=255, color_g=255, color_b=0,
notice = true,
change_level = 1,
change_zone = "wilderness",
}
......@@ -476,7 +476,7 @@ At the other end of the cavern a wall of ice blocked our way. Linaniil held up
This cold, crypt-like hollow was covered in smooth, glistening ice on all sides. The walls were square and straight, and ancient pillars of marble were dotted about the room. On the pillars and walls were weathered runes and symbols. I came close to study some, but couldn’t recognise them from any of my studies. “What was this place?” I asked, turning to Linaniil. “It seems older even than Sher’Tul.”
She ran her hand over one of the walls, tracing the outline of a door. “It be a temple to Quekorja, god of a race called the Weissi. The were killed off by the Sher’Tul long before our races were born. They did build this temple in honour of Quekorja, and the last of them did die here defending her.”
She ran her hand over one of the walls, tracing the outline of a door. “It be a temple to Quekorja, god of a race whose name somehow escapes my mind. The were killed off by the Sher’Tul long before our races were born. They did build this temple in honour of Quekorja, and the last of them did die here defending her.”
I looked about in awe. Though I had explored many Sher’Tul ruins I hadn’t seen anything like this. The architecture was simple but elegant. There was a crude beauty to it all. I turned back to the door Linaniil was examining.
......
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