summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-07-13 13:34:49 -0300
committerJesusaves <cpntb1@ymail.com>2023-07-13 13:34:49 -0300
commite2b620c41222cea3b08f53c0a933a08e8b6612cf (patch)
tree77ef5aefe119f37e68879d112be1bbab457c248a
parent5c92415a325389774a66c44f7c4a08b516c81309 (diff)
downloadclientdata-e2b620c41222cea3b08f53c0a933a08e8b6612cf.tar.gz
clientdata-e2b620c41222cea3b08f53c0a933a08e8b6612cf.tar.bz2
clientdata-e2b620c41222cea3b08f53c0a933a08e8b6612cf.tar.xz
clientdata-e2b620c41222cea3b08f53c0a933a08e8b6612cf.zip
Complaint Dragon by Hocus
-rw-r--r--graphics/items/generic/blankdocument.pngbin0 -> 511 bytes
-rw-r--r--items.xml6
-rw-r--r--maps/003-2-1.tmx6
-rw-r--r--monsters.xml4
4 files changed, 11 insertions, 5 deletions
diff --git a/graphics/items/generic/blankdocument.png b/graphics/items/generic/blankdocument.png
new file mode 100644
index 00000000..6b27c62f
--- /dev/null
+++ b/graphics/items/generic/blankdocument.png
Binary files differ
diff --git a/items.xml b/items.xml
index 92cff3fe..f76a5227 100644
--- a/items.xml
+++ b/items.xml
@@ -3040,6 +3040,12 @@ Colors for dyeable equipments or items are set up by itemcolors.xml.
type="generic"
weight="10"
sellProtected="true"/>
+ <item id="927"
+ image="generic/blankdocument.png"
+ name="Complaint Form"
+ description="A blank form where you can complain about bugs, but there's simply not enough paper."
+ type="generic"
+ weight="1"/>
<!-- Necklaces -->
<item id="1000"
diff --git a/maps/003-2-1.tmx b/maps/003-2-1.tmx
index c98be6fe..efa0ec1c 100644
--- a/maps/003-2-1.tmx
+++ b/maps/003-2-1.tmx
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<map version="1.4" tiledversion="1.4.1" orientation="orthogonal" renderorder="right-down" width="95" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="12">
+<map version="1.8" tiledversion="1.8.0" orientation="orthogonal" renderorder="right-down" width="95" height="80" tilewidth="32" tileheight="32" infinite="0" nextlayerid="10" nextobjectid="12">
<properties>
<property name="author" value="TMW-BR Team"/>
<property name="license" value="GPL 2.0"/>
@@ -706,11 +706,11 @@
</properties>
</object>
<object id="9" name="Demure" type="fixme" x="1632" y="1312" width="32" height="32"/>
- <object id="10" name="Green Dragon" type="spawn" x="960" y="1088" width="1088" height="736">
+ <object id="10" name="Whining Dragon" type="spawn" x="960" y="1088" width="1088" height="736">
<properties>
<property name="death" value="36000"/>
<property name="max_beings" value="5"/>
- <property name="monster_id" value="1195"/>
+ <property name="monster_id" value="1046"/>
<property name="script" value="NotSoBot::OnHydra"/>
<property name="spawn" value="3600"/>
</properties>
diff --git a/monsters.xml b/monsters.xml
index 12a216b9..11221f29 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -291,8 +291,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s
<monster id="1045" name="Scar" targetCursor="medium">
<sprite>monsters/scar.xml</sprite>
</monster>
- <monster id="1046" name="Red Dragon" targetCursor="large" walkType="fly">
- <sprite>monsters/reddragon.xml</sprite>
+ <monster id="1046" name="Whining Dragon" targetCursor="large" walkType="fly">
+ <sprite>monsters/dragon.xml</sprite>
<sound event="die">monsters/dragon/die.ogg</sound>
<sound event="hit">monsters/dragon/hit.ogg</sound>
</monster>