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/baboon.json | 60 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 parser/monsters/baboon.json (limited to 'parser/monsters/baboon.json') diff --git a/parser/monsters/baboon.json b/parser/monsters/baboon.json new file mode 100644 index 0000000..31604ad --- /dev/null +++ b/parser/monsters/baboon.json @@ -0,0 +1,60 @@ +{ + "speed": "30 ft., climb 30 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "--", + "skills": {}, + "hit_die_count": 1, + "hit_die_sides": 6, + "name": "Baboon", + "type": "beast", + "cr": 0.0, + "size": "Small", + "alignment": "unaligned", + "stats": { + "str": 8, + "dex": 14, + "con": 11, + "int": 4, + "wis": 12, + "cha": 6 + }, + "inventory": [], + "natural_armor": [], + "description": "", + "features": [ + { + "name": "pack tactics", + "text": "The baboon has advantage on an attack roll against a creature if at least one of the baboon's allies is within 5 feet of the creature and the ally isn't incapacitated.", + "type": "feature" + }, + { + "name": "bite", + "text": "_Melee Weapon Attack:_ +1 to hit, reach 5 ft., one target. _Hit:_ 1 (1d4 \u2212 1) piercing damage.", + "type": "action", + "attack": { + "name": "bite", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 1, + "dmg_die_sides": 4 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +1 to hit, reach 5 ft., one target. _Hit:_ 1 (1d4 \u2212 1) piercing damage." + } + } + ], + "prof": 2 +} \ No newline at end of file -- cgit v1.2.3