From e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 May 2023 18:33:10 -0400 Subject: Changed makefiles, added parsed files --- parsed/spells/barkskin.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 parsed/spells/barkskin.json (limited to 'parsed/spells/barkskin.json') diff --git a/parsed/spells/barkskin.json b/parsed/spells/barkskin.json new file mode 100644 index 0000000..38feb7c --- /dev/null +++ b/parsed/spells/barkskin.json @@ -0,0 +1,15 @@ +{ + "entry": "spells", + "name": "barkskin", + "level": 2, + "type": "transmutation", + "classes": [ + "druid", + "ranger" + ], + "casting_time": "1 action", + "range": "Touch", + "components": "V, S, M (a handful of oak bark)", + "duration": "Concentration, up to 1 hour", + "text": "You touch a willing creature. Until the spell ends, the target's skin has a rough, bark-like appearance, and the target's AC can't be less than 16, regardless of what kind of armor it is wearing." +} \ No newline at end of file -- cgit v1.2.3