diff options
-rw-r--r-- | maps/004-1.tmx | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/maps/004-1.tmx b/maps/004-1.tmx index 85793cc3..453767e4 100644 --- a/maps/004-1.tmx +++ b/maps/004-1.tmx @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="140" height="140" tilewidth="32" tileheight="32" infinite="0" nextobjectid="71"> +<map version="1.0" tiledversion="1.1.1" orientation="orthogonal" renderorder="right-down" width="140" height="140" tilewidth="32" tileheight="32" infinite="0" nextobjectid="74"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -1383,5 +1383,13 @@ <property name="spawn" value="35000"/> </properties> </object> + <object id="71" name="Giant maggot" type="Spawnj" x="3136" y="1856" width="672" height="512"> + <properties> + <property name="death" value="300000"/> + <property name="max_beings" value="4"/> + <property name="monster_id" value="1031"/> + <property name="spawn" value="35000"/> + </properties> + </object> </objectgroup> </map> |