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

moar

git-svn-id: http://svn.net-core.org/repos/t-engine4@4307 51575b47-30f0-44d4-a5cc-537603b46e54
parent 521b8255
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 4 deletions
......@@ -127,7 +127,7 @@ function _M:replaceAll(level)
g.add_displays[#g.add_displays].image = g.add_displays[#g.add_displays].image:format(rng.range(e.min, e.max))
end
end
if e.image then g.image = e.image end
if e.image then g.image = e.image:format(rng.range(e.min, e.max)) end
end
level.map(i, j, Map.TERRAIN, g)
......@@ -536,7 +536,7 @@ cavewall = { method="walls", type="cavewall", forbid={}, use_type=true, extended
default73i={add_displays={{image="terrain/cave/cavewall_91d_1.png", display_y=-1, z=16}}, min=1, max=1},
default91i={add_displays={{image="terrain/cave/cavewall_73d_1.png", display_y=-1, z=16}}, min=1, max=1},
default2={image="terrain/cave/cave_V3_8_01.png", min=1, max=1},
default2={image="terrain/cave/cave_V3_8_0%d.png", min=1, max=3},
default2p={image="terrain/cave/cave_floor_1_01.png", add_mos={{image="terrain/cave/cave_V3_pillar_bottom_01.png"}}, min=1, max=1},
default1={image="terrain/cave/cave_floor_1_01.png", add_mos={{image="terrain/cave/cave_V3_inner_1_01.png"}}, min=1, max=1},
default3={image="terrain/cave/cave_floor_1_01.png", add_mos={{image="terrain/cave/cave_V3_inner_3_01.png"}}, min=1, max=1},
......
......@@ -25,7 +25,14 @@ newEntity{
name = "cave floor", image = "terrain/cave/cave_floor_1_01.png",
display = '.', color=colors.SANDY_BROWN, back_color=colors.DARK_UMBER,
grow = "CAVEWALL",
nice_tiler = { method="replace", base={"CAVEFLOOR", 20, 1, 18}},
}
for i = 1, 18 do
if i <= 7 then newEntity{ base = "CAVEFLOOR", define_as = "CAVEFLOOR"..i, image = "terrain/cave/cave_floor_"..i.."_01.png"}
elseif i <= 16 then newEntity{ base = "CAVEFLOOR", define_as = "CAVEFLOOR"..i, image = "terrain/cave/cave_floor_1_01.png", add_mos={{image="terrain/cave/cave_rock_"..(i-7).."_01.png"}}}
else newEntity{ base = "CAVEFLOOR", define_as = "CAVEFLOOR"..i, image = "terrain/cave/cave_floor_1_01.png", add_mos={{image="terrain/cave/cave_mushroom_"..(i-16).."_01.png"}}}
end
end
newEntity{
define_as = "CAVEWALL",
......@@ -41,7 +48,7 @@ newEntity{
nice_editer = cave_wall_editer,
-- nice_tiler = { method="replace", base={"CAVEWALL", 20, 1, 6}},
}
for i = 1, 6 do newEntity{ base = "CAVEWALL", define_as = "CAVEWALL"..i, image = "terrain/cave/cavewall_5_"..i..".png"} end
--for i = 1, 6 do newEntity{ base = "CAVEWALL", define_as = "CAVEWALL"..i, image = "terrain/cave/cavewall_5_"..i..".png"} end
-----------------------------------------
-- Cavy exits
......
......@@ -1336,7 +1336,7 @@ It was made by Humans for Humans; only they can harness the true power of the ro
newEntity{ base = "BASE_CLOTH_ARMOR",
power_source = {arcane=true},
unique = true,
name = "Firewalker", color = colors.RED,
name = "Firewalker", color = colors.RED, image = "object/artifact/robe_firewalker.png",
unided_name = "blazing robe",
desc = [[This fiery robe was worn by the mad pyromancer Halchot, who terrorised many towns in the late Age of Dusk, burning and looting villages as they tried to recover from the Spellblaze. Eventually he was tracked down by the Ziguranth, who cut out his tongue, chopped off his head, and rent his body to shreds. The head was encased in a block of ice and paraded through the streets of nearby towns amidst the cheers of the locals. Only this robe remains of the flames of Halchot.]],
level_range = {20, 30},
......
game/modules/tome/data/gfx/shockbolt/object/artifact/robe_firewalker.png

8.74 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_V3_8_02.png

10.6 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_V3_8_03.png

10.6 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_floor_2_01.png

8.66 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_floor_3_01.png

8.56 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_floor_4_01.png

9.06 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_floor_5_01.png

9.2 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_floor_6_01.png

9.34 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_floor_7_01.png

8.96 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_mushroom_1_01.png

4.57 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_mushroom_2_01.png

6.06 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_rock_10_01.png

8.34 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_rock_1_01.png

7.61 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_rock_2_01.png

4.98 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_rock_3_01.png

6.04 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_rock_4_01.png

7.7 KiB

game/modules/tome/data/gfx/shockbolt/terrain/cave/cave_rock_5_01.png

6.41 KiB

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