diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | graphics/items/equipment/head/wreath.png | bin | 0 -> 310 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/wreath.png | bin | 0 -> 830 bytes | |||
-rw-r--r-- | graphics/sprites/equipment/head/wreath.xml | 12 | ||||
-rw-r--r-- | items.xml | 14 |
5 files changed, 27 insertions, 1 deletions
@@ -342,6 +342,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/items/equipment/head/witchhat2.png (Meway) (CC BY-SA 3.0) (-) graphics/items/equipment/head/wizardhat.png (Crush, Hal9000) (CC BY-SA 3.0) (-) graphics/items/equipment/head/woolenhat.png (?) (?) (TMW.org) + graphics/items/equipment/head/wreath.png (Nadja) (GPLv2) (Jesusalva) graphics/items/equipment/head/xmaselfhat.png (?) (GPLv2) (TMW.org) graphics/items/equipment/head/yetimask.png (Skipy) (GPLv2) (-) #### Legs @@ -1263,6 +1264,7 @@ https://gitlab.com/TMW2/Docs/wikis/Contributors graphics/sprites/equipment/head/wickedshroomhat.png (Saulc) (CC BY-SA 3.0) (-) graphics/sprites/equipment/head/witchhat.png (Meway) (CC BY-SA 3.0) (Saulc) graphics/sprites/equipment/head/wizardhat.png (Chayenne, Crush, Hal9000)(CC BY-SA 3.0) (Saulc) + graphics/sprites/equipment/head/wreath.png (Nadja) (GPLv2) (Saulc) graphics/sprites/equipment/head/yetimask.png (Skipy) (GPLv2) (Pookie) #### Legs graphics/sprites/equipment/legs/assassinpants-female.png (Black Don) (GPLv2) (Saulc) diff --git a/graphics/items/equipment/head/wreath.png b/graphics/items/equipment/head/wreath.png Binary files differnew file mode 100644 index 00000000..f11298c1 --- /dev/null +++ b/graphics/items/equipment/head/wreath.png diff --git a/graphics/sprites/equipment/head/wreath.png b/graphics/sprites/equipment/head/wreath.png Binary files differnew file mode 100644 index 00000000..63b53319 --- /dev/null +++ b/graphics/sprites/equipment/head/wreath.png diff --git a/graphics/sprites/equipment/head/wreath.xml b/graphics/sprites/equipment/head/wreath.xml new file mode 100644 index 00000000..5bbe27b0 --- /dev/null +++ b/graphics/sprites/equipment/head/wreath.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Author: Jesusalva +Copyright (C) 2018 TMW2 --> +<sprite> + <imageset name="base" + src="graphics/sprites/equipment/head/wreath.png" + width="32" + height="64" + offsetY="1"/> + + <include file="equipment/head/headmodel-male.xml"/> +</sprite> @@ -5241,7 +5241,7 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="70"> <sprite>equipment/head/knithat.xml|#ffffff;#2958b5,3c6cce,90b3fb,c5d8ff;#2453b3,3561bf,638bdc,7799de,b0caff</sprite> </item> - <item id="3012" + <item id="3012" image="equipment/head/leprechaunhat.png" name="Leprechaun Hat" description="Have you found the Leprechaun gold pot?" @@ -5273,6 +5273,18 @@ Colors for dyeable equipments or items are set up by itemcolors.xml. weight="28"> <sprite>equipment/head/santahat.xml</sprite> </item> + <item id="3015" + image="equipment/head/wreath.png" + name="Wreath" + description="A wreath announces, the spring has come!" + effect="+(20 DEF / +5% EXP) on Spring" + defense="12" + int="2" + level="29" + type="equip-head" + weight="50"> + <sprite>equipment/head/wreath.xml</sprite> + </item> <!-- Neck Armors --> <item id="3200" image="equipment/neck/shemagh.png" |