diff options
author | Jesusaves <cpntb1@ymail.com> | 2023-07-15 02:21:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2023-07-15 02:21:40 -0300 |
commit | 4345512c7941508152e8801ad89f423c63a84a02 (patch) | |
tree | 33eabbcaa43c3326e78c2d7c484bc41250ca11b7 /maps | |
parent | 5477d415c2094522420aef589d8792b16821b9f4 (diff) | |
download | clientdata-4345512c7941508152e8801ad89f423c63a84a02.tar.gz clientdata-4345512c7941508152e8801ad89f423c63a84a02.tar.bz2 clientdata-4345512c7941508152e8801ad89f423c63a84a02.tar.xz clientdata-4345512c7941508152e8801ad89f423c63a84a02.zip |
More minor map changes
Diffstat (limited to 'maps')
-rw-r--r-- | maps/006-10.tmx | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/maps/006-10.tmx b/maps/006-10.tmx index 79cfc03..154f212 100644 --- a/maps/006-10.tmx +++ b/maps/006-10.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="110" height="90" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="51"> +<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="110" height="90" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="53"> <properties> <property name="author" value="Jesusalva"/> <property name="background0image" value="graphics/images/ambient/aethyr.jpg"/> @@ -689,5 +689,21 @@ <property name="target" value="1"/> </properties> </object> + <object id="51" name="Vicious Chest" type="spawn" x="2240" y="864" width="256" height="128"> + <properties> + <property name="death" value="10000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1148"/> + <property name="spawn" value="10000"/> + </properties> + </object> + <object id="52" name="Evil Chest" type="spawn" x="2176" y="800" width="256" height="128"> + <properties> + <property name="death" value="10000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1149"/> + <property name="spawn" value="10000"/> + </properties> + </object> </objectgroup> </map> |