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

Creatures inside the ring of blood can not see outside of it

git-svn-id: http://svn.net-core.org/repos/t-engine4@3501 51575b47-30f0-44d4-a5cc-537603b46e54
parent e75f3929
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ endy = 23
-- defineTile section
defineTile("#", "HARDWALL")
defineTile("&", "LAVA_WALL_OPAQUE")
defineTile("~", "LAVA_WALL")
defineTile("<", "UP")
defineTile("-", "SAND")
......@@ -396,23 +397,23 @@ return [[
##########........~~~.....~~~........#############
#########.......~~~.........~~~.......############
#########......~~.............~~......############
########......~~.....~~~~~.....~~......###########
########.....~~....~~~---~~~....~~.....###########
#######......~....~~-------~~....~......##########
#######.....~~...~~---------~~...~~.....##########
######......~...~~-----------~~...~......#########
######.....~~...~-------------~...~~.....#########
######.....~...~~----#---#----~~...~.....#########
######.....~...~---------------~...~.....#########
######.....~..O~---------------~@.<~.....#########
######.....~...~---------------~...~.....#########
######.....~...~~----#---#----~~...~.....#########
######.....~~...~-------------~...~~.....#########
######......~...~~-----------~~...~......#########
#######.....~~...~~---------~~...~~.....##########
#######......~....~~-------~~....~......##########
########.....~~....~~~---~~~....~~.....###########
########......~~.....~~~~~.....~~......###########
########......~~.....&&&&&.....~~......###########
########.....~~....&&&---&&&....~~.....###########
#######......~....&&-------&&....~......##########
#######.....~~...&&---------&&...~~.....##########
######......~...&&-----------&&...~......#########
######.....~~...&-------------&...~~.....#########
######.....~...&&----#---#----&&...~.....#########
######.....~...&---------------&...~.....#########
######.....~..O&---------------&@.<~.....#########
######.....~...&---------------&...~.....#########
######.....~...&&----#---#----&&...~.....#########
######.....~~...&-------------&...~~.....#########
######......~...&&-----------&&...~......#########
#######.....~~...&&---------&&...~~.....##########
#######......~....&&-------&&....~......##########
########.....~~....&&&---&&&....~~.....###########
########......~~.....&&&&&.....~~......###########
#########......~~.............~~......############
#########.......~~~.........~~~.......############
##########........~~~.....~~~........#############
......@@ -430,4 +431,4 @@ return [[
##################################################
##################################################
##################################################
##################################################]]
##################################################]]
\ No newline at end of file
......@@ -27,6 +27,16 @@ newEntity{ define_as = "LAVA_WALL",
image="terrain/lava_floor.png",
}
newEntity{ define_as = "LAVA_WALL_OPAQUE",
name='lava pit',
display='~', color=colors.LIGHT_RED, back_color=colors.RED,
always_remember = true, does_block_move = true,
block_sight = true,
block_sense = true,
block_esp = true,
image="terrain/lava_floor.png",
}
newEntity{
define_as = "CONTROL_ORB",
name = "Slave Control Orb", image = "terrain/marble_floor.png", add_displays = {class.new{image="terrain/worldmap.png"}},
......
......@@ -30,7 +30,7 @@ return {
decay = {300, 800},
actor_adjust_level = function(zone, level, e) return zone.base_level + e:getRankLevelAdjust() + level.level-1 + rng.range(-1,2) end,
width = 50, height = 50,
-- all_remembered = true,
all_remembered = true,
all_lited = true,
persistent = "zone",
ambient_music = "Swashing the buck.ogg",
......
......@@ -32,6 +32,12 @@
<property name="value" value="&quot;LAVA_WALL&quot;"/>
</properties>
</tile>
<tile id="36">
<properties>
<property name="display" value="&amp;"/>
<property name="value" value="&quot;LAVA_WALL_OPAQUE&quot;"/>
</properties>
</tile>
<tile id="54">
<properties>
<property name="display" value="t"/>
......@@ -195,7 +201,7 @@
</tileset>
<layer name="Terrain" width="50" height="50">
<data encoding="base64" compression="zlib">
eJzt18sNwjAQBFC7gDSBKIy6Uw1XCynrnbX3QzKHOfAT8xiFJGdr7WQYhnlYuiLZHVf7V/ZY+lfy7Oif7fEwRFs0XV5CKliQ/pbXIywr/a3vj3Qg/dHPVjBoj41IC/L9Y+9jiOSRLBFbXPU5hEgWz020W2gMksVzE+0WiGFm8dgE2QIxjJaITVa2OCeP0U0iHJYtpE2iHZ++1/Hu3OPJx8cd/q+QTaqcP9BNqp7PkU20lqzrK2ST8flq17uzTf7p/sNqmSXaIDl+f3ukf8b9+cyi6Yd4vQxay9WxgezlbUAs1kQZPC3Rht2ezP47PNmdVz3ZHRmGYRjmjvkCT1JFsw==
eJztmEsOwjAMBZMD9BII7sW5cxq2EQLHz0lst32LWSCKeKMR9NNKKY0QQm5GVRC9cXZ/Zh/L/kw+K/ZH++xw8HbRbHkIZHBB9lve93CZ2W893tMD2Y9+NoPD6wfRLsj397uPDslHcvFo8c/hEJBcdjbRttA4SC47m2hbIA4jlx1NkBaIQ+/i0WSmRRu8Rpt4eFhaSE28Pd51rcezssedfx9X+L9CmmQ5f6BNsp7PkSZal6jrK6RJ75LtenfU5Ez3H1aXEd4Okke/5wz35yMXzb4Mz0u0Lt97Mz6/QlyseDnsdPF2WO0TuX+FT/TmWZ/ojYQQQsgV+QDdM0Zz
</data>
</layer>
<objectgroup name="addSpot" width="50" height="50">
......
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