Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Jan 30, 2025
1 parent e02f107 commit 367614a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion data/mods/Xedra_Evolved/spells/vampire_spells.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@
"values": [
{
"value": "PERCEPTION",
"multiply": { "math": [ "1 + (u_has_trait('VAMPIRE2') * 1) + (u_has_trait('VAMPIRE3') * 2)" ] }
"add": {
"math": [
"1 + (vampire_total_tier_one_traits() * 0.20) + (vampire_total_tier_two_traits() * 0.3) + (vampire_total_tier_three_traits() * 0.45) + (vampire_total_tier_four_traits_plus_potence() * 0.6)"
]
}
}
]
},
Expand Down

0 comments on commit 367614a

Please sign in to comment.