Skip to content

Commit

Permalink
Merge pull request #79589 from Standing-Storm/add-missing-skill
Browse files Browse the repository at this point in the history
[Xedra Evolved] Add missing deduction skill to spells
  • Loading branch information
Maleclypse authored Feb 8, 2025
2 parents 3403981 + 98a716d commit 2b8297e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data/mods/Xedra_Evolved/spells/changeling_spells.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@
"shape": "blast",
"spell_class": "CHANGELING_MAGIC",
"difficulty": 5,
"skill": "deduction",
"max_level": 1,
"min_damage": { "math": [ "(u_sum_traits_of_category_char_has('FAIR_FOLK_NOBLE') * 4.5) + (u_skill('deduction') * 20) + 10" ] },
"max_damage": { "math": [ "(u_sum_traits_of_category_char_has('FAIR_FOLK_NOBLE') * 9) + (u_skill('deduction') * 30) + 30" ] },
Expand Down Expand Up @@ -264,6 +265,7 @@
"shape": "blast",
"spell_class": "CHANGELING_MAGIC",
"difficulty": 7,
"skill": "deduction",
"max_level": 1,
"min_damage": { "math": [ "(u_sum_traits_of_category_char_has('FAIR_FOLK_NOBLE') * 3) + (u_skill('deduction') * 20) + 10" ] },
"max_damage": { "math": [ "(u_sum_traits_of_category_char_has('FAIR_FOLK_NOBLE') * 7) + (u_skill('deduction') * 30) + 30" ] },
Expand Down Expand Up @@ -345,6 +347,7 @@
"shape": "blast",
"spell_class": "CHANGELING_MAGIC",
"difficulty": 6,
"skill": "deduction",
"max_level": 1,
"min_damage": { "math": [ "(u_sum_traits_of_category_char_has('FAIR_FOLK_COMMONER_POOKA') * 3) + (u_skill('deduction') * 10) + 15" ] },
"max_damage": { "math": [ "(u_sum_traits_of_category_char_has('FAIR_FOLK_COMMONER_POOKA') * 7) + (u_skill('deduction') * 25) + 60" ] },
Expand Down Expand Up @@ -379,6 +382,7 @@
"shape": "blast",
"spell_class": "CHANGELING_MAGIC",
"difficulty": 7,
"skill": "deduction",
"max_level": 1,
"min_damage": {
"math": [ "(u_sum_traits_of_category_char_has('FAIR_FOLK_COMMONER_SELKIE') * 3) + (u_skill('deduction') * 10) + 10" ]
Expand Down Expand Up @@ -420,6 +424,7 @@
"shape": "blast",
"spell_class": "CHANGELING_MAGIC",
"difficulty": 3,
"skill": "deduction",
"max_level": 1,
"min_duration": {
"math": [
Expand Down Expand Up @@ -454,6 +459,7 @@
"shape": "blast",
"spell_class": "CHANGELING_MAGIC",
"difficulty": 5,
"skill": "deduction",
"max_level": 1,
"min_duration": {
"math": [
Expand Down Expand Up @@ -490,6 +496,7 @@
"shape": "blast",
"spell_class": "CHANGELING_MAGIC",
"difficulty": 6,
"skill": "deduction",
"max_level": 1,
"min_duration": {
"math": [
Expand Down Expand Up @@ -526,6 +533,7 @@
"shape": "blast",
"spell_class": "CHANGELING_MAGIC",
"difficulty": 7,
"skill": "deduction",
"max_level": 1,
"min_duration": {
"math": [
Expand Down Expand Up @@ -562,6 +570,7 @@
"shape": "blast",
"spell_class": "CHANGELING_MAGIC",
"difficulty": 9,
"skill": "deduction",
"max_level": 1,
"magic_type": "xe_fey_magick",
"base_energy_cost": {
Expand Down

0 comments on commit 2b8297e

Please sign in to comment.