Skip to content

Commit

Permalink
fix(particle effects and particles for bdk abilities)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvb-uy committed Oct 20, 2024
1 parent 95af381 commit 56384d4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 19 deletions.
27 changes: 10 additions & 17 deletions src/main/resources/data/death_knights/spells/blood_boil.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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",
Expand Down Expand Up @@ -84,7 +73,11 @@
"min_speed": 0.05,
"max_speed": 0.2
}
]
],
"sound": {
"id": "spell_engine:generic_fire_release",
"pitch": 1.8
}
},
{
"action": {
Expand Down
12 changes: 11 additions & 1 deletion src/main/resources/data/death_knights/spells/death_strike.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
12 changes: 11 additions & 1 deletion src/main/resources/data/death_knights/spells/marrowrend.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 56384d4

Please sign in to comment.