diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-18 15:36:57 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-18 15:36:57 -0300 |
commit | 415287ba4de10ec3cb175531371fac4c0f9026a5 (patch) | |
tree | a104e053c59f5747e6b53688e89708a481c1fcef /maps/020-1.tmx | |
parent | 92cf933df9e4000faf044f10a31312da2d716ef3 (diff) | |
download | clientdata-415287ba4de10ec3cb175531371fac4c0f9026a5.tar.gz clientdata-415287ba4de10ec3cb175531371fac4c0f9026a5.tar.bz2 clientdata-415287ba4de10ec3cb175531371fac4c0f9026a5.tar.xz clientdata-415287ba4de10ec3cb175531371fac4c0f9026a5.zip |
Add Pollets on nearly every map
Diffstat (limited to 'maps/020-1.tmx')
-rw-r--r-- | maps/020-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/020-1.tmx b/maps/020-1.tmx index 898f2f3d..593db356 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="29"> +<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="30"> <properties> <property name="author" value="The Mana World Team, Jesusalva"/> <property name="license" value="GPL v2+"/> @@ -1525,5 +1525,13 @@ <property name="spawn" value="100000"/> </properties> </object> + <object id="29" name="Pollet" type="spawn" x="640" y="960" width="3136" height="3168"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="6"/> + <property name="monster_id" value="1219"/> + <property name="spawn" value="200000"/> + </properties> + </object> </objectgroup> </map> |