From e78435380dad10be302087896961cc431f3fee82 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Apr 2022 10:24:14 -0300 Subject: Include the required props for CRC Day 2022 --- graphics/items/equipment/chest/redknight.png | Bin 0 -> 726 bytes graphics/items/equipment/shield/dragonshield.png | Bin 0 -> 449 bytes graphics/items/equipment/weapon/revolver.png | Bin 0 -> 792 bytes .../equipment/chest/redknightarmor-female.png | Bin 0 -> 13466 bytes .../equipment/chest/redknightarmor-female.xml | 11 ++ .../equipment/chest/redknightarmor-male.png | Bin 0 -> 13388 bytes .../equipment/chest/redknightarmor-male.xml | 11 ++ graphics/sprites/equipment/shields/dragon.png | Bin 0 -> 14653 bytes graphics/sprites/equipment/shields/dragon.xml | 11 ++ graphics/sprites/equipment/shields/standard.xml | 87 ++++++++++ graphics/sprites/equipment/weapons/gun.png | Bin 0 -> 2207 bytes graphics/sprites/equipment/weapons/gun.xml | 26 +++ graphics/sprites/races/human-male.png | Bin 0 -> 73507 bytes graphics/sprites/races/human-male.xml | 182 +++++++++++++++++++++ items/equip-1hand/_include.xml | 1 + items/equip-1hand/item5284_Revolver.xml | 29 ++++ items/equip-shield/_include.xml | 1 + items/equip-shield/item5285_DragonShield.xml | 21 +++ items/equip-torso/_include.xml | 1 + items/equip-torso/item5286_RedArmor.xml | 25 +++ license.md | 10 ++ sfx/weapons/gunstaff/shot.ogg | Bin 0 -> 12186 bytes 22 files changed, 416 insertions(+) create mode 100644 graphics/items/equipment/chest/redknight.png create mode 100644 graphics/items/equipment/shield/dragonshield.png create mode 100644 graphics/items/equipment/weapon/revolver.png create mode 100644 graphics/sprites/equipment/chest/redknightarmor-female.png create mode 100644 graphics/sprites/equipment/chest/redknightarmor-female.xml create mode 100644 graphics/sprites/equipment/chest/redknightarmor-male.png create mode 100644 graphics/sprites/equipment/chest/redknightarmor-male.xml create mode 100644 graphics/sprites/equipment/shields/dragon.png create mode 100644 graphics/sprites/equipment/shields/dragon.xml create mode 100644 graphics/sprites/equipment/shields/standard.xml create mode 100644 graphics/sprites/equipment/weapons/gun.png create mode 100644 graphics/sprites/equipment/weapons/gun.xml create mode 100644 graphics/sprites/races/human-male.png create mode 100644 graphics/sprites/races/human-male.xml create mode 100644 items/equip-1hand/item5284_Revolver.xml create mode 100644 items/equip-shield/item5285_DragonShield.xml create mode 100644 items/equip-torso/item5286_RedArmor.xml create mode 100644 sfx/weapons/gunstaff/shot.ogg diff --git a/graphics/items/equipment/chest/redknight.png b/graphics/items/equipment/chest/redknight.png new file mode 100644 index 00000000..5ec39538 Binary files /dev/null and b/graphics/items/equipment/chest/redknight.png differ diff --git a/graphics/items/equipment/shield/dragonshield.png b/graphics/items/equipment/shield/dragonshield.png new file mode 100644 index 00000000..fdc63bce Binary files /dev/null and b/graphics/items/equipment/shield/dragonshield.png differ diff --git a/graphics/items/equipment/weapon/revolver.png b/graphics/items/equipment/weapon/revolver.png new file mode 100644 index 00000000..34ce5859 Binary files /dev/null and b/graphics/items/equipment/weapon/revolver.png differ diff --git a/graphics/sprites/equipment/chest/redknightarmor-female.png b/graphics/sprites/equipment/chest/redknightarmor-female.png new file mode 100644 index 00000000..53b067db Binary files /dev/null and b/graphics/sprites/equipment/chest/redknightarmor-female.png differ diff --git a/graphics/sprites/equipment/chest/redknightarmor-female.xml b/graphics/sprites/equipment/chest/redknightarmor-female.xml new file mode 100644 index 00000000..b4d8b685 --- /dev/null +++ b/graphics/sprites/equipment/chest/redknightarmor-female.xml @@ -0,0 +1,11 @@ + + + + + + + diff --git a/graphics/sprites/equipment/chest/redknightarmor-male.png b/graphics/sprites/equipment/chest/redknightarmor-male.png new file mode 100644 index 00000000..e43ada59 Binary files /dev/null and b/graphics/sprites/equipment/chest/redknightarmor-male.png differ diff --git a/graphics/sprites/equipment/chest/redknightarmor-male.xml b/graphics/sprites/equipment/chest/redknightarmor-male.xml new file mode 100644 index 00000000..dae42e16 --- /dev/null +++ b/graphics/sprites/equipment/chest/redknightarmor-male.xml @@ -0,0 +1,11 @@ + + + + + + + diff --git a/graphics/sprites/equipment/shields/dragon.png b/graphics/sprites/equipment/shields/dragon.png new file mode 100644 index 00000000..3f11c57a Binary files /dev/null and b/graphics/sprites/equipment/shields/dragon.png differ diff --git a/graphics/sprites/equipment/shields/dragon.xml b/graphics/sprites/equipment/shields/dragon.xml new file mode 100644 index 00000000..844e2efc --- /dev/null +++ b/graphics/sprites/equipment/shields/dragon.xml @@ -0,0 +1,11 @@ + + + + + + + diff --git a/graphics/sprites/equipment/shields/standard.xml b/graphics/sprites/equipment/shields/standard.xml new file mode 100644 index 00000000..e7716eaa --- /dev/null +++ b/graphics/sprites/equipment/shields/standard.xml @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/equipment/weapons/gun.png b/graphics/sprites/equipment/weapons/gun.png new file mode 100644 index 00000000..70bc5b44 Binary files /dev/null and b/graphics/sprites/equipment/weapons/gun.png differ diff --git a/graphics/sprites/equipment/weapons/gun.xml b/graphics/sprites/equipment/weapons/gun.xml new file mode 100644 index 00000000..e1417c18 --- /dev/null +++ b/graphics/sprites/equipment/weapons/gun.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/races/human-male.png b/graphics/sprites/races/human-male.png new file mode 100644 index 00000000..3b308a1b Binary files /dev/null and b/graphics/sprites/races/human-male.png differ diff --git a/graphics/sprites/races/human-male.xml b/graphics/sprites/races/human-male.xml new file mode 100644 index 00000000..b879695b --- /dev/null +++ b/graphics/sprites/races/human-male.xml @@ -0,0 +1,182 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/items/equip-1hand/_include.xml b/items/equip-1hand/_include.xml index 339c93e4..e2339ca5 100644 --- a/items/equip-1hand/_include.xml +++ b/items/equip-1hand/_include.xml @@ -23,4 +23,5 @@ + diff --git a/items/equip-1hand/item5284_Revolver.xml b/items/equip-1hand/item5284_Revolver.xml new file mode 100644 index 00000000..1e30658b --- /dev/null +++ b/items/equip-1hand/item5284_Revolver.xml @@ -0,0 +1,29 @@ + + + + + + + + + + equipment/weapons/gun.xml + weapons/gunstaff/shot.ogg + weapons/gunstaff/shot.ogg + + diff --git a/items/equip-shield/_include.xml b/items/equip-shield/_include.xml index e60ead81..c5aa180b 100644 --- a/items/equip-shield/_include.xml +++ b/items/equip-shield/_include.xml @@ -9,4 +9,5 @@ + diff --git a/items/equip-shield/item5285_DragonShield.xml b/items/equip-shield/item5285_DragonShield.xml new file mode 100644 index 00000000..3eb896d8 --- /dev/null +++ b/items/equip-shield/item5285_DragonShield.xml @@ -0,0 +1,21 @@ + + + + + + + + + + equipment/shields/dragon.xml + + diff --git a/items/equip-torso/_include.xml b/items/equip-torso/_include.xml index d1144e31..2d71215b 100644 --- a/items/equip-torso/_include.xml +++ b/items/equip-torso/_include.xml @@ -245,4 +245,5 @@ + diff --git a/items/equip-torso/item5286_RedArmor.xml b/items/equip-torso/item5286_RedArmor.xml new file mode 100644 index 00000000..57998c14 --- /dev/null +++ b/items/equip-torso/item5286_RedArmor.xml @@ -0,0 +1,25 @@ + + + + + + + + + + equipment/chest/redknightarmor-male.xml + equipment/chest/redknightarmor-female.xml + + diff --git a/license.md b/license.md index cbae3575..7a94354b 100644 --- a/license.md +++ b/license.md @@ -176,6 +176,7 @@ File | Artists | Licenses `graphics/items/equipment/chest/vnecksweater.png` | Saphy | GPLv2 `graphics/items/equipment/chest/desertshirt.png` | Alige | GPLv2, CC BY-SA 3.0 `graphics/items/equipment/chest/saviorarmor.png` | Saphy, Slave | GPLv2 +`graphics/items/equipment/chest/redknight.png` | ?, TMW-Br Team | GPLv2 #### Feet File | Artists | Licenses @@ -313,6 +314,7 @@ File | Artists | Licenses `graphics/items/equipment/shield/scarabarmlet.png` | Adarias | GPLv2 `graphics/items/equipment/shield/steel.png` | Irukard | GPLv2, CC BY-SA 3.0 `graphics/items/equipment/shield/wooden.png` | Enchilado | GPLv2, CC BY-SA 3.0 +`graphics/items/equipment/shield/dragonshield.png` | tametomo | GPLv2 #### Weapons File | Artists | Licenses @@ -363,6 +365,7 @@ File | Artists | Licenses `graphics/items/equipment/weapon/slingshot-icon.png` | wushin | GPLv2, CC BY-SA 3.0 `graphics/items/equipment/weapon/sword-dead.png` | Wombat, wushin | GPLv2, CC BY-SA 3.0 `graphics/items/equipment/weapon/wand.png` | wushin | GPLv2, CC BY-SA 3.0 +`graphics/items/equipment/weapons/revolver.png` | Skipy, Micksha | GPLv2 #### Generic File | Artists | Licenses @@ -646,6 +649,8 @@ File | Artists | Licenses `graphics/sprites/emote.png` | Alige, Arikel, DerLoisl, Modanung, Reid | GPLv2, CC BY-SA 3.0 `graphics/sprites/error.png` | Wushin | GPLv2, CC BY-SA 3.0 `graphics/sprites/equipment/angel-wings.png` | :grey_question:, Varuna, Arikel | GPLv2 +`graphics/sprites/equipment/shields/dragon.png` | ?, TMW-Br Team | GPLv2 +`graphics/sprites/races/savior-male.png` | Modanung, Talaroc, Alige, Reid, Saphy, Jesusalva | CC BY-SA 4.0 (GPLv3) #### Status Icons File | Artists | Licenses @@ -681,6 +686,7 @@ File | Artists | Licenses `graphics/sprites/equipment/weapons/wand-deathshand.png` | :grey_question:, Wombat, Wushin | GPLv2 `graphics/sprites/equipment/weapons/wand.png` | :grey_question:, Wushin | GPLv2 `graphics/sprites/equipment/weapons/beheader.png` | HoraK-FDF | GPLv2, CC BY-SA 4.0 +`graphics/sprites/equipment/weapons/gun.png` | Skipy, Jesusalva | GPLv2 #### Chest File | Artists | Licenses @@ -724,6 +730,8 @@ File | Artists | Licenses `graphics/sprites/equipment/chest/vnecksweater-male.png` | Saphy | GPLv2 `graphics/sprites/equipment/chest/saviorarmor-male.png` | Saphy, slave | GPLv2 `graphics/sprites/equipment/chest/saviorarmor-female.png` | Saphy, slave | GPLv2 +`graphics/sprites/equipment/chest/redknightarmor-female.png` | ?, TMW-Br Team, Saulc | GPLv2 +`graphics/sprites/equipment/chest/redknightarmor-male.png` | ?, TMW-Br Team, Saulc | GPLv2 #### Feet File | Artists | Licenses @@ -1265,6 +1273,8 @@ File | Artists | Licenses `sfx/weapons/bows/short/short-miss1.ogg` | Ledmitz (arrow_whoosh.ogg / smcameron / CC BY 3.0) | GPLv2, CC BY-SA 3.0 `sfx/weapons/bows/bow-hit1.ogg` | Ledmitz (arrow_whoosh.ogg / smcameron / CC BY 3.0) | GPLv2, CC BY-SA 3.0 `sfx/weapons/bows/bow-miss1.ogg` | Ledmitz (arrow_whoosh.ogg / smcameron / CC BY 3.0) | GPLv2, CC BY-SA 3.0 +`sfx/weapons/gunstaff/shot.ogg` | Bird-Man, Freesound.org, Jesusalva | CC 0 + `sfx/weapons/knives/knife-hit1.ogg` | Cosmostrator | GPLv2 `sfx/weapons/knives/knife-miss1.ogg` | Cosmostrator | GPLv2 `sfx/weapons/knives/rock/rock-hit1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 diff --git a/sfx/weapons/gunstaff/shot.ogg b/sfx/weapons/gunstaff/shot.ogg new file mode 100644 index 00000000..b5354c6d Binary files /dev/null and b/sfx/weapons/gunstaff/shot.ogg differ -- cgit v1.2.3-60-g2f50