diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-09 19:02:37 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-09 19:02:37 -0300 |
commit | 254de3da1739b8fc53eaa8b5cc2535924bbc6214 (patch) | |
tree | e8694d17c01a57a3504cc2ffe065d9569588925e /maps/011-1.tmx | |
parent | 760fe83b4686a9ebd01a25ecef5610b02a9c0635 (diff) | |
download | clientdata-254de3da1739b8fc53eaa8b5cc2535924bbc6214.tar.gz clientdata-254de3da1739b8fc53eaa8b5cc2535924bbc6214.tar.bz2 clientdata-254de3da1739b8fc53eaa8b5cc2535924bbc6214.tar.xz clientdata-254de3da1739b8fc53eaa8b5cc2535924bbc6214.zip |
Add bifs to Halinarzo Mines. So Pookie is less weirded out by our lore.
Diffstat (limited to 'maps/011-1.tmx')
-rw-r--r-- | maps/011-1.tmx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/maps/011-1.tmx b/maps/011-1.tmx index 0a30562e..5c710430 100644 --- a/maps/011-1.tmx +++ b/maps/011-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="10"> +<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="11"> <properties> <property name="author" value="Xtreem, Jesusalva"/> <property name="license" value="GPL v2"/> @@ -1049,7 +1049,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#ff0000" id="7" name="spawns"> + <objectgroup color="#ff0000" id="7" name="spawns" visible="0"> <object id="2" name="Mana Ghost" type="spawn" x="640" y="672" width="5120" height="5120"> <properties> <property name="death" value="20000"/> @@ -1082,6 +1082,14 @@ <property name="spawn" value="60000"/> </properties> </object> + <object id="10" name="Mineral Bif" type="spawn" x="576" y="736" width="5120" height="5120"> + <properties> + <property name="death" value="60000"/> + <property name="max_beings" value="20"/> + <property name="monster_id" value="1058"/> + <property name="spawn" value="60000"/> + </properties> + </object> </objectgroup> <objectgroup color="#ffff00" id="8" name="particles" visible="0"/> <objectgroup color="#5500ff" id="9" name="margin" visible="0"> |