Skip to content

Commit

Permalink
Merge pull request CleverRaven#71126 from Standing-Storm/shaman-enemy…
Browse files Browse the repository at this point in the history
…-sense

[Magiclysm] Add MOTION_VISION_RANGE to Shaman attunement
  • Loading branch information
Maleclypse authored Jan 21, 2024
2 parents 44251a0 + 9073b0a commit 31e4c0e
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions data/mods/Magiclysm/enchantments/Shaman.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@
"values": [
{ "value": "SOCIAL_INTIMIDATE", "add": 20 },
{ "value": "SOCIAL_LIE", "add": 20 },
{ "value": "SOCIAL_PERSUADE", "add": 20 }
{ "value": "SOCIAL_PERSUADE", "add": 20 },
{
"value": "MOTION_VISION_RANGE",
"add": { "math": [ "10 + (( u_spell_count('school': 'ANIMIST') + u_spell_count('school': 'DRUID')) / 2)" ] }
}
],
"intermittent_activation": { "effects": [ { "frequency": "5 seconds", "spell_effects": [ { "id": "mind_read" } ] } ] }
},
Expand Down Expand Up @@ -65,7 +69,12 @@
"points": 0,
"active": true,
"description": "You can feel the living energy of creatures around you, which allows you to predict their movements or words. You suppress it now.",
"transform": { "target": "MIND_READ_ON", "msg_transform": "Living creatures around you are crushed!", "active": true, "moves": 10 }
"transform": {
"target": "MIND_READ_ON",
"msg_transform": "You reach out with your powers, seeking nearby living beings.",
"active": true,
"moves": 10
}
},
{
"type": "mutation",
Expand Down

0 comments on commit 31e4c0e

Please sign in to comment.