Skip to content

Commit

Permalink
Merge pull request CleverRaven#71604 from Standing-Storm/fix-wind
Browse files Browse the repository at this point in the history
[Xedra Evolved] Fix the Wind Blows, the Willow Bends duration
  • Loading branch information
Maleclypse committed Feb 9, 2024
2 parents a5db177 + f7c4b66 commit b1b50ff
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{
"u_add_effect": "effect_paraclesian_dodge_bonus_1",
"duration": {
"math": [ "( (u_spell_level('paraclesian_spell_dodge_bonus') * 3000) + 30000) * (scaling_factor(u_val('perception') ) )" ]
"math": [ "( (u_spell_level('paraclesian_spell_dodge_bonus') * 30) + 300) * (scaling_factor(u_val('perception') ) )" ]
}
}
]
Expand All @@ -85,7 +85,7 @@
{
"u_add_effect": "effect_paraclesian_dodge_bonus_2",
"duration": {
"math": [ "( (u_spell_level('paraclesian_spell_dodge_bonus') * 3000) + 30000) * (scaling_factor(u_val('perception') ) )" ]
"math": [ "( (u_spell_level('paraclesian_spell_dodge_bonus') * 30) + 300) * (scaling_factor(u_val('perception') ) )" ]
}
}
]
Expand All @@ -96,7 +96,7 @@
{
"u_add_effect": "effect_paraclesian_dodge_bonus_3",
"duration": {
"math": [ "( (u_spell_level('paraclesian_spell_dodge_bonus') * 3000) + 30000) * (scaling_factor(u_val('perception') ) )" ]
"math": [ "( (u_spell_level('paraclesian_spell_dodge_bonus') * 30) + 300) * (scaling_factor(u_val('perception') ) )" ]
}
}
]
Expand Down

0 comments on commit b1b50ff

Please sign in to comment.