aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/dryad.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/dryad.json')
-rw-r--r--parsed/creatures/dryad.json107
1 files changed, 107 insertions, 0 deletions
diff --git a/parsed/creatures/dryad.json b/parsed/creatures/dryad.json
new file mode 100644
index 0000000..0dbd817
--- /dev/null
+++ b/parsed/creatures/dryad.json
@@ -0,0 +1,107 @@
+{
+ "entry": "creatures",
+ "speed": "30 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [
+ "darkvision 60 ft."
+ ],
+ "langs": "Elvish, Sylvan",
+ "skills": {
+ "Perception": 1,
+ "Stealth": 2
+ },
+ "hit_die_count": 5,
+ "hit_die_sides": 8,
+ "name": "Dryad",
+ "type": "fey",
+ "cr": 1.0,
+ "size": "Medium",
+ "alignment": "neutral",
+ "stats": {
+ "str": 10,
+ "dex": 12,
+ "con": 11,
+ "int": 14,
+ "wis": 15,
+ "cha": 18
+ },
+ "inventory": [
+ {
+ "entry": "item",
+ "name": "club",
+ "type": "weapons",
+ "text": "with shillelagh."
+ }
+ ],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "",
+ "bonus": 0
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "spellcasting",
+ "text": "The dryad's innate spellcasting ability is Charisma (spell save DC 14). The dryad can innately cast the following spells, requiring no material components: \nAt will: **_druidcraft_** \n3/day each: **_entangle_**, **_goodberry_** \n1/day each: **_barkskin_**, **_pass without trace_**, **_shillelagh_**",
+ "type": "spells",
+ "spellcasting_ability": "cha",
+ "innate": true,
+ "levels": [
+ {
+ "slots": 0,
+ "spells": [
+ "druidcraft"
+ ]
+ },
+ {
+ "slots": 3,
+ "spells": [
+ "entangle",
+ "goodberry"
+ ]
+ },
+ {
+ "slots": 1,
+ "spells": [
+ "barkskin",
+ "pass without trace",
+ "shillelagh"
+ ]
+ }
+ ]
+ },
+ {
+ "entry": "feature",
+ "name": "magic resistance",
+ "text": "The dryad has advantage on saving throws against spells and other magical effects.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "speak with beasts and plants",
+ "text": "The dryad can communicate with beasts and plants as if they shared a language.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "tree stride",
+ "text": "Once on her turn, the dryad can use 10 feet of her movement to step magically into one living tree within her reach and emerge from a second living tree within 60 feet of the first tree, appearing in an unoccupied space within 5 feet of the second tree. Both trees must be Large or bigger.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "fey charm",
+ "text": "The dryad targets one humanoid or beast that she can see within 30 feet of her. If the target can see the dryad, it must succeed on a DC 14 Wisdom saving throw or be magically charmed. The charmed creature regards the dryad as a trusted friend to be heeded and protected. Although the target isn't under the dryad's control, it takes the dryad's requests or actions in the most favorable way it can. \nEach time the dryad or its allies do anything harmful to the target, it can repeat the saving throw, ending the effect on itself on a success. Otherwise, the effect lasts 24 hours or until the dryad dies, is on a different plane of existence from the target, or ends the effect as a bonus action. If a target's saving throw is successful, the target is immune to the dryad's Fey Charm for the next 24 hours. \nThe dryad can have no more than one humanoid and up to three beasts charmed at a time.",
+ "type": "action"
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file