aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/giant_owl.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2023-05-30 18:33:10 -0400
committerYour Name <you@example.com>2023-05-30 18:33:10 -0400
commite1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch)
treeb48a6087720d6bf69a80f0c284320320043fcdee /parsed/creatures/giant_owl.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/giant_owl.json')
-rw-r--r--parsed/creatures/giant_owl.json89
1 files changed, 89 insertions, 0 deletions
diff --git a/parsed/creatures/giant_owl.json b/parsed/creatures/giant_owl.json
new file mode 100644
index 0000000..ffc14ea
--- /dev/null
+++ b/parsed/creatures/giant_owl.json
@@ -0,0 +1,89 @@
+{
+ "entry": "creatures",
+ "speed": "5 ft., fly 60 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [
+ "darkvision 120 ft."
+ ],
+ "langs": "Giant Owl, understands Common, Elvish, and Sylvan but can't speak them",
+ "skills": {
+ "Perception": 2,
+ "Stealth": 1
+ },
+ "hit_die_count": 3,
+ "hit_die_sides": 10,
+ "name": "Giant Owl",
+ "type": "beast",
+ "cr": 0.25,
+ "size": "Large",
+ "alignment": "neutral",
+ "stats": {
+ "str": 13,
+ "dex": 15,
+ "con": 12,
+ "int": 8,
+ "wis": 13,
+ "cha": 10
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "",
+ "bonus": 0
+ },
+ "text": "Giant owls often befriend fey and other sylvan creatures and are guardians of their woodland realms.",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "flyby",
+ "text": "The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "keen hearing and sight",
+ "text": "The owl has advantage on Wisdom (Perception) checks that rely on hearing or sight.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "talons",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "talons",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 2,
+ "dmg_die_sides": 6,
+ "dmg_type": "slashing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file