diff options
-rw-r--r-- | items.xml | 2 | ||||
-rw-r--r-- | maps/004-1.tmx | 10 |
2 files changed, 10 insertions, 2 deletions
@@ -5497,7 +5497,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. <item id="3002" image="equipment/head/shroomhat.png" name="Shroom Hat" - description="rare item" + description="A rare mushroom hat." defense="25" level="40" str="1" diff --git a/maps/004-1.tmx b/maps/004-1.tmx index fc270aac..d0cac733 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.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="140" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="83"> +<map version="1.2" tiledversion="1.2.2" orientation="orthogonal" renderorder="right-down" width="140" height="140" tilewidth="32" tileheight="32" infinite="0" nextlayerid="12" nextobjectid="84"> <properties> <property name="license" value="CC BY-SA 3.0"/> <property name="manaplus version" value="2"/> @@ -1577,5 +1577,13 @@ <property name="dest_y" value="61"/> </properties> </object> + <object id="83" name="Fire Goblin" type="spawn" x="1848" y="2758.12" width="1192" height="1051.76"> + <properties> + <property name="death" value="45000"/> + <property name="max_beings" value="7"/> + <property name="monster_id" value="1067"/> + <property name="spawn" value="45000"/> + </properties> + </object> </objectgroup> </map> |