Skip to content

Commit

Permalink
Add Salmon Leap
Browse files Browse the repository at this point in the history
  • Loading branch information
Standing-Storm committed Feb 10, 2025
1 parent a57c362 commit 8ed6a3a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
"id": "EOC_CHANGELING_RESEARCH_SEASONAL_MAGIC_SUMMER_TIER_2",
"effect": [
{
"u_roll_remainder": [ "changeling_summer_fire_melee_damage_spell" ],
"u_roll_remainder": [ "changeling_summer_fire_melee_damage_spell", "changeling_summer_jump_distance_spell" ],
"type": "spell",
"message": "Your research bears fruit! You learn the %s glamour.",
"true_eocs": [ "EOC_CHANGELING_RESEARCH_SEASONAL_MAGIC_DREAMDROSS_COST_UPDATER" ],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,40 @@
},
"base_casting_time": 100
},
{
"id": "changeling_summer_jump_distance_spell",
"type": "SPELL",
"name": "Salmon Leap",
"description": "Like a salmon leaping over obstacles in a river, you can make prodigious jumps.",
"message": "",
"flags": [ "SOMATIC" ],
"magic_type": "xe_fey_seasonal_magick_summer",
"spell_class": "CHANGELING_SEASONAL_MAGIC_SUMMER",
"valid_targets": [ "self" ],
"teachable": false,
"skill": "deduction",
"max_level": 1,
"shape": "blast",
"difficulty": 3,
"effect": "dash",
"min_damage": 0,
"max_damage": 0,
"damage_type": "bash",
"min_range": {
"math": [
"min( ( ( 2 + (u_spell_count('school': 'CHANGELING_SEASONAL_MAGIC_SUMMER') * 0.25) + (u_skill('deduction') * 0.5) ) ), 12) * (global_what_is_the_season == 2 ? 1.35 : 1)"
]
},
"max_range": {
"math": [
"min( ( ( 2 + (u_spell_count('school': 'CHANGELING_SEASONAL_MAGIC_SUMMER') * 0.25) + (u_skill('deduction') * 0.5) ) ), 12) * (global_what_is_the_season == 2 ? 1.35 : 1)"
]
},
"base_energy_cost": {
"math": [ "max( ( 150 - (u_spell_count('school': 'CHANGELING_SEASONAL_MAGIC_SUMMER') * 2) - (u_skill('deduction') * 4)), 50)" ]
},
"base_casting_time": 50
},
{
"id": "changeling_summer_fire_melee_damage_spell",
"type": "SPELL",
Expand Down

0 comments on commit 8ed6a3a

Please sign in to comment.