diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-11 21:04:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-11 21:04:07 -0300 |
commit | c987b4bceb9bc197f65bc9b1b629e7d7824e83e5 (patch) | |
tree | f8c03e4dba3d2d3351207e1c6fc6144016787d8a /maps/012-1.tmx | |
parent | 22f6177ebdcb6d2a06a49695c80b181f4495df43 (diff) | |
download | clientdata-c987b4bceb9bc197f65bc9b1b629e7d7824e83e5.tar.gz clientdata-c987b4bceb9bc197f65bc9b1b629e7d7824e83e5.tar.bz2 clientdata-c987b4bceb9bc197f65bc9b1b629e7d7824e83e5.tar.xz clientdata-c987b4bceb9bc197f65bc9b1b629e7d7824e83e5.zip |
Add Squirrels to maps
Diffstat (limited to 'maps/012-1.tmx')
-rw-r--r-- | maps/012-1.tmx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/maps/012-1.tmx b/maps/012-1.tmx index ff19a3cf..903b6417 100644 --- a/maps/012-1.tmx +++ b/maps/012-1.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="162" height="120" tilewidth="32" tileheight="32" nextobjectid="38"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="162" height="120" tilewidth="32" tileheight="32" nextobjectid="39"> <properties> <property name="license" value="GPL v2+"/> <property name="manaplus version" value="1"/> @@ -1100,7 +1100,7 @@ </properties> </object> </objectgroup> - <objectgroup color="#fffa00" name="Spawns" visible="0"> + <objectgroup color="#fffa00" name="Spawns"> <object id="25" name="Red Butterfly" type="spawn" x="1760" y="1568" width="2304" height="960"> <properties> <property name="death" value="90000"/> @@ -1157,5 +1157,13 @@ <property name="spawn" value="10000"/> </properties> </object> + <object id="38" name="Squirrel" type="spawn" x="864" y="768" width="3488" height="2272"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="12"/> + <property name="monster_id" value="1032"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> </map> |