Skip to content

Commit

Permalink
[Magiclysm] Update Dark Sight to scale with spell level (#73769)
Browse files Browse the repository at this point in the history
* Update effect

* Update difficulty and mana cost

* Update data/mods/Magiclysm/effects/effects.json

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Remove Dark Sight range

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Standing-Storm and github-actions[bot] authored May 17, 2024
1 parent 03d8ffb commit a3c6367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions data/mods/Magiclysm/Spells/classless.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,10 @@
"effect": "attack",
"effect_str": "dark_sight",
"shape": "blast",
"min_range": 1,
"max_range": 1,
"base_casting_time": { "math": [ "enhancement_proficiency_negate_calculate(100, 1)" ] },
"base_energy_cost": 500,
"base_energy_cost": 175,
"energy_source": "MANA",
"difficulty": 6,
"difficulty": 2,
"max_level": 20,
"min_duration": { "math": [ "enhancement_proficiency_bonus_calculate(100000, 6000)" ] },
"max_duration": { "math": [ "enhancement_proficiency_bonus_calculate(1000000, 6000)" ] },
Expand Down
2 changes: 1 addition & 1 deletion data/mods/Magiclysm/effects/effects.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"apply_message": "Your sight adjusts to the darkness.",
"remove_message": "The darkness loses its shape.",
"rating": "good",
"flags": [ "NIGHT_VISION" ]
"enchantments": [ { "values": [ { "value": "NIGHT_VIS", "add": { "math": [ "((u_spell_level('dark_sight')) + 3)" ] } } ] } ]
},
{
"type": "effect_type",
Expand Down

0 comments on commit a3c6367

Please sign in to comment.