aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/blood_hawk.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/blood_hawk.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/blood_hawk.json')
-rw-r--r--parsed/creatures/blood_hawk.json88
1 files changed, 88 insertions, 0 deletions
diff --git a/parsed/creatures/blood_hawk.json b/parsed/creatures/blood_hawk.json
new file mode 100644
index 0000000..d68dc04
--- /dev/null
+++ b/parsed/creatures/blood_hawk.json
@@ -0,0 +1,88 @@
+{
+ "entry": "creatures",
+ "speed": "10 ft., fly 60 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [],
+ "langs": "--",
+ "skills": {
+ "Perception": 1
+ },
+ "hit_die_count": 2,
+ "hit_die_sides": 6,
+ "name": "Blood Hawk",
+ "type": "beast",
+ "cr": 0.125,
+ "size": "Small",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 6,
+ "dex": 14,
+ "con": 10,
+ "int": 3,
+ "wis": 14,
+ "cha": 5
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "",
+ "bonus": 0
+ },
+ "text": "Taking its name from its crimson feathers and aggressive nature, the blood hawk fearlessly attacks almost any animal, stabbing it with its daggerlike beak. Blood hawks flock together in large numbers, attacking as a pack to take down prey.",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "keen sight",
+ "text": "The hawk has advantage on Wisdom (Perception) checks that rely on sight.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "pack tactics",
+ "text": "The hawk has advantage on an attack roll against a creature if at least one of the hawk's allies is within 5 feet of the creature and the ally isn't incapacitated.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "beak",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "beak",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 4,
+ "dmg_type": "piercing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [
+ "finesse"
+ ],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file