diff options
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> |