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 /maps/020-1.tmx | |
parent | cb09b141b04b930fffe029a572ecbc3dd38358b6 (diff) | |
download | clientdata-cd405299a1ae8dbaaef6ce9a38c8b0474957a4c7.tar.gz clientdata-cd405299a1ae8dbaaef6ce9a38c8b0474957a4c7.tar.bz2 clientdata-cd405299a1ae8dbaaef6ce9a38c8b0474957a4c7.tar.xz clientdata-cd405299a1ae8dbaaef6ce9a38c8b0474957a4c7.zip |
Use new squirrels :3
Diffstat (limited to 'maps/020-1.tmx')
-rw-r--r-- | maps/020-1.tmx | 12 |
1 files changed, 10 insertions, 2 deletions
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> |