diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-14 12:56:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-14 12:56:11 -0300 |
commit | c9c8df113b09339b4a39dc7cd7ab656db6be519c (patch) | |
tree | 66d041f32cb3e5e81c5e5cdbd12712677fa9cb00 /maps | |
parent | cf9a5b609f85336cb2a005ee4401c9d424f12dca (diff) | |
download | clientdata-c9c8df113b09339b4a39dc7cd7ab656db6be519c.tar.gz clientdata-c9c8df113b09339b4a39dc7cd7ab656db6be519c.tar.bz2 clientdata-c9c8df113b09339b4a39dc7cd7ab656db6be519c.tar.xz clientdata-c9c8df113b09339b4a39dc7cd7ab656db6be519c.zip |
Fix warlord boots id + crocotree in tulim (is buggy)
Diffstat (limited to 'maps')
-rw-r--r-- | maps/003-1.tmx | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/maps/003-1.tmx b/maps/003-1.tmx index 7ab3051f..f90e10a4 100644 --- a/maps/003-1.tmx +++ b/maps/003-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="160" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="15" nextobjectid="92"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="160" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="16" nextobjectid="93"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -1931,7 +1931,7 @@ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 </data> </layer> - <layer id="11" name="Collision" width="160" height="180" visible="0"> + <layer id="11" name="Collision" width="160" height="180"> <data encoding="csv"> 478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478, 478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478,478, @@ -2578,6 +2578,16 @@ </properties> </object> </objectgroup> + <objectgroup id="15" name="Tree"> + <object id="92" name="Crocotree" type="spawn" x="2048" y="3296" width="416" height="256"> + <properties> + <property name="death" value="150000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1010"/> + <property name="spawn" value="5000"/> + </properties> + </object> + </objectgroup> <objectgroup color="#ff007f" id="14" name="Particles" visible="0"> <object id="88" name="graphics/particles/chimney-dark.xml" type="particle_effect" x="3488" y="2752" width="32" height="32"/> </objectgroup> |