diff options
Diffstat (limited to 'maps')
-rw-r--r-- | maps/015-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/015-1.tmx b/maps/015-1.tmx index a5b7e51d..4f055941 100644 --- a/maps/015-1.tmx +++ b/maps/015-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" nextobjectid="81"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" nextobjectid="82"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1520,5 +1520,13 @@ <property name="spawn" value="30000"/> </properties> </object> + <object id="81" name="Small Amethyst Bif" type="spawn" x="928" y="1760" width="5856" height="5248"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="6"/> + <property name="monster_id" value="1110"/> + <property name="spawn" value="45000"/> + </properties> + </object> </objectgroup> </map> |