summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-09 16:06:55 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-09 16:06:55 -0300
commitca3e87b4b601dad2e7503f5bad6a7cc2839ee6a5 (patch)
tree1fa395ba9b90428ce936afcca4716a332e7a4e6d
parent9a61dee128483037b4e8881c5b626a3dd951dc95 (diff)
downloadclientdata-ca3e87b4b601dad2e7503f5bad6a7cc2839ee6a5.tar.gz
clientdata-ca3e87b4b601dad2e7503f5bad6a7cc2839ee6a5.tar.bz2
clientdata-ca3e87b4b601dad2e7503f5bad6a7cc2839ee6a5.tar.xz
clientdata-ca3e87b4b601dad2e7503f5bad6a7cc2839ee6a5.zip
Add Bee Hive
-rw-r--r--LICENSE1
-rw-r--r--graphics/sprites/monsters/beehive.pngbin0 -> 5469 bytes
-rw-r--r--graphics/sprites/monsters/beehive.xml9
-rw-r--r--monsters.xml4
4 files changed, 12 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index f768f145..5226e905 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1805,6 +1805,7 @@ https://wiki.moubootaurlegends.org/Contributors
graphics/sprites/monsters/batata-folhas.png (?) (GPLv2) (TMW-Br)
graphics/sprites/monsters/batata.png (?) (GPLv2) (TMW-Br)
graphics/sprites/monsters/bee.png (?) (?) (TMW.org)
+ graphics/sprites/monsters/beehive.png (Len) (CC BY SA 4.0) (TMW.org)
graphics/sprites/monsters/bhopfluffy.png (Saulc) (CC BY-SA 3.0) (-)
graphics/sprites/monsters/bif.png (Saulc) (CC BY-SA 3.0) (Polaczek)
graphics/sprites/monsters/bigbif.png (Saulc) (CC BY-SA 3.0) (Polaczek)
diff --git a/graphics/sprites/monsters/beehive.png b/graphics/sprites/monsters/beehive.png
new file mode 100644
index 00000000..c906b7a6
--- /dev/null
+++ b/graphics/sprites/monsters/beehive.png
Binary files differ
diff --git a/graphics/sprites/monsters/beehive.xml b/graphics/sprites/monsters/beehive.xml
new file mode 100644
index 00000000..9d02b886
--- /dev/null
+++ b/graphics/sprites/monsters/beehive.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0"?>
+<sprite>
+ <imageset name="base" src="graphics/sprites/monsters/beehive.png" width="92" height="150"/>
+ <action name="stand" imageset="base">
+ <animation>
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/monsters.xml b/monsters.xml
index c82154e6..0187de32 100644
--- a/monsters.xml
+++ b/monsters.xml
@@ -294,8 +294,8 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s
<sound event="die">monsters/dragon/die.ogg</sound>
<sound event="hit">monsters/dragon/hit.ogg</sound>
</monster>
- <monster id="1047" name="Golden Skull" targetCursor="medium">
- <sprite>monsters/goldenskull.xml</sprite>
+ <monster id="1047" name="Bee Hive" targetCursor="medium">
+ <sprite>monsters/beehive.xml</sprite>
</monster>
<monster id="1048" name="Smoke Dragon" targetCursor="large" walkType="fly">
<sprite>monsters/smokedragon.xml</sprite>