From 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 15:14:34 -0400 Subject: Initial commit --- parser/monsters/swarm_of_ravens.json | 108 +++++++++++++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 parser/monsters/swarm_of_ravens.json (limited to 'parser/monsters/swarm_of_ravens.json') diff --git a/parser/monsters/swarm_of_ravens.json b/parser/monsters/swarm_of_ravens.json new file mode 100644 index 0000000..c30d410 --- /dev/null +++ b/parser/monsters/swarm_of_ravens.json @@ -0,0 +1,108 @@ +{ + "speed": "10 ft., fly 50 ft.", + "saves": [], + "d_resistances": [ + { + "type": "bludgeoning", + "qualifiers": [] + }, + { + "type": "piercing", + "qualifiers": [] + }, + { + "type": "slashing", + "qualifiers": [] + } + ], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [ + { + "type": "charmed", + "qualifiers": [] + }, + { + "type": "frightened", + "qualifiers": [] + }, + { + "type": "grappled", + "qualifiers": [] + }, + { + "type": "paralyzed", + "qualifiers": [] + }, + { + "type": "petrified", + "qualifiers": [] + }, + { + "type": "prone", + "qualifiers": [] + }, + { + "type": "restrained", + "qualifiers": [] + }, + { + "type": "stunned", + "qualifiers": [] + } + ], + "senses": [], + "langs": "--", + "skills": { + "Perception": 2 + }, + "hit_die_count": 7, + "hit_die_sides": 8, + "name": "Swarm of Ravens", + "type": "swarm of Tiny beasts", + "cr": 0.25, + "size": "Medium", + "alignment": "unaligned", + "stats": { + "str": 6, + "dex": 14, + "con": 8, + "int": 3, + "wis": 12, + "cha": 6 + }, + "inventory": [], + "natural_armor": [], + "description": "", + "features": [ + { + "name": "swarm", + "text": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny raven. The swarm can't regain hit points or gain temporary hit points.", + "type": "feature" + }, + { + "name": "beaks", + "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target in the swarm's space. _Hit:_ 7 (2d6) piercing damage, or 3 (1d6) piercing damage if the swarm has half of its hit points or fewer.", + "type": "action", + "attack": { + "name": "beaks", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 2, + "dmg_die_sides": 6 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target in the swarm's space. _Hit:_ 7 (2d6) piercing damage, or 3 (1d6) piercing damage if the swarm has half of its hit points or fewer." + } + } + ], + "prof": 2 +} \ No newline at end of file -- cgit v1.2.3