From 56384d43b2442b21dfa095ad2b351aefe5673501 Mon Sep 17 00:00:00 2001 From: nvb-uy Date: Sun, 20 Oct 2024 20:46:40 -0300 Subject: [PATCH] fix(particle effects and particles for bdk abilities) --- .../data/death_knights/spells/blood_boil.json | 27 +++++++------------ .../death_knights/spells/death_strike.json | 12 ++++++++- .../data/death_knights/spells/marrowrend.json | 12 ++++++++- 3 files changed, 32 insertions(+), 19 deletions(-) diff --git a/src/main/resources/data/death_knights/spells/blood_boil.json b/src/main/resources/data/death_knights/spells/blood_boil.json index 584ed7b..60ca0cd 100644 --- a/src/main/resources/data/death_knights/spells/blood_boil.json +++ b/src/main/resources/data/death_knights/spells/blood_boil.json @@ -6,22 +6,7 @@ }, "cast": { "duration": 0, - "animation": "spell_engine:two_handed_channeling", - "sound": { - "id": "spell_engine:generic_fire_release", - "pitch": 1.6, - "randomness": 0 - }, - "particles": [ - { - "particle_id": "firework", - "shape": "PIPE", - "origin": "FEET", - "count": 1.0, - "min_speed": 0.05, - "max_speed": 0.1 - } - ] + "animation": "spell_engine:two_handed_channeling" }, "release": { "target": { @@ -31,6 +16,10 @@ } }, "animation": "spell_engine:one_handed_area_release", + "sound": { + "id": "spell_engine:generic_fire_release", + "pitch": 1.2 + }, "particles": [ { "particle_id": "death_knights:blood_boil", @@ -84,7 +73,11 @@ "min_speed": 0.05, "max_speed": 0.2 } - ] + ], + "sound": { + "id": "spell_engine:generic_fire_release", + "pitch": 1.8 + } }, { "action": { diff --git a/src/main/resources/data/death_knights/spells/death_strike.json b/src/main/resources/data/death_knights/spells/death_strike.json index 16d11fe..45fac96 100644 --- a/src/main/resources/data/death_knights/spells/death_strike.json +++ b/src/main/resources/data/death_knights/spells/death_strike.json @@ -36,7 +36,17 @@ "knockback": 0.0, "spell_power_coefficient": 0.6 } - } + }, + "particles": [ + { + "particle_id": "death_knights:blood_hit", + "shape": "SPHERE", + "origin": "CENTER", + "count": 6, + "min_speed": 0.05, + "max_speed": 0.2 + } + ] } ], "cost": { diff --git a/src/main/resources/data/death_knights/spells/marrowrend.json b/src/main/resources/data/death_knights/spells/marrowrend.json index 3773153..e0e7305 100644 --- a/src/main/resources/data/death_knights/spells/marrowrend.json +++ b/src/main/resources/data/death_knights/spells/marrowrend.json @@ -36,7 +36,17 @@ "knockback": 0.0, "spell_power_coefficient": 0.8 } - } + }, + "particles": [ + { + "particle_id": "death_knights:blood_hit", + "shape": "SPHERE", + "origin": "CENTER", + "count": 5, + "min_speed": 0.05, + "max_speed": 0.2 + } + ] } ], "cost": {