diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-13 01:19:43 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-13 01:19:43 -0300 |
commit | 8a1746035952cb1658d7721f55a127ee657ba4aa (patch) | |
tree | c70f59a9522cd9c7003aa7448951c6e4b0f5b1fd /maps/003-1.tmx | |
parent | 8baccf5d52ce0aca8eca51aefe1598f879d03c79 (diff) | |
download | clientdata-8a1746035952cb1658d7721f55a127ee657ba4aa.tar.gz clientdata-8a1746035952cb1658d7721f55a127ee657ba4aa.tar.bz2 clientdata-8a1746035952cb1658d7721f55a127ee657ba4aa.tar.xz clientdata-8a1746035952cb1658d7721f55a127ee657ba4aa.zip |
Apply several changes on Tulimshar spawn masks, based on personal opinion + Kolchak feedback
Diffstat (limited to 'maps/003-1.tmx')
-rw-r--r-- | maps/003-1.tmx | 28 |
1 files changed, 22 insertions, 6 deletions
diff --git a/maps/003-1.tmx b/maps/003-1.tmx index 04ddb59b..eecaa3bb 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="16" nextobjectid="96"> +<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="98"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -2531,7 +2531,7 @@ </object> <object id="63" name="Croc" type="spawn" x="2528" y="3200" width="192" height="224"> <properties> - <property name="death" value="150000"/> + <property name="death" value="90000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="1006"/> <property name="spawn" value="35000"/> @@ -2550,7 +2550,7 @@ <property name="death" value="20000"/> <property name="max_beings" value="2"/> <property name="monster_id" value="1002"/> - <property name="spawn" value="30000"/> + <property name="spawn" value="20000"/> </properties> </object> <object id="74" name="Duck" type="spawn" x="2464" y="4000" width="544" height="736"> @@ -2571,7 +2571,7 @@ </object> <object id="77" name="Croc" type="spawn" x="2080" y="3776" width="192" height="224"> <properties> - <property name="death" value="150000"/> + <property name="death" value="90000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="1006"/> <property name="spawn" value="35000"/> @@ -2603,7 +2603,7 @@ </object> <object id="86" name="Croc" type="spawn" x="1920" y="1824" width="320" height="96"> <properties> - <property name="death" value="150000"/> + <property name="death" value="90000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="1006"/> <property name="spawn" value="35000"/> @@ -2635,7 +2635,7 @@ </object> <object id="94" name="Croc" type="spawn" x="3392" y="1312" width="320" height="96"> <properties> - <property name="death" value="150000"/> + <property name="death" value="90000"/> <property name="max_beings" value="1"/> <property name="monster_id" value="1006"/> <property name="spawn" value="35000"/> @@ -2649,6 +2649,22 @@ <property name="spawn" value="5000"/> </properties> </object> + <object id="96" name="Croc" type="spawn" x="1920" y="2304" width="224" height="320"> + <properties> + <property name="death" value="120000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1006"/> + <property name="spawn" value="35000"/> + </properties> + </object> + <object id="97" name="Croc" type="spawn" x="3104" y="2176" width="192" height="480"> + <properties> + <property name="death" value="120000"/> + <property name="max_beings" value="1"/> + <property name="monster_id" value="1006"/> + <property name="spawn" value="35000"/> + </properties> + </object> </objectgroup> <objectgroup color="#ff007f" id="14" name="Particles"> <object id="88" name="graphics/particles/chimney-dark.xml" type="particle_effect" x="3488" y="2752" width="32" height="32"/> |