Skip to content

Commit

Permalink
Improve visuals of Holy Light spell
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsoltMolnarrr committed Jan 20, 2025
1 parent 0a98130 commit c343f55
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.3.1

- Improve visuals of Holy Light spell

# 2.3.0

- Support Spell Engine 1.4
Expand Down
25 changes: 21 additions & 4 deletions src/main/resources/data/paladins/spell/holy_beam.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"shape": "PIPE",
"rotation": "LOOK",
"origin": "LAUNCH_POINT",
"count": 0.5,
"count": 3,
"min_speed": 0.1,
"max_speed": 0.2
},
Expand All @@ -41,14 +41,15 @@
"type": "BEAM",
"beam": {
"color_rgba": 4291585791,
"width": 0.1,
"flow": 1.5,
"block_hit_particles": [
{
"particle_id": "spell_engine:holy_spark",
"shape": "CIRCLE",
"rotation": "LOOK",
"origin": "CENTER",
"count": 0.5,
"count": 1,
"min_speed": 0.1,
"max_speed": 0.2
},
Expand All @@ -57,7 +58,15 @@
"shape": "CIRCLE",
"rotation": "LOOK",
"origin": "CENTER",
"count": 0.5,
"count": 1,
"min_speed": 0.1,
"max_speed": 0.2
},
{
"particle_id": "spell_engine:holy_spark_mini",
"shape": "SPHERE",
"origin": "CENTER",
"count": 5,
"min_speed": 0.1,
"max_speed": 0.2
}
Expand Down Expand Up @@ -125,9 +134,17 @@
"particle_id": "spell_engine:holy_hit",
"shape": "SPHERE",
"origin": "CENTER",
"count": 2,
"count": 3,
"min_speed": 0.2,
"max_speed": 0.7
},
{
"particle_id": "spell_engine:holy_spark_mini",
"shape": "SPHERE",
"origin": "CENTER",
"count": 6,
"min_speed": 0.2,
"max_speed": 0.4
}
],
"sound": {
Expand Down

0 comments on commit c343f55

Please sign in to comment.