diff options
author | Ledmitz <69915785+Ledmitz@users.noreply.github.com> | 2020-11-26 14:05:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-26 14:05:10 +0000 |
commit | 66205556bca447b1d2369957a77ed77dffc7103c (patch) | |
tree | d8e78141b1ace27d7a1a52c4bc316bba31eb3e6d | |
parent | 64251261bcd8aefcc4fdb1ddc6894f4df4ab7fbf (diff) | |
download | clientdata-66205556bca447b1d2369957a77ed77dffc7103c.tar.gz clientdata-66205556bca447b1d2369957a77ed77dffc7103c.tar.bz2 clientdata-66205556bca447b1d2369957a77ed77dffc7103c.tar.xz clientdata-66205556bca447b1d2369957a77ed77dffc7103c.zip |
Added item image, animation and hit and miss sfx for snowball/launcher (#406)
Co-authored-by: Jesusaves <jesusalva@themanaworld.org>
-rw-r--r-- | graphics/items/equipment/ammo/snowball.png | bin | 0 -> 1799 bytes | |||
-rw-r--r-- | graphics/particles/snowball.particle.xml | 8 | ||||
-rw-r--r-- | graphics/particles/snowball.png | bin | 0 -> 2813 bytes | |||
-rw-r--r-- | license.md | 4 | ||||
-rw-r--r-- | sfx/weapons/projectiles/snowball/hit1.ogg | bin | 0 -> 5462 bytes | |||
-rw-r--r-- | sfx/weapons/projectiles/snowball/miss1.ogg | bin | 0 -> 4185 bytes |
6 files changed, 12 insertions, 0 deletions
diff --git a/graphics/items/equipment/ammo/snowball.png b/graphics/items/equipment/ammo/snowball.png Binary files differnew file mode 100644 index 00000000..5d5e059d --- /dev/null +++ b/graphics/items/equipment/ammo/snowball.png diff --git a/graphics/particles/snowball.particle.xml b/graphics/particles/snowball.particle.xml new file mode 100644 index 00000000..cbb6ffc1 --- /dev/null +++ b/graphics/particles/snowball.particle.xml @@ -0,0 +1,8 @@ +<?xml version="1.0"?> +<effect> + <particle position-x="0" position-y="0" position-z="32" lifetime="128"> + <rotation imageset="graphics/particles/snowball.png" width="16" height="16"> + <sequence start="0" end="7"/> + </rotation> + </particle> +</effect> diff --git a/graphics/particles/snowball.png b/graphics/particles/snowball.png Binary files differnew file mode 100644 index 00000000..628ac5b0 --- /dev/null +++ b/graphics/particles/snowball.png @@ -137,6 +137,7 @@ File | Artists | Licenses `graphics/items/equipment/ammo/bonedarts.png` | Adarias | GPLv2 `graphics/items/equipment/ammo/ironarrow.png` | Irukard | GPLv2, CC BY-SA 3.0 `graphics/items/equipment/ammo/arrow.png` | Irukard | GPLv2, CC BY-SA 3.0 +`graphics/items/equipment/ammo/snowball.png` | Ledmitz, Reid | GPLv2, CC BY-SA 3.0 `graphics/items/equipment/ammo/stoneprojectile-icon.png` | wushin, tux9th | GPLv2, CC BY-SA 3.0 #### Charms @@ -603,6 +604,7 @@ File | Artists | Licenses `graphics/particles/pool_32x59.particle.png` | Skipy | GPLv2 `graphics/particles/pool_65x27.particle.png` | Skipy | GPLv2 `graphics/particles/pool-undyed.png` | Alige, Skipy | GPLv2 +`graphics/particles/snowball.png` | Ledmitz, Reid | GPLv2, CC BY-SA 3.0 `graphics/particles/star-medium.png` | Crush | GPLv2, CC BY-SA 3.0 `graphics/particles/star-small.png` | Crush | GPLv2, CC BY-SA 3.0 `graphics/particles/waterfall-a.png` | Modanung | GPLv2, CC BY-SA 3.0 @@ -1248,6 +1250,8 @@ File | Artists | Licenses `sfx/weapons/knives/rock-knife-hit1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 `sfx/weapons/knives/rock-knife-hit2.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 `sfx/weapons/knives/sharpknife-miss1.ogg` | Krazyjakee | GPLv2 +`sfx/weapons/projectiles/snowball/hit1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 +`sfx/weapons/projectiles/snowball/miss1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 `sfx/weapons/other/halberd/halberd-hit1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 `sfx/weapons/other/halberd/halberd-hit2.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 `sfx/weapons/other/halberd/halberd-hit3.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 diff --git a/sfx/weapons/projectiles/snowball/hit1.ogg b/sfx/weapons/projectiles/snowball/hit1.ogg Binary files differnew file mode 100644 index 00000000..6bdc68f5 --- /dev/null +++ b/sfx/weapons/projectiles/snowball/hit1.ogg diff --git a/sfx/weapons/projectiles/snowball/miss1.ogg b/sfx/weapons/projectiles/snowball/miss1.ogg Binary files differnew file mode 100644 index 00000000..120aacde --- /dev/null +++ b/sfx/weapons/projectiles/snowball/miss1.ogg |