diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-15 21:39:01 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-15 21:39:01 -0200 |
commit | c83b700e206d36a2db54309ca3caca7fe88b7f15 (patch) | |
tree | b608586841db120a5a0211da921b5412c7a63158 /maps | |
parent | 6415ec6aa726641024961ec968c1eb45e80b3093 (diff) | |
download | clientdata-c83b700e206d36a2db54309ca3caca7fe88b7f15.tar.gz clientdata-c83b700e206d36a2db54309ca3caca7fe88b7f15.tar.bz2 clientdata-c83b700e206d36a2db54309ca3caca7fe88b7f15.tar.xz clientdata-c83b700e206d36a2db54309ca3caca7fe88b7f15.zip |
Desert Log Heads
Diffstat (limited to 'maps')
-rw-r--r-- | maps/004-2.tmx | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/maps/004-2.tmx b/maps/004-2.tmx index 3128fc17..286204f0 100644 --- a/maps/004-2.tmx +++ b/maps/004-2.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="160" height="147" tilewidth="32" tileheight="32" nextobjectid="75"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="160" height="147" tilewidth="32" tileheight="32" nextobjectid="76"> <properties> <property name="authors" value="TMW.org, Saulc"/> <property name="license" value="GPL 3.0"/> @@ -1301,6 +1301,10 @@ <property name="dest_y" value="119"/> </properties> </object> + <object id="72" name="margin" type="fixme" x="1312" y="4064" width="640" height="640"/> + <object id="74" name="margin" type="fixme" x="4480" y="736" width="640" height="640"/> + </objectgroup> + <objectgroup color="#ff7f00" name="Spawns"> <object id="62" name="Maggot" type="Spawn" x="672" y="608" width="1024" height="1408"> <properties> <property name="death" value="150000"/> @@ -1373,7 +1377,13 @@ <property name="spawn" value="35000"/> </properties> </object> - <object id="72" name="margin" type="fixme" x="1312" y="4064" width="640" height="640"/> - <object id="74" name="margin" type="fixme" x="4480" y="736" width="640" height="640"/> + <object id="75" name="Desert Log Head" type="Spawn" x="1760" y="672" width="1792" height="1888"> + <properties> + <property name="death" value="150000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1127"/> + <property name="spawn" value="35000"/> + </properties> + </object> </objectgroup> </map> |