diff options
Diffstat (limited to 'maps/018-4-1.tmx')
-rw-r--r-- | maps/018-4-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/018-4-1.tmx b/maps/018-4-1.tmx index 5dc64774..3c616496 100644 --- a/maps/018-4-1.tmx +++ b/maps/018-4-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="180" height="120" tilewidth="32" tileheight="32" nextobjectid="15"> +<map version="1.0" tiledversion="1.0.3" orientation="orthogonal" renderorder="right-down" width="180" height="120" tilewidth="32" tileheight="32" nextobjectid="16"> <properties> <property name="author" value="Pydsigner, Jesusalva, TMW2/LoF Team"/> <property name="license" value="GPL v2 ; CC BY-SA 3.0"/> @@ -1005,5 +1005,13 @@ <property name="spawn" value="90000"/> </properties> </object> + <object id="15" name="Shadow Plant" type="spawn" x="3232" y="1760" width="1376" height="256"> + <properties> + <property name="death" value="30000"/> + <property name="max_beings" value="3"/> + <property name="monster_id" value="1189"/> + <property name="spawn" value="30000"/> + </properties> + </object> </objectgroup> </map> |