Skip to content

Commit

Permalink
Lord Archery: fix dark ball (balance projectile max speed)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doloment authored and alek13 committed Dec 30, 2024
1 parent 4986531 commit d2f9a6d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,10 @@ return {
wield_item = "lord_projectiles:dark_ball",
visual_size = vector.new(1, 1, 1),
},
max_speed = 35,
max_speed = 20,
sound_hit_node = { name = "lord_projectiles_explosion", gain = 3.0 },
sound_hit_object = { name = "lord_projectiles_explosion", gain = 3.0 },
damage_groups = { fire = 15, },
damage_groups = { soul = 15, },
rotation_formula = "rolling",
on_hit_node = function(projectile, node_pos, move_result)
local radius = 1
Expand Down

0 comments on commit d2f9a6d

Please sign in to comment.