From 501a122d0d9767f705e471793c2555564827bd26 Mon Sep 17 00:00:00 2001 From: Micksha Date: Fri, 5 Apr 2019 15:14:03 +0200 Subject: add the anniversary items for 15 years TMW closes #354 closes #355 --- graphics/items/equipment/head/inspector-hat.png | Bin 0 -> 1067 bytes graphics/items/equipment/head/presenthat.png | Bin 0 -> 538 bytes graphics/sprites/equipment/head/inspector-hat.png | Bin 920 -> 1056 bytes graphics/sprites/equipment/head/inspector-hat.xml | 8 +- .../sprites/equipment/head/presenthat-female.xml | 229 +++++++++++++++++++++ graphics/sprites/equipment/head/presenthat.png | Bin 0 -> 1468 bytes graphics/sprites/equipment/head/presenthat.xml | 229 +++++++++++++++++++++ items/equip-head/_include.xml | 5 + items/equip-head/item5230_AnniversaryHat.xml | 13 ++ items/equip-head/item5231_RedPresentHat.xml | 13 ++ items/equip-head/item5232_GreenPresentHat.xml | 13 ++ items/equip-head/item5233_BluePresentHat.xml | 13 ++ items/equip-head/item5234_YellowPresentHat.xml | 13 ++ items/usable/_include.xml | 1 + items/usable/item5235_TMWGift.xml | 10 + license-missing | 3 +- license.md | 4 + 17 files changed, 549 insertions(+), 5 deletions(-) create mode 100644 graphics/items/equipment/head/inspector-hat.png create mode 100644 graphics/items/equipment/head/presenthat.png create mode 100644 graphics/sprites/equipment/head/presenthat-female.xml create mode 100644 graphics/sprites/equipment/head/presenthat.png create mode 100644 graphics/sprites/equipment/head/presenthat.xml create mode 100644 items/equip-head/item5230_AnniversaryHat.xml create mode 100644 items/equip-head/item5231_RedPresentHat.xml create mode 100644 items/equip-head/item5232_GreenPresentHat.xml create mode 100644 items/equip-head/item5233_BluePresentHat.xml create mode 100644 items/equip-head/item5234_YellowPresentHat.xml create mode 100644 items/usable/item5235_TMWGift.xml diff --git a/graphics/items/equipment/head/inspector-hat.png b/graphics/items/equipment/head/inspector-hat.png new file mode 100644 index 00000000..9d95ae0d Binary files /dev/null and b/graphics/items/equipment/head/inspector-hat.png differ diff --git a/graphics/items/equipment/head/presenthat.png b/graphics/items/equipment/head/presenthat.png new file mode 100644 index 00000000..eca09018 Binary files /dev/null and b/graphics/items/equipment/head/presenthat.png differ diff --git a/graphics/sprites/equipment/head/inspector-hat.png b/graphics/sprites/equipment/head/inspector-hat.png index a4093e89..4cd65a52 100644 Binary files a/graphics/sprites/equipment/head/inspector-hat.png and b/graphics/sprites/equipment/head/inspector-hat.png differ diff --git a/graphics/sprites/equipment/head/inspector-hat.xml b/graphics/sprites/equipment/head/inspector-hat.xml index 0ef382e4..8002ce7f 100644 --- a/graphics/sprites/equipment/head/inspector-hat.xml +++ b/graphics/sprites/equipment/head/inspector-hat.xml @@ -97,16 +97,16 @@ - + - + - + - + diff --git a/graphics/sprites/equipment/head/presenthat-female.xml b/graphics/sprites/equipment/head/presenthat-female.xml new file mode 100644 index 00000000..aa7897d4 --- /dev/null +++ b/graphics/sprites/equipment/head/presenthat-female.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/equipment/head/presenthat.png b/graphics/sprites/equipment/head/presenthat.png new file mode 100644 index 00000000..cbfb46f4 Binary files /dev/null and b/graphics/sprites/equipment/head/presenthat.png differ diff --git a/graphics/sprites/equipment/head/presenthat.xml b/graphics/sprites/equipment/head/presenthat.xml new file mode 100644 index 00000000..6136d410 --- /dev/null +++ b/graphics/sprites/equipment/head/presenthat.xml @@ -0,0 +1,229 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/items/equip-head/_include.xml b/items/equip-head/_include.xml index 67f7e32f..c3238869 100644 --- a/items/equip-head/_include.xml +++ b/items/equip-head/_include.xml @@ -200,4 +200,9 @@ + + + + + diff --git a/items/equip-head/item5230_AnniversaryHat.xml b/items/equip-head/item5230_AnniversaryHat.xml new file mode 100644 index 00000000..62ceed8c --- /dev/null +++ b/items/equip-head/item5230_AnniversaryHat.xml @@ -0,0 +1,13 @@ + + + + + + + + + + equipment/head/inspector-hat.xml|#312525,64295b,88409a,b754a9 + equipment/head/inspector-hat-female.xml|#312525,64295b,88409a,b754a9 + + diff --git a/items/equip-head/item5231_RedPresentHat.xml b/items/equip-head/item5231_RedPresentHat.xml new file mode 100644 index 00000000..7486e930 --- /dev/null +++ b/items/equip-head/item5231_RedPresentHat.xml @@ -0,0 +1,13 @@ + + + + + + + + + + equipment/head/presenthat.xml|#ff4b4b,ffcccc;#72ED5A,CCF9C3 + equipment/head/presenthat-female.xml|#ff4b4b,ffcccc;#72ED5A,CCF9C3 + + diff --git a/items/equip-head/item5232_GreenPresentHat.xml b/items/equip-head/item5232_GreenPresentHat.xml new file mode 100644 index 00000000..bb5b737d --- /dev/null +++ b/items/equip-head/item5232_GreenPresentHat.xml @@ -0,0 +1,13 @@ + + + + + + + + + + equipment/head/presenthat.xml|#4bff4b,ccffcc;#EF4A76,FF9FB9 + equipment/head/presenthat-female.xml|#4bff4b,ccffcc;#EF4A76,FF9FB9 + + diff --git a/items/equip-head/item5233_BluePresentHat.xml b/items/equip-head/item5233_BluePresentHat.xml new file mode 100644 index 00000000..aee8bc24 --- /dev/null +++ b/items/equip-head/item5233_BluePresentHat.xml @@ -0,0 +1,13 @@ + + + + + + + + + + equipment/head/presenthat.xml|#4b99ff,cceeff;#FF8D00,FCCA8C + equipment/head/presenthat-female.xml|#4b99ff,cceeff;#FF8D00,FCCA8C + + diff --git a/items/equip-head/item5234_YellowPresentHat.xml b/items/equip-head/item5234_YellowPresentHat.xml new file mode 100644 index 00000000..32f7faf7 --- /dev/null +++ b/items/equip-head/item5234_YellowPresentHat.xml @@ -0,0 +1,13 @@ + + + + + + + + + + equipment/head/presenthat.xml|#ffee4b,ffeecc;#FF00FF,FF9BFF + equipment/head/presenthat-female.xml|#ffee4b,ffeecc;#FF00FF,FF9BFF + + diff --git a/items/usable/_include.xml b/items/usable/_include.xml index e46fa549..1474618e 100644 --- a/items/usable/_include.xml +++ b/items/usable/_include.xml @@ -100,4 +100,5 @@ + diff --git a/items/usable/item5235_TMWGift.xml b/items/usable/item5235_TMWGift.xml new file mode 100644 index 00000000..98fbfd72 --- /dev/null +++ b/items/usable/item5235_TMWGift.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/license-missing b/license-missing index dafeed5a..519d878c 100644 --- a/license-missing +++ b/license-missing @@ -23,6 +23,7 @@ Missing license for graphics/items/equipment/head/parsley-earplugs.png Missing license for graphics/items/equipment/head/pilot-hat.png Missing license for graphics/items/equipment/head/pinkiehat.png Missing license for graphics/items/equipment/head/santabeardhat.png +Missing license for graphics/items/equipment/head/scentedcandlehelmet.png Missing license for graphics/items/equipment/head/serf.png Missing license for graphics/items/equipment/head/shroomhat.png Missing license for graphics/items/equipment/head/standardheadband.png @@ -147,7 +148,6 @@ Missing license for graphics/sprites/equipment/head/gasmask.png Missing license for graphics/sprites/equipment/head/glasses.png Missing license for graphics/sprites/equipment/head/goatee.png Missing license for graphics/sprites/equipment/head/goblin-mask.png -Missing license for graphics/sprites/equipment/head/inspector-hat.png Missing license for graphics/sprites/equipment/head/long-beard.png Missing license for graphics/sprites/equipment/head/moonshroomhat.png Missing license for graphics/sprites/equipment/head/mouboohead.png @@ -158,6 +158,7 @@ Missing license for graphics/sprites/equipment/head/parsley-earplugs.png Missing license for graphics/sprites/equipment/head/pilot-hat.png Missing license for graphics/sprites/equipment/head/pinkiehat.png Missing license for graphics/sprites/equipment/head/santabeardhat.png +Missing license for graphics/sprites/equipment/head/scentedcandlehelmet.png Missing license for graphics/sprites/equipment/head/serf.png Missing license for graphics/sprites/equipment/head/standardheadband.png Missing license for graphics/sprites/equipment/head/witch-hat2.png diff --git a/license.md b/license.md index 8021f1cc..3d4d8210 100644 --- a/license.md +++ b/license.md @@ -217,6 +217,7 @@ File | Artists | Licenses `graphics/items/equipment/head/heart-glasses.png` | Lizandra | GPLv2 `graphics/items/equipment/head/highpriest-crown.png` | Black Don | GPLv2 `graphics/items/equipment/head/infantryhelm.png` | Black Don | GPLv2 +`graphics/items/equipment/head/inspector-hat.png` | Micksha | GPLv2 `graphics/items/equipment/head/jestermask.png` | Spit23 | GPLv2 `graphics/items/equipment/head/knighthelm.png` | Black Don | GPLv2 `graphics/items/equipment/head/knit-cap.png` | Salmondine | GPLv2 @@ -233,6 +234,7 @@ File | Artists | Licenses `graphics/items/equipment/head/paperbag.png` | Black Don | GPLv2 `graphics/items/equipment/head/pinkie-helmet.png` | Ginaria | GPLv2 `graphics/items/equipment/head/piratehat.png` | Fettsack | GPLv2 +`graphics/items/equipment/head/presenthat.png` | TMW-BR Team | GPLv2 `graphics/items/equipment/head/pumpkinhelmet.png` | Modanung | GPLv2, CC BY-SA 3.0 `graphics/items/equipment/head/rabbit-ears.png` | Black Don, Harufym | GPLv2 `graphics/items/equipment/head/rangerhat.png` | Pauan | GPLv2 @@ -749,6 +751,7 @@ File | Artists | Licenses `graphics/sprites/equipment/head/heart-glasses.png` | Lizandra | GPLv2 `graphics/sprites/equipment/head/highpriest-crown.png` | Black Don | GPLv2 `graphics/sprites/equipment/head/infantryhelm.png` | Black Don | GPLv2 +`graphics/sprites/equipment/head/inspector-hat.png` | ? | GPLv2 `graphics/sprites/equipment/head/jestermask.png` | Spit23 | GPLv2 `graphics/sprites/equipment/head/knighthelm.png` | Black Don | GPLv2 `graphics/sprites/equipment/head/knit-cap.png` | Salmondine | GPLv2 @@ -766,6 +769,7 @@ File | Artists | Licenses `graphics/sprites/equipment/head/paperbag.png` | Black Don | GPLv2 `graphics/sprites/equipment/head/pinkie-helmet.png` | Ginaria | GPLv2 `graphics/sprites/equipment/head/piratehat.png` | Fettsack | GPLv2 +`graphics/sprites/equipment/head/presenthat.png` | TMW-BR Team | GPLv2 `graphics/sprites/equipment/head/pumpkinhelmet.png` | Modanung | GPLv2, CC BY-SA 3.0 `graphics/sprites/equipment/head/rabbit-ears.png` | Black Don, Harufym | GPLv2 `graphics/sprites/equipment/head/rangerhat.png` | Pauan | GPLv2 -- cgit v1.2.3-60-g2f50