diff options
Diffstat (limited to 'maps/051-1.tmx')
-rw-r--r-- | maps/051-1.tmx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/maps/051-1.tmx b/maps/051-1.tmx index cb018a50..f243c158 100644 --- a/maps/051-1.tmx +++ b/maps/051-1.tmx @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="190" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="11" nextobjectid="5"> <properties> + <property name="manaplus version" value="2"/> <property name="minimap" value="graphics/minimaps/051-1.png"/> <property name="name" value="Illia outskirts"/> <property name="overlay0image" value="graphics/images/ambient/cloud.png"/> @@ -814,17 +815,17 @@ <object id="3" name="LogHead" type="spawn" x="672" y="736" width="1386" height="810"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="30"/> <property name="monster_id" value="23"/> + <property name="spawn" value="100000"/> </properties> </object> <object id="4" name="SpikyMushroom" type="spawn" x="704" y="768" width="1348" height="766"> <properties> <property name="death" value="30000"/> - <property name="spawn" value="100000"/> <property name="max_beings" value="10"/> <property name="monster_id" value="17"/> + <property name="spawn" value="100000"/> </properties> </object> </objectgroup> |