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

Troll stew!

git-svn-id: http://svn.net-core.org/repos/t-engine4@4139 51575b47-30f0-44d4-a5cc-537603b46e54
parent 07cd9b48
No related branches found
No related tags found
No related merge requests found
game/modules/tome/data/gfx/shockbolt/terrain/troll_stew.png

7.18 KiB

......@@ -22,6 +22,7 @@ defineTile("$", "GRASS", {random_filter={type="money"}})
defineTile("*", "GRASS", {random_filter={type="gem"}})
defineTile("<", "GRASS_UP4")
defineTile(".", "GRASS")
defineTile("=", "STEW")
defineTile("@", "GRASS", nil, "TROLL_BILL")
defineTile("t", "HARDTREE")
defineTile("T", "GRASS", nil, {random_filter={type="giant", subtype="troll"}})
......@@ -44,7 +45,7 @@ ttttttttttt..ttttttt
tttttt.ttttT.ttttttt
ttttt$$$.......ttttt
tttt.$$$.......ttttt
ttttt.@.........tttt
ttttt.@=........tttt
<...t***........Tttt
ttt.t***........tttt
ttt.t.t.........tttt
......
......@@ -20,3 +20,12 @@
load("/data/general/grids/basic.lua")
load("/data/general/grids/forest.lua")
load("/data/general/grids/water.lua")
newEntity{
define_as = "STEW",
type = "wall", subtype = "grass",
name = "troll stew", image = "terrain/grass.png", add_mos={{image="terrain/troll_stew.png"}},
display = '~', color=colors.LIGHT_RED, back_color=colors.RED,
does_block_move = true,
pass_projectile = true,
}
......@@ -71,7 +71,7 @@
</tile>
<tile id="1">
<properties>
<property name="display" value="2"/>
<property name="display" value="="/>
</properties>
</tile>
<tile id="2">
......@@ -185,7 +185,7 @@
</tileset>
<layer name="Terrain" width="20" height="20">
<data encoding="base64" compression="zlib">
eJwzZ2BgMB8mmIsG5lHTTErMw6aPXPO4iMTUNIsUd1Ji5lYs8qSYh8+d5JhHTJySYi65aYRa5hFjLjXNI8d9lKRlXGxccqT6ZyUJ7hkKGABHfkHJ
eJwzZ2BgMB8mmIsG5lHTTErMw6aPXPO4iMTUNIsUd8LUbyPDzK1Y5ElxIz53kmMeMXFKirnkphFqmUeMudQ0jxz3UZKWcbFxyZHqn5UkuGcoYAC5zEJ1
</data>
</layer>
<objectgroup name="Actor" width="20" height="20">
......
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