diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/spells/calm_emotions.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/spells/calm_emotions.json')
-rw-r--r-- | parsed/spells/calm_emotions.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/parsed/spells/calm_emotions.json b/parsed/spells/calm_emotions.json new file mode 100644 index 0000000..f7ec07b --- /dev/null +++ b/parsed/spells/calm_emotions.json @@ -0,0 +1,15 @@ +{ + "entry": "spells", + "name": "calm emotions", + "level": 2, + "type": "enchantment", + "classes": [ + "bard", + "cleric" + ], + "casting_time": "1 action", + "range": "60 feet", + "components": "V, S", + "duration": "Concentration, up to 1 minute", + "text": "You attempt to suppress strong emotions in a group of people. Each humanoid in a 20-foot-radius sphere centered on a point you choose within range must make a Charisma saving throw; a creature can choose to fail this saving throw if it wishes. If a creature fails its saving throw, choose one of the following two effects. \nYou can suppress any effect causing a target to be charmed or frightened. When this spell ends, any suppressed effect resumes, provided that its duration has not expired in the meantime. \nAlternatively, you can make a target indifferent about creatures of your choice that it is hostile toward. This indifference ends if the target is attacked or harmed by a spell or if it witnesses any of its friends being harmed. When the spell ends, the creature becomes hostile again, unless the GM rules otherwise." +}
\ No newline at end of file |