From 8aad4496522b7007d2f96c9c3a099e09ca4ca605 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 24 Dec 2021 16:19:11 -0300 Subject: Add missing particles --- effects.xml | 1 + graphics/particles/fire-explosion.xml | 47 +++++++++++++++++ graphics/particles/smoke-large-grey.png | Bin 0 -> 804 bytes graphics/particles/snow-burst.xml | 86 +++++++++++++++++++++++++++++++ graphics/particles/snowball.particle.xml | 8 +++ graphics/particles/snowball.png | Bin 0 -> 2813 bytes graphics/particles/snowflake-7x7.png | Bin 0 -> 588 bytes graphics/particles/snowflake-9x9.png | Bin 0 -> 11228 bytes graphics/particles/snowflake.png | Bin 0 -> 523 bytes monsters.xml | 3 +- 10 files changed, 144 insertions(+), 1 deletion(-) create mode 100644 graphics/particles/fire-explosion.xml create mode 100644 graphics/particles/smoke-large-grey.png create mode 100644 graphics/particles/snow-burst.xml create mode 100644 graphics/particles/snowball.particle.xml create mode 100644 graphics/particles/snowball.png create mode 100644 graphics/particles/snowflake-7x7.png create mode 100644 graphics/particles/snowflake-9x9.png create mode 100644 graphics/particles/snowflake.png diff --git a/effects.xml b/effects.xml index 358f7ae2..647dfe46 100644 --- a/effects.xml +++ b/effects.xml @@ -42,6 +42,7 @@ Copyright (C) 2018 TMW2: Moubootaur Legends + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/graphics/particles/smoke-large-grey.png b/graphics/particles/smoke-large-grey.png new file mode 100644 index 00000000..58099ed0 Binary files /dev/null and b/graphics/particles/smoke-large-grey.png differ diff --git a/graphics/particles/snow-burst.xml b/graphics/particles/snow-burst.xml new file mode 100644 index 00000000..2932d6a9 --- /dev/null +++ b/graphics/particles/snow-burst.xml @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 @@ + + + + + + + + diff --git a/graphics/particles/snowball.png b/graphics/particles/snowball.png new file mode 100644 index 00000000..628ac5b0 Binary files /dev/null and b/graphics/particles/snowball.png differ diff --git a/graphics/particles/snowflake-7x7.png b/graphics/particles/snowflake-7x7.png new file mode 100644 index 00000000..221b4d08 Binary files /dev/null and b/graphics/particles/snowflake-7x7.png differ diff --git a/graphics/particles/snowflake-9x9.png b/graphics/particles/snowflake-9x9.png new file mode 100644 index 00000000..2ac1c5e8 Binary files /dev/null and b/graphics/particles/snowflake-9x9.png differ diff --git a/graphics/particles/snowflake.png b/graphics/particles/snowflake.png new file mode 100644 index 00000000..6989c2c0 Binary files /dev/null and b/graphics/particles/snowflake.png differ diff --git a/monsters.xml b/monsters.xml index baca4f67..4f77b7d2 100644 --- a/monsters.xml +++ b/monsters.xml @@ -1459,12 +1459,13 @@ event="" Links the sfx to an action, like die, hit, hurt, miss, move or s monsters/snowman.xml + weapons/snowball/hit1.ogg weapons/snowball/miss1.ogg monsters/snowman-boss.xml - + monsters/snowman_boss/hit1.ogg monsters/snowman_boss/miss1.ogg -- cgit v1.2.3-70-g09d2