diff options
Diffstat (limited to 'parsed/creatures/bugbear.json')
-rw-r--r-- | parsed/creatures/bugbear.json | 140 |
1 files changed, 140 insertions, 0 deletions
diff --git a/parsed/creatures/bugbear.json b/parsed/creatures/bugbear.json new file mode 100644 index 0000000..1981055 --- /dev/null +++ b/parsed/creatures/bugbear.json @@ -0,0 +1,140 @@ +{ + "entry": "creatures", + "speed": "30 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "darkvision 60 ft." + ], + "langs": "Common, Goblin", + "skills": { + "Stealth": 2, + "Survival": 1 + }, + "hit_die_count": 5, + "hit_die_sides": 8, + "name": "Bugbear", + "type": "humanoid", + "cr": 1.0, + "size": "Medium", + "alignment": "chaotic evil", + "stats": { + "str": 15, + "dex": 14, + "con": 13, + "int": 8, + "wis": 11, + "cha": 9 + }, + "inventory": [ + { + "entry": "item", + "name": "hide", + "type": "armor", + "text": "hide armor" + }, + { + "entry": "item", + "name": "shield", + "type": "armor", + "text": "shield armor" + } + ], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "brute", + "text": "A melee weapon deals one extra die of its damage when the bugbear hits with it (included in the attack).", + "type": "feature" + }, + { + "entry": "feature", + "name": "surprise attack", + "text": "If the bugbear surprises a creature and hits it with an attack during the first round of combat, the target takes an extra 7 (2d6) damage from the attack.", + "type": "feature" + }, + { + "entry": "feature", + "name": "morningstar", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "morningstar", + "cost": 1500, + "damage": [ + { + "dmg_die_count": 2, + "dmg_die_sides": 8, + "dmg_type": "piercing", + "is_or": false + } + ], + "weight": 4.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + }, + { + "entry": "feature", + "name": "javelin", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "javelin", + "cost": 50, + "damage": [ + { + "dmg_die_count": 2, + "dmg_die_sides": 6, + "dmg_type": "piercing", + "is_or": false + }, + { + "dmg_die_count": 1, + "dmg_die_sides": 6, + "dmg_type": "piercing", + "is_or": true + } + ], + "weight": 2.0, + "range": [ + 30, + 120 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": "at range.", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + } + ], + "prof": 2 +}
\ No newline at end of file |