diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 21:03:18 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 21:03:18 -0200 |
commit | 6415ec6aa726641024961ec968c1eb45e80b3093 (patch) | |
tree | 6d99db8c5272a9b8232f40725d063e1c49c04f53 /maps/003-1-1.tmx | |
parent | 3e3f21332dabd9536b13953b5353290334e04468 (diff) | |
download | clientdata-6415ec6aa726641024961ec968c1eb45e80b3093.tar.gz clientdata-6415ec6aa726641024961ec968c1eb45e80b3093.tar.bz2 clientdata-6415ec6aa726641024961ec968c1eb45e80b3093.tar.xz clientdata-6415ec6aa726641024961ec968c1eb45e80b3093.zip |
[skip ci] Difficulty soothening: Add some stray little blubs to Tulimshar Sewers.
WARNING: Sewers have death penalty. Farm there at your own risk.
Diffstat (limited to 'maps/003-1-1.tmx')
-rw-r--r-- | maps/003-1-1.tmx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/maps/003-1-1.tmx b/maps/003-1-1.tmx index 3b7fff9c..16065003 100644 --- a/maps/003-1-1.tmx +++ b/maps/003-1-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="178" height="168" tilewidth="32" tileheight="32" nextobjectid="46"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="178" height="168" tilewidth="32" tileheight="32" nextobjectid="48"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="2"/> @@ -1439,7 +1439,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#fcff00" name="Spawns" visible="0"> + <objectgroup color="#fcff00" name="Spawns"> <object id="43" name="Cave Maggot" type="spawn" x="1280" y="32" width="4384" height="4832"> <properties> <property name="death" value="300000"/> @@ -1464,5 +1464,13 @@ <property name="spawn" value="35000"/> </properties> </object> + <object id="47" name="Little Blub" type="Spawn" x="832" y="1312" width="992" height="928"> + <properties> + <property name="death" value="200000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1007"/> + <property name="spawn" value="35000"/> + </properties> + </object> </objectgroup> </map> |