diff options
Diffstat (limited to 'maps/018-5-1.tmx')
-rw-r--r-- | maps/018-5-1.tmx | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/maps/018-5-1.tmx b/maps/018-5-1.tmx index 78902453..cbce41f1 100644 --- a/maps/018-5-1.tmx +++ b/maps/018-5-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="125" height="125" tilewidth="32" tileheight="32" infinite="0" nextlayerid="8" nextobjectid="11"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="125" height="125" tilewidth="32" tileheight="32" infinite="0" nextlayerid="9" nextobjectid="12"> <properties> <property name="author" value="TMW-BR Team"/> <property name="license" value="GPL v2"/> @@ -690,4 +690,14 @@ </properties> </object> </objectgroup> + <objectgroup color="#ffff00" id="8" name="Spawns"> + <object id="11" name="Alizarin Plant" type="spawn" x="32" y="416" width="3968" height="3296"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="16"/> + <property name="monster_id" value="1188"/> + <property name="spawn" value="30000"/> + </properties> + </object> + </objectgroup> </map> |