summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-19 20:16:58 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-19 20:16:58 -0300
commitff48634649daca5cd7bbcc6cf9a2f029baae9329 (patch)
treecc4d49500a5b37ad0ac8993bb1adcd7c809ec17a
parent9d104a92019701d0048ce0d129324b214e5f30a8 (diff)
downloadclientdata-ff48634649daca5cd7bbcc6cf9a2f029baae9329.tar.gz
clientdata-ff48634649daca5cd7bbcc6cf9a2f029baae9329.tar.bz2
clientdata-ff48634649daca5cd7bbcc6cf9a2f029baae9329.tar.xz
clientdata-ff48634649daca5cd7bbcc6cf9a2f029baae9329.zip
Convert major parties into guilds and add their badges
-rw-r--r--badges.xml9
-rw-r--r--graphics/badges/guilds/celestiasteaparty.pngbin0 -> 544 bytes
-rw-r--r--graphics/badges/guilds/celestiasteaparty.xml15
-rw-r--r--graphics/badges/guilds/followthewhiterabbit.pngbin0 -> 635 bytes
-rw-r--r--graphics/badges/guilds/followthewhiterabbit.xml20
-rw-r--r--graphics/badges/guilds/lazshard.pngbin0 -> 323 bytes
-rw-r--r--graphics/badges/guilds/lazshard.xml15
-rw-r--r--graphics/badges/guilds/saulcarmy.pngbin0 -> 855 bytes
-rw-r--r--graphics/badges/guilds/saulcarmy.xml15
-rw-r--r--graphics/badges/guilds/thearcherscreed.pngbin0 -> 624 bytes
-rw-r--r--graphics/badges/guilds/thearcherscreed.xml15
-rw-r--r--license.md6
12 files changed, 94 insertions, 1 deletions
diff --git a/badges.xml b/badges.xml
index 2d9e8185..1a42faa2 100644
--- a/badges.xml
+++ b/badges.xml
@@ -4,11 +4,18 @@ Copyright (C) 2021 The Mana World
Copyright (C) 2013 Evol Online -->
<badges>
<party>
- <!-- we don't want party badges anymore -->
+ <!-- we don't want party badges anymore, except for maybe two: -->
+ <badge name="ClientDevelopers" image="parties/manaplus.xml"/>
+ <!--badge name="GM Party" image="parties/manaplus.xml"/-->
</party>
<guild>
<!-- we only recognize guilds that have 25+ members -->
+ <badge name="Celestia's Tea Party" image="guilds/celestiasteaparty.xml"/>
<badge name="Crew of Red Corsair" image="guilds/crc.xml"/>
+ <badge name="follow the white rabbit" image="guilds/followthewhiterabbit.xml"/>
+ <badge name="MAF" image="guilds/saulcarmy.xml"/>
+ <badge name="M.A.G.E." image="guilds/lazshard.xml"/>
<badge name="Phoenix Council" image="guilds/phoenixcouncil.xml"/>
+ <badge name="The Archers Creed" image="guilds/thearcherscreed.xml"/>
</guild>
</badges>
diff --git a/graphics/badges/guilds/celestiasteaparty.png b/graphics/badges/guilds/celestiasteaparty.png
new file mode 100644
index 00000000..1222059e
--- /dev/null
+++ b/graphics/badges/guilds/celestiasteaparty.png
Binary files differ
diff --git a/graphics/badges/guilds/celestiasteaparty.xml b/graphics/badges/guilds/celestiasteaparty.xml
new file mode 100644
index 00000000..e2dd0027
--- /dev/null
+++ b/graphics/badges/guilds/celestiasteaparty.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: 4144
+Copyright (C) 2015 ManaPlus developers -->
+<sprite>
+ <imageset name="icon"
+ src="graphics/badges/guilds/celestiasteaparty.png"
+ width="16"
+ height="16"
+ offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/badges/guilds/followthewhiterabbit.png b/graphics/badges/guilds/followthewhiterabbit.png
new file mode 100644
index 00000000..97e31a66
--- /dev/null
+++ b/graphics/badges/guilds/followthewhiterabbit.png
Binary files differ
diff --git a/graphics/badges/guilds/followthewhiterabbit.xml b/graphics/badges/guilds/followthewhiterabbit.xml
new file mode 100644
index 00000000..3a9bd402
--- /dev/null
+++ b/graphics/badges/guilds/followthewhiterabbit.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: Micksha -->
+<sprite>
+ <imageset name="icon"
+ src="graphics/badges/guilds/followthewhiterabbit.png"
+ width="16"
+ height="16"
+ offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0" delay="100"/>
+ <frame index="1" delay="100"/>
+ <frame index="2" delay="100"/>
+ <frame index="3" delay="100"/>
+ <frame index="4" delay="100"/>
+ <frame index="5" delay="100"/>
+ <frame index="6" delay="100"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/badges/guilds/lazshard.png b/graphics/badges/guilds/lazshard.png
new file mode 100644
index 00000000..9380a2a6
--- /dev/null
+++ b/graphics/badges/guilds/lazshard.png
Binary files differ
diff --git a/graphics/badges/guilds/lazshard.xml b/graphics/badges/guilds/lazshard.xml
new file mode 100644
index 00000000..ac3c60d5
--- /dev/null
+++ b/graphics/badges/guilds/lazshard.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: 4144
+Copyright (C) 2015 ManaPlus developers -->
+<sprite>
+ <imageset name="icon"
+ src="graphics/badges/guilds/lazshard.png"
+ width="16"
+ height="16"
+ offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/badges/guilds/saulcarmy.png b/graphics/badges/guilds/saulcarmy.png
new file mode 100644
index 00000000..a1640301
--- /dev/null
+++ b/graphics/badges/guilds/saulcarmy.png
Binary files differ
diff --git a/graphics/badges/guilds/saulcarmy.xml b/graphics/badges/guilds/saulcarmy.xml
new file mode 100644
index 00000000..70db4275
--- /dev/null
+++ b/graphics/badges/guilds/saulcarmy.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: 4144
+Copyright (C) 2015 ManaPlus developers -->
+<sprite>
+ <imageset name="icon"
+ src="graphics/badges/guilds/saulcarmy.png"
+ width="16"
+ height="16"
+ offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/badges/guilds/thearcherscreed.png b/graphics/badges/guilds/thearcherscreed.png
new file mode 100644
index 00000000..95ec63b0
--- /dev/null
+++ b/graphics/badges/guilds/thearcherscreed.png
Binary files differ
diff --git a/graphics/badges/guilds/thearcherscreed.xml b/graphics/badges/guilds/thearcherscreed.xml
new file mode 100644
index 00000000..fa9739d2
--- /dev/null
+++ b/graphics/badges/guilds/thearcherscreed.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: 4144
+Copyright (C) 2015 ManaPlus developers -->
+<sprite>
+ <imageset name="icon"
+ src="graphics/badges/guilds/thearcherscreed.png"
+ width="16"
+ height="16"
+ offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="0"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/license.md b/license.md
index 0a3920d1..af402264 100644
--- a/license.md
+++ b/license.md
@@ -76,8 +76,14 @@ File | Artists | Licenses
`graphics/badges/groups/dev.png` | gumi | CC0
`graphics/badges/groups/dev2.png` | gumi | CC0
`graphics/badges/groups/event.png` | gumi | CC0
+`graphics/badges/parties/manaplus.png` | ? | GPLv2+
+`graphics/badges/guilds/celestiateaparty.png` | gumi | CC0 1.0
`graphics/badges/guilds/crc.png` | Micksha | CC BY-SA 3.0
+`graphics/badges/guilds/followthewhiterabbit.png` | Micksha, Omatt | CC BY-SA 4.0
+`graphics/badges/guilds/lazshard.png` | V0id, Enchilado, seeds | GPLv2+
`graphics/badges/guilds/phoenixcouncil.png` | JovanCormac, Narus | CC BY-SA 3.0
+`graphics/badges/guilds/saulcarmy.png` | FatCow Web Hosting, Saulc | CC BY 3.0
+`graphics/badges/guilds/thearcherscreed.png` | Nami | GPLv2+, CC BY-SA 4.0
### Gui Icons
File | Artists | Licenses