diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-19 18:27:01 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-19 18:27:01 -0300 |
commit | cd405299a1ae8dbaaef6ce9a38c8b0474957a4c7 (patch) | |
tree | b89202cdc566aa85997474f6b0d09cd9264eb037 | |
parent | cb09b141b04b930fffe029a572ecbc3dd38358b6 (diff) | |
download | clientdata-cd405299a1ae8dbaaef6ce9a38c8b0474957a4c7.tar.gz clientdata-cd405299a1ae8dbaaef6ce9a38c8b0474957a4c7.tar.bz2 clientdata-cd405299a1ae8dbaaef6ce9a38c8b0474957a4c7.tar.xz clientdata-cd405299a1ae8dbaaef6ce9a38c8b0474957a4c7.zip |
Use new squirrels :3
-rw-r--r-- | maps/017-1.tmx | 2 | ||||
-rw-r--r-- | maps/018-5.tmx | 12 | ||||
-rw-r--r-- | maps/020-1.tmx | 12 |
3 files changed, 21 insertions, 5 deletions
diff --git a/maps/017-1.tmx b/maps/017-1.tmx index 78039baf..8f557e55 100644 --- a/maps/017-1.tmx +++ b/maps/017-1.tmx @@ -2547,7 +2547,7 @@ <properties> <property name="death" value="30000"/> <property name="max_beings" value="25"/> - <property name="monster_id" value="1032"/> + <property name="monster_id" value="1053"/> <property name="spawn" value="30000"/> </properties> </object> diff --git a/maps/018-5.tmx b/maps/018-5.tmx index 22a4736c..1bc29e2a 100644 --- a/maps/018-5.tmx +++ b/maps/018-5.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="145" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="24"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="145" height="180" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="25"> <properties> <property name="background0image" value="graphics/images/ambient/spotlight.png"/> <property name="license" value="GPL v2+"/> @@ -1592,7 +1592,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#00ff7f" id="10" name="spawns" visible="0"> + <objectgroup color="#00ff7f" id="10" name="spawns"> <object id="5" name="Water Fairy" type="spawn" x="1376" y="2272" width="1664" height="1088"> <properties> <property name="death" value="40000"/> @@ -1639,6 +1639,14 @@ <property name="spawn" value="120000"/> </properties> </object> + <object id="24" name="Squirrel" type="spawn" x="2528" y="1088" width="1376" height="1216"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="6"/> + <property name="monster_id" value="1055"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> <objectgroup id="11" name="Notes" visible="0"> <object id="9" name="Leona" type="fixme" x="3616" y="1632" width="32" height="32"/> diff --git a/maps/020-1.tmx b/maps/020-1.tmx index 8549d027..e1de5e2d 100644 --- a/maps/020-1.tmx +++ b/maps/020-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="128" height="148" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="28"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="128" height="148" tilewidth="32" tileheight="32" infinite="0" nextlayerid="13" nextobjectid="29"> <properties> <property name="author" value="The Mana World Team, Jesusalva"/> <property name="license" value="GPL v2+"/> @@ -1513,10 +1513,18 @@ <object id="24" name="Fluffy" type="spawn" x="384" y="768" width="3264" height="3328"> <properties> <property name="death" value="30000"/> - <property name="max_beings" value="5"/> + <property name="max_beings" value="10"/> <property name="monster_id" value="1022"/> <property name="spawn" value="100000"/> </properties> </object> + <object id="28" name="Squirrel" type="spawn" x="576" y="864" width="3136" height="3168"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="5"/> + <property name="monster_id" value="1054"/> + <property name="spawn" value="100000"/> + </properties> + </object> </objectgroup> </map> |