diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 11:54:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 11:54:05 -0300 |
commit | af104fdd454069d5e7d96d7c252d291f497e9e07 (patch) | |
tree | fac591e6a582ab0efb80b4d1a28f4dde8a1ecb9c /maps | |
parent | bb3ea46ee5a44c14ea828ae9538811af6187bb8c (diff) | |
download | clientdata-af104fdd454069d5e7d96d7c252d291f497e9e07.tar.gz clientdata-af104fdd454069d5e7d96d7c252d291f497e9e07.tar.bz2 clientdata-af104fdd454069d5e7d96d7c252d291f497e9e07.tar.xz clientdata-af104fdd454069d5e7d96d7c252d291f497e9e07.zip |
Add some Yellow Slimes to woodland mines
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 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> |