From dfce4d0398a8bafbb7ad7a31345af181c0269c09 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 15 Apr 2021 15:23:23 -0400 Subject: Added spells --- parser/spells/arcane_lock.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 parser/spells/arcane_lock.json (limited to 'parser/spells/arcane_lock.json') diff --git a/parser/spells/arcane_lock.json b/parser/spells/arcane_lock.json new file mode 100644 index 0000000..6a2ea9c --- /dev/null +++ b/parser/spells/arcane_lock.json @@ -0,0 +1,13 @@ +{ + "name": "arcane lock", + "level": 2, + "school": "abjuration", + "classes": [ + "wizard" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S, M (gold dust worth at least 25 gp, which the spell consumes)", + "duration": "Until dispelled", + "text": "You touch a closed door, window, gate, chest, or other entryway, and it becomes locked for the duration. You and the creatures you designate when you cast this spell can open the object normally. You can also set a password that, when spoken within 5 feet of the object, suppresses this spell for 1 minute. Otherwise, it is impassable until it is broken or the spell is dispelled or suppressed. Casting **_knock_** on the object suppresses **_arcane lock_** for 10 minutes. \nWhile affected by this spell, the object is more difficult to break or force open; the DC to break it or pick any locks on it increases by 10." +} \ No newline at end of file -- cgit v1.2.3