diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-30 11:33:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-30 11:33:33 -0300 |
commit | 042a6ff1eaaf013f4652269de1beb3b26fae89dd (patch) | |
tree | b41f76cb3c179f1a760efbb70b618a727ffc4350 /maps/002-1.tmx | |
parent | 3a4c715f989937ea7891f7b39aaea9f9639e0682 (diff) | |
download | clientdata-042a6ff1eaaf013f4652269de1beb3b26fae89dd.tar.gz clientdata-042a6ff1eaaf013f4652269de1beb3b26fae89dd.tar.bz2 clientdata-042a6ff1eaaf013f4652269de1beb3b26fae89dd.tar.xz clientdata-042a6ff1eaaf013f4652269de1beb3b26fae89dd.zip |
See server-data, piou piou
Diffstat (limited to 'maps/002-1.tmx')
-rw-r--r-- | maps/002-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/002-1.tmx b/maps/002-1.tmx index f4343371..a047570f 100644 --- a/maps/002-1.tmx +++ b/maps/002-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="95" height="59" tilewidth="32" tileheight="32" nextobjectid="15"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="95" height="59" tilewidth="32" tileheight="32" nextobjectid="16"> <properties> <property name="actorsfix" value="1"/> <property name="license" value="CC BY-SA 3.0"/> @@ -493,5 +493,13 @@ <property name="inn" value="NO_INN"/> </properties> </object> + <object id="15" name="Piou" type="spawn" x="768" y="576" width="1664" height="832"> + <properties> + <property name="death" value="20000"/> + <property name="max_beings" value="2"/> + <property name="monster_id" value="1002"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> </map> |