From 5f078069f9cb59838f21023c04e4760bae790b9a Mon Sep 17 00:00:00 2001 From: Ledmitz Date: Sun, 7 Apr 2024 00:39:17 -0300 Subject: Added effects for Mont Blanc and lowered crocronut volumes as 2 are used and all were too loud for TMW --- graphics/particles/cannonball.xml | 45 ++++++++++++++++++++++++++++++ graphics/sprites/monsters/montblanc.png | Bin 258910 -> 250378 bytes graphics/sprites/npcs/blanc.png | Bin 258505 -> 261043 bytes license.md | 5 ++-- sfx/monsters/crocotree/die1.ogg | Bin 13414 -> 7851 bytes sfx/monsters/crocotree/hurt1.ogg | Bin 5395 -> 4343 bytes sfx/monsters/crocotree/hurt2.ogg | Bin 5553 -> 4310 bytes sfx/monsters/crocotree/hurt3.ogg | Bin 5882 -> 4623 bytes sfx/monsters/montblanc/montblanc-die1.ogg | Bin 0 -> 22576 bytes 9 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 graphics/particles/cannonball.xml create mode 100644 sfx/monsters/montblanc/montblanc-die1.ogg diff --git a/graphics/particles/cannonball.xml b/graphics/particles/cannonball.xml new file mode 100644 index 00000000..9e31216b --- /dev/null +++ b/graphics/particles/cannonball.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/sprites/monsters/montblanc.png b/graphics/sprites/monsters/montblanc.png index 7a2ba0bb..cb3d61bf 100644 Binary files a/graphics/sprites/monsters/montblanc.png and b/graphics/sprites/monsters/montblanc.png differ diff --git a/graphics/sprites/npcs/blanc.png b/graphics/sprites/npcs/blanc.png index 1d294db4..0b933f7a 100644 Binary files a/graphics/sprites/npcs/blanc.png and b/graphics/sprites/npcs/blanc.png differ diff --git a/license.md b/license.md index d7bd84e7..2f8cbe36 100644 --- a/license.md +++ b/license.md @@ -975,7 +975,7 @@ File | Artists | Licenses `graphics/sprites/monsters/mouboo.png` | Yuuki | GPLv2 `graphics/sprites/monsters/mouboo-demonic.png` | Cassy, Yuuki | GPLv2 `graphics/sprites/monsters/moubootaur.png` | Hocus | MIT -`graphics/sprites/monsters/montblanc.png` | KokoroReflections | CC BY 4.0 +`graphics/sprites/monsters/montblanc.png` | KokoroReflections (piratehat.png | Fettsack | GPLv2) (cannon | AntumDeluge | CC BY 3.0, OGA BY 3.0) | CC BY 4.0 `graphics/sprites/monsters/mushroom-red.png` | Yuuki | GPLv2 `graphics/sprites/monsters/mushroom-spiky.png` | Yuuki | GPLv2 `graphics/sprites/monsters/mushroom-void.png` | Cassy, Yuuki, Jesusalva | GPLv2 @@ -1048,6 +1048,7 @@ File | Artists | Licenses ---- |:-------:|:--------: `graphics/sprites/npcs/airship.png` | Modanung | GPLv2 `graphics/sprites/npcs/anon.png` | Lien, Modanung, Reid, Crush, Fother, Nami, Talaroc | CC-BY-SA 3.0 +`graphics/npcs/blanc.png` | KokoroReflections, Hocus (piratehat.png | Fettsack | GPLv2) (cannon | AntumDeluge | CC BY 3.0, OGA BY 3.0) | CC BY 4.0 `graphics/sprites/npcs/bones.png` | FotherJ, Salmondine | GPLv2 `graphics/sprites/npcs/childoutfits.png` | Milla, Mrgrey, Nami, Salmondine, Wombat | GPLv2 `graphics/sprites/npcs/childposes.png` | Milla, Mrgrey, Nami, Salmondine | GPLv2 @@ -1163,7 +1164,6 @@ File | Artists | Licenses `graphics/tiles/inn2.png` | Alige, Irukard, Salmondine | GPLv2 `graphics/tiles/light-flickering-x1x4.png` | Micksha | GPLv2, CC BY-SA 3.0 `graphics/tiles/mushrooms.png` | Dave, Len | GPLv2 -`graphics/tiles/shipwreck_blanc.png` | KokoroReflections, Hocus | CC BY 4.0 `graphics/tiles/snow_docks.png` | Irukard, Arikel, Meway, Wombat | GPLv2 `graphics/tiles/snow_ground.png` | bagzie, gumi, :grey_question: | GPLv2 `graphics/tiles/snow_tree_x3.png` | :grey_question:, Alige, Hal9000 | GPLv2 @@ -1314,6 +1314,7 @@ File | Artists | Licenses `sfx/monsters/maggot/maggot-hit1.ogg` | Cosmostrator | GPLv2 `sfx/monsters/maggot/maggot-hit2.ogg` | Cosmostrator | GPLv2 `sfx/monsters/maggot/maggot-miss1.ogg` | Cosmostrator | GPLv2 +`sfx/monsters/montblanc/montblanc-die1.ogg` | Ledmitz | GPLv2, CC BY-SA 3.0 `sfx/monsters/ghost/ghost-die1.ogg` | Ledmitz (ghostly-moans / Alivvie / CC by SA 3.0) | GPLv2, CC BY-SA 3.0 `sfx/monsters/ghost/ghost-move1.ogg` | Ledmitz (ghostly-moans / Alivvie / CC by SA 3.0) | GPLv2, CC BY-SA 3.0 `sfx/monsters/ghost/ghost-move2.ogg` | Ledmitz (ghostly-moans / Alivvie / CC by SA 3.0) | GPLv2, CC BY-SA 3.0 diff --git a/sfx/monsters/crocotree/die1.ogg b/sfx/monsters/crocotree/die1.ogg index a2f63baf..af345d78 100644 Binary files a/sfx/monsters/crocotree/die1.ogg and b/sfx/monsters/crocotree/die1.ogg differ diff --git a/sfx/monsters/crocotree/hurt1.ogg b/sfx/monsters/crocotree/hurt1.ogg index 915231f3..771e442e 100644 Binary files a/sfx/monsters/crocotree/hurt1.ogg and b/sfx/monsters/crocotree/hurt1.ogg differ diff --git a/sfx/monsters/crocotree/hurt2.ogg b/sfx/monsters/crocotree/hurt2.ogg index 9140fb34..1d67e24d 100644 Binary files a/sfx/monsters/crocotree/hurt2.ogg and b/sfx/monsters/crocotree/hurt2.ogg differ diff --git a/sfx/monsters/crocotree/hurt3.ogg b/sfx/monsters/crocotree/hurt3.ogg index fce65e66..04407ed9 100644 Binary files a/sfx/monsters/crocotree/hurt3.ogg and b/sfx/monsters/crocotree/hurt3.ogg differ diff --git a/sfx/monsters/montblanc/montblanc-die1.ogg b/sfx/monsters/montblanc/montblanc-die1.ogg new file mode 100644 index 00000000..7459d1db Binary files /dev/null and b/sfx/monsters/montblanc/montblanc-die1.ogg differ -- cgit v1.2.3-60-g2f50