diff options
Diffstat (limited to 'maps/015-1.tmx')
-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 84ff88f5..58b66adc 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="68"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="200" height="200" tilewidth="32" tileheight="32" nextobjectid="69"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1491,5 +1491,13 @@ <property name="spawn" value="60000"/> </properties> </object> + <object id="68" name="Yellow Slime" type="spawn" x="896" y="-192" width="7680" height="6272"> + <properties> + <property name="death" value="40000"/> + <property name="max_beings" value="50"/> + <property name="monster_id" value="1091"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> </map> |