summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-03-12 16:06:05 -0300
committerGitHub <noreply@github.com>2020-03-12 19:06:05 +0000
commit0d954660590f76d05abc8be10808ca4f836b614a (patch)
tree25097b56904c5d8cc4aa39d4fef677b1f9d79454
parentf2049ca3cca70eeb6f5af242a66b5155fd22bf11 (diff)
downloadclientdata-0d954660590f76d05abc8be10808ca4f836b614a.tar.gz
clientdata-0d954660590f76d05abc8be10808ca4f836b614a.tar.bz2
clientdata-0d954660590f76d05abc8be10808ca4f836b614a.tar.xz
clientdata-0d954660590f76d05abc8be10808ca4f836b614a.zip
Missing stuff for Doomsday Event (#366)
Add stuff which is missing from Doomsday + Valentine + St. Patrick Day
-rw-r--r--graphics/items/equipment/head/aureole.pngbin0 -> 1742 bytes
-rw-r--r--graphics/items/equipment/head/smileycap.pngbin0 -> 655 bytes
-rw-r--r--graphics/sprites/equipment/head/smileycap.pngbin0 -> 2574 bytes
-rw-r--r--graphics/sprites/equipment/head/smileycap.xml191
-rw-r--r--items/equip-head/_include.xml2
-rw-r--r--items/equip-head/item5239_Aureole.xml12
-rw-r--r--items/equip-head/item5240_SmileyHat.xml12
-rw-r--r--license.md1
8 files changed, 218 insertions, 0 deletions
diff --git a/graphics/items/equipment/head/aureole.png b/graphics/items/equipment/head/aureole.png
new file mode 100644
index 00000000..5e27c517
--- /dev/null
+++ b/graphics/items/equipment/head/aureole.png
Binary files differ
diff --git a/graphics/items/equipment/head/smileycap.png b/graphics/items/equipment/head/smileycap.png
new file mode 100644
index 00000000..69f45c22
--- /dev/null
+++ b/graphics/items/equipment/head/smileycap.png
Binary files differ
diff --git a/graphics/sprites/equipment/head/smileycap.png b/graphics/sprites/equipment/head/smileycap.png
new file mode 100644
index 00000000..cfcc9112
--- /dev/null
+++ b/graphics/sprites/equipment/head/smileycap.png
Binary files differ
diff --git a/graphics/sprites/equipment/head/smileycap.xml b/graphics/sprites/equipment/head/smileycap.xml
new file mode 100644
index 00000000..345a9f5a
--- /dev/null
+++ b/graphics/sprites/equipment/head/smileycap.xml
@@ -0,0 +1,191 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Saulc, Seeds
+Copyright (C) 2018-2020 The Mana World -->
+<sprite>
+ <imageset name="base" src="graphics/sprites/equipment/head/smileycap.png" width="32" height="64"/>
+ <action name="stand" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-1" offsetY="-27"/>
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="-1" offsetY="-27"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetX="-1" offsetY="-27"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="1" offsetY="-27"/>
+ </animation>
+ </action>
+ <action name="walk" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-1" offsetY="-26" delay="80"/>
+ <frame index="0" offsetX="-1" offsetY="-27" delay="160"/>
+ <frame index="0" offsetX="-1" offsetY="-26" delay="80"/>
+ <frame index="0" offsetX="-1" offsetY="-27" delay="160"/>
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="-1" offsetY="-27" delay="80"/>
+ <frame index="1" offsetX="-1" offsetY="-26" delay="80"/>
+ <frame index="1" offsetX="-1" offsetY="-27" delay="160"/>
+ <frame index="1" offsetX="-1" offsetY="-26" delay="80"/>
+ <frame index="1" offsetX="-1" offsetY="-27" delay="80"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetX="-1" offsetY="-27" delay="80"/>
+ <frame index="2" offsetX="-1" offsetY="-28" delay="160"/>
+ <frame index="2" offsetX="-1" offsetY="-27" delay="80"/>
+ <frame index="2" offsetX="-1" offsetY="-28" delay="160"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="1" offsetY="-27" delay="80"/>
+ <frame index="3" offsetX="1" offsetY="-26" delay="80"/>
+ <frame index="3" offsetX="1" offsetY="-27" delay="160"/>
+ <frame index="3" offsetX="1" offsetY="-26" delay="80"/>
+ <frame index="3" offsetX="1" offsetY="-27" delay="80"/>
+ </animation>
+ </action>
+ <action name="attack" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-1" offsetY="-25" delay="80"/>
+ <frame index="0" offsetX="-1" offsetY="-26" delay="80"/>
+ <frame index="0" offsetX="-1" offsetY="-23" delay="80"/>
+ <frame index="0" offsetX="-1" offsetY="-22" delay="80"/>
+ <end/>
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="3" offsetY="-28" delay="80"/>
+ <frame index="1" offsetX="3" offsetY="-29" delay="80"/>
+ <frame index="1" offsetX="-1" offsetY="-26" delay="80"/>
+ <frame index="1" offsetX="-1" offsetY="-25" delay="80"/>
+ <end/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetX="-2" offsetY="-27" delay="240"/>
+ <frame index="2" offsetX="-2" offsetY="-25" delay="80"/>
+ <end/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-3" offsetY="-28" delay="80"/>
+ <frame index="3" offsetX="-3" offsetY="-30" delay="80"/>
+ <frame index="3" offsetY="-26" delay="80"/>
+ <frame index="3" offsetY="-25" delay="80"/>
+ <end/>
+ </animation>
+ </action>
+ <action name="attack_bow" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-1" offsetY="-26" delay="240"/>
+ <frame index="0" offsetX="-1" offsetY="-24" delay="80"/>
+ <frame index="0" offsetX="-1" offsetY="-25" delay="80"/>
+ <end/>
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="2" offsetY="-27" delay="240"/>
+ <frame index="1" offsetX="4" offsetY="-28" delay="160"/>
+ <end/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetX="-1" offsetY="-27" delay="160"/>
+ <frame index="2" offsetX="-2" offsetY="-27" delay="80"/>
+ <frame index="2" offsetX="-2" offsetY="-26" delay="80"/>
+ <frame index="2" offsetX="-2" offsetY="-27" delay="80"/>
+ <end/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-3" offsetY="-27" delay="240"/>
+ <frame index="3" offsetX="-5" offsetY="-28" delay="160"/>
+ <end/>
+ </animation>
+ </action>
+ <action name="sit" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-1" offsetY="-14"/>
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="3" offsetY="-17"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetY="-18"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-5" offsetY="-17"/>
+ </animation>
+ </action>
+ <action name="sittop" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-1" offsetY="-14"/>
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="3" offsetY="-17"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetY="-18"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-5" offsetY="-17"/>
+ </animation>
+ </action>
+ <action name="standride" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-1" offsetY="-14"/>
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="3" offsetY="-17"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetY="-18"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-5" offsetY="-17"/>
+ </animation>
+ </action>
+ <action name="spawnride" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-1" offsetY="-14"/>
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="3" offsetY="-17"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetY="-17"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-7" offsetY="-17"/>
+ </animation>
+ </action>
+ <action name="ride" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-1" offsetY="-14"/>
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="3" offsetY="-17"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetY="-17"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-5" offsetY="-17"/>
+ </animation>
+ </action>
+ <action name="attackride" imageset="base">
+ <animation direction="down">
+ <frame index="0" offsetX="-1" offsetY="-14"/>
+ </animation>
+ <animation direction="left">
+ <frame index="1" offsetX="3" offsetY="-17"/>
+ </animation>
+ <animation direction="up">
+ <frame index="2" offsetY="-18"/>
+ </animation>
+ <animation direction="right">
+ <frame index="3" offsetX="-5" offsetY="-17"/>
+ </animation>
+ </action>
+ <!-- FIXME -->
+ <action name="dead" imageset="base">
+ <animation direction="default">
+ <frame index="4" offsetX="13" offsetY="8"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/items/equip-head/_include.xml b/items/equip-head/_include.xml
index f641eab2..b4b51ee0 100644
--- a/items/equip-head/_include.xml
+++ b/items/equip-head/_include.xml
@@ -206,4 +206,6 @@
<include name="items/equip-head/item5233_BluePresentHat.xml"/>
<include name="items/equip-head/item5234_YellowPresentHat.xml"/>
<include name="items/equip-head/item5238_AFKCap.xml"/>
+ <include name="items/equip-head/item5239_Aureole.xml"/>
+ <include name="items/equip-head/item5240_SmileyHat.xml"/>
</items>
diff --git a/items/equip-head/item5239_Aureole.xml b/items/equip-head/item5239_Aureole.xml
new file mode 100644
index 00000000..8df01846
--- /dev/null
+++ b/items/equip-head/item5239_Aureole.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<items>
+ <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
+ <its:translateRule selector="//item/@name" translate="yes"/>
+ <its:translateRule selector="//item/@description" translate="yes"/>
+ <its:translateRule selector="//item/@effect" translate="yes"/>
+ <its:translateRule selector="//*" translate="no"/>
+ </its:rules>
+ <item id="5239" image="equipment/head/aureole.png" name="Prsm Aura" description="For the most saint game masters from the mana world." type="equip-head" weight="60" flee="50">
+ <sprite gender="unisex">equipment/head/aureole.xml</sprite>
+ </item>
+</items>
diff --git a/items/equip-head/item5240_SmileyHat.xml b/items/equip-head/item5240_SmileyHat.xml
new file mode 100644
index 00000000..0f3b2a03
--- /dev/null
+++ b/items/equip-head/item5240_SmileyHat.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+<items>
+ <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
+ <its:translateRule selector="//item/@name" translate="yes"/>
+ <its:translateRule selector="//item/@description" translate="yes"/>
+ <its:translateRule selector="//item/@effect" translate="yes"/>
+ <its:translateRule selector="//*" translate="no"/>
+ </its:rules>
+ <item id="5240" image="equipment/head/smileycap.png" name="Smiley Cap" description="The fun-loving, St. Paddy's hat." type="equip-head" weight="60" defense="1">
+ <sprite gender="unisex">equipment/head/smileycap.xml</sprite>
+ </item>
+</items>
diff --git a/license.md b/license.md
index 27d7187b..10d0c8cf 100644
--- a/license.md
+++ b/license.md
@@ -788,6 +788,7 @@ File | Artists | Licenses
`graphics/sprites/equipment/head/shroom.png` | crevost2, Yuuki | GPLv2
`graphics/sprites/equipment/head/silkheadband.png` | Crush | GPLv2, CC BY-SA 3.0
`graphics/sprites/equipment/head/skullmask.png` | Beelzebub, FotherJ | GPLv2
+`graphics/sprites/equipment/head/smileycap.png` | +seeds | GPLv2, CC BY-SA 3.0
`graphics/sprites/equipment/head/snowgoggles.png` | VXD | GPLv2, CC BY-SA 3.0
`graphics/sprites/equipment/head/sunglasses.png` | UntamedMonkey | GPLv2, CC BY-SA 3.0
`graphics/sprites/equipment/head/terranitehelm.png` | Kr0n05931 | GPLv2