summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-11-19 22:15:14 -0500
committergumi <mekolat@users.noreply.github.com>2017-11-19 22:15:14 -0500
commit357acafdaa14b942d11af2167e74d1e3a5ea3498 (patch)
tree3c779d89c9e947f001930ba879025dc590fb8104
parentb436dd9bb63addc826bc35dcdaeaf2319f031079 (diff)
downloadclientdata-357acafdaa14b942d11af2167e74d1e3a5ea3498.tar.gz
clientdata-357acafdaa14b942d11af2167e74d1e3a5ea3498.tar.bz2
clientdata-357acafdaa14b942d11af2167e74d1e3a5ea3498.tar.xz
clientdata-357acafdaa14b942d11af2167e74d1e3a5ea3498.zip
add guild badges
-rw-r--r--badges.xml14
-rw-r--r--graphics/badges/guilds/crc.pngbin0 -> 18471 bytes
-rw-r--r--graphics/badges/guilds/crc.xml36
-rw-r--r--graphics/badges/guilds/phoenixcouncil.pngbin0 -> 390 bytes
-rw-r--r--graphics/badges/guilds/phoenixcouncil.xml11
-rw-r--r--license.md6
6 files changed, 67 insertions, 0 deletions
diff --git a/badges.xml b/badges.xml
new file mode 100644
index 00000000..b520e6e1
--- /dev/null
+++ b/badges.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Author: 4144
+Copyright (C) 2013 Evol Online -->
+
+<badges>
+ <party>
+ <!-- we don't want party badges anymore -->
+ </party>
+ <guild>
+ <!-- we only recognize guilds that have 100+ members -->
+ <badge name="Crew of Red Corsair" image="guilds/crc.xml"/>
+ <badge name="Phoenix Council" image="guilds/phoenixcouncil.xml"/>
+ </guild>
+</badges>
diff --git a/graphics/badges/guilds/crc.png b/graphics/badges/guilds/crc.png
new file mode 100644
index 00000000..e2b639d4
--- /dev/null
+++ b/graphics/badges/guilds/crc.png
Binary files differ
diff --git a/graphics/badges/guilds/crc.xml b/graphics/badges/guilds/crc.xml
new file mode 100644
index 00000000..964567a1
--- /dev/null
+++ b/graphics/badges/guilds/crc.xml
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!-- Author: Micksha -->
+<sprite>
+ <imageset name="icon" src="graphics/badges/guilds/crc.png" width="16" height="16" offsetY="0"/>
+ <action name="default" imageset="icon">
+ <animation direction="default">
+ <frame index="00" delay="10000"/>
+ <frame index="01" delay="200"/>
+ <frame index="02" delay="150"/>
+ <frame index="03" delay="150"/>
+ <frame index="04" delay="150"/>
+ <frame index="05" delay="150"/>
+ <frame index="06" delay="150"/>
+ <frame index="07" delay="150"/>
+ <frame index="08" delay="5000"/>
+ <frame index="09" delay="200"/>
+ <frame index="10" delay="150"/>
+ <frame index="11" delay="150"/>
+ <frame index="12" delay="150"/>
+ <frame index="13" delay="150"/>
+ <frame index="14" delay="3500"/>
+ <frame index="15" delay="200"/>
+ <frame index="16" delay="150"/>
+ <frame index="17" delay="150"/>
+ <frame index="18" delay="150"/>
+ <frame index="19" delay="150"/>
+ <frame index="20" delay="1000"/>
+ <frame index="21" delay="200"/>
+ <frame index="22" delay="150"/>
+ <frame index="23" delay="150"/>
+ <frame index="24" delay="150"/>
+ <frame index="25" delay="150"/>
+ <frame index="26" delay="150"/>
+ </animation>
+ </action>
+</sprite>
diff --git a/graphics/badges/guilds/phoenixcouncil.png b/graphics/badges/guilds/phoenixcouncil.png
new file mode 100644
index 00000000..6d738fc5
--- /dev/null
+++ b/graphics/badges/guilds/phoenixcouncil.png
Binary files differ
diff --git a/graphics/badges/guilds/phoenixcouncil.xml b/graphics/badges/guilds/phoenixcouncil.xml
new file mode 100644
index 00000000..b140d916
--- /dev/null
+++ b/graphics/badges/guilds/phoenixcouncil.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!-- Author: 4144
+Copyright (C) 2015 ManaPlus developers -->
+<sprite>
+ <imageset name="icon" src="graphics/badges/guilds/phoenixcouncil.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 aa93ac67..819eb634 100644
--- a/license.md
+++ b/license.md
@@ -59,6 +59,12 @@ File | Artists | Licenses
`graphics/emotes/vicious.png` | Reid | GPLv2, CC BY-SA 3.0
`graphics/emotes/wink.png` | Modanung | GPLv2, CC BY-SA 3.0
+### Badges
+File | Artists | Licenses
+---- |:-------:|:--------:
+`graphics/badges/guilds/crc.png` | Micksha | CC BY-SA 3.0
+`graphics/badges/guilds/phoenixcouncil.png` | JovanCormac, Narus | CC BY-SA 3.0
+
### Gui Icons
File | Artists | Licenses
---- |:-------:|:--------: