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

guaranted artifact in the ruined dungeon

git-svn-id: http://svn.net-core.org/repos/t-engine4@1802 51575b47-30f0-44d4-a5cc-537603b46e54
parent 10704d04
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,7 @@ defineTile("3", "LORE3")
defineTile("#", "WALL")
defineTile("4", "LORE4")
defineTile("$", "OLD_FLOOR", {random_filter={add_levels=5,ego_chance=70}})
defineTile("%", "OLD_FLOOR", {random_filter={add_levels=5,unique=true}})
defineTile("&", "OLD_WALL")
defineTile("*", "PORTAL")
defineTile("+", "DOOR")
......@@ -52,7 +53,7 @@ return [[
################&&&&&>&&&&&#######################
################&$$.....$$&#######################
################&$$.....$$&#######################
################&$$.....$$&#######################
################&$$..%..$$&#######################
################&$$..4..$$&#######################
################&.........&#######################
################&&.......&&###########.......#####
......@@ -98,4 +99,4 @@ return [[
#.#..#.#..#....#####...#######......##############
#.#.##.##.####################......#########1####
#...##....####################......+...........<#
##################################################]]
##################################################]]
\ No newline at end of file
......@@ -157,5 +157,11 @@
<property name="value" value="{random_filter={add_levels=5,ego_chance=70}}"/>
</properties>
</object>
<object name="loot" x="674" y="97" width="24" height="25">
<properties>
<property name="display" value="%"/>
<property name="value" value="{random_filter={add_levels=5,unique=true}}"/>
</properties>
</object>
</objectgroup>
</map>
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