diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-17 23:50:09 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-17 23:50:09 -0200 |
commit | 25b5e8b8aab5cc90859498640438e278d8666011 (patch) | |
tree | 1ff39da2b387ac8dc30b4087f2542876ba7627ef /maps/004-2-1.tmx | |
parent | a02a1fc201f01a15735fd02b57728457579c88bf (diff) | |
download | clientdata-25b5e8b8aab5cc90859498640438e278d8666011.tar.gz clientdata-25b5e8b8aab5cc90859498640438e278d8666011.tar.bz2 clientdata-25b5e8b8aab5cc90859498640438e278d8666011.tar.xz clientdata-25b5e8b8aab5cc90859498640438e278d8666011.zip |
Mild adjustments to mob spawn (some shrooms to desert _caves_ are common)
(anwar quest requeriment) + Reduce a bit 011-1 mob population due new level.
Diffstat (limited to 'maps/004-2-1.tmx')
-rw-r--r-- | maps/004-2-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/004-2-1.tmx b/maps/004-2-1.tmx index 3c89a1f2..2ced8177 100644 --- a/maps/004-2-1.tmx +++ b/maps/004-2-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.6" orientation="orthogonal" renderorder="right-down" width="110" height="110" tilewidth="32" tileheight="32" infinite="0" nextobjectid="49"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="110" height="110" tilewidth="32" tileheight="32" nextobjectid="50"> <properties> <property name="author" value="Pookie, Saulc"/> <property name="license" value="CC BY-SA 3.0"/> @@ -910,5 +910,13 @@ <property name="spawn" value="35000"/> </properties> </object> + <object id="49" name="Chagashroom Field" type="Spawn" x="2176" y="896" width="800" height="1664"> + <properties> + <property name="death" value="150000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1128"/> + <property name="spawn" value="35000"/> + </properties> + </object> </objectgroup> </map> |