aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/troll.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/troll.json')
-rw-r--r--parsed/creatures/troll.json126
1 files changed, 126 insertions, 0 deletions
diff --git a/parsed/creatures/troll.json b/parsed/creatures/troll.json
new file mode 100644
index 0000000..ee5906b
--- /dev/null
+++ b/parsed/creatures/troll.json
@@ -0,0 +1,126 @@
+{
+ "entry": "creatures",
+ "speed": "30 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [
+ "darkvision 60 ft."
+ ],
+ "langs": "Giant",
+ "skills": {
+ "Perception": 1
+ },
+ "hit_die_count": 8,
+ "hit_die_sides": 10,
+ "name": "Troll",
+ "type": "giant",
+ "cr": 5.0,
+ "size": "Large",
+ "alignment": "chaotic evil",
+ "stats": {
+ "str": 18,
+ "dex": 13,
+ "con": 20,
+ "int": 7,
+ "wis": 9,
+ "cha": 7
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 15
+ },
+ "text": "**Multiattack.** The troll makes three attacks: one with its bite and two with its claws. \n**Bite.** _Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6 + 4) piercing damage. \n**Claw.** _Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) slashing damage.",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "keen smell",
+ "text": "The troll has advantage on Wisdom (Perception) checks that rely on smell.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "regeneration",
+ "text": "The troll regains 10 hit points at the start of its turn. If the troll takes acid or fire damage, this trait doesn't function at the start of the troll's next turn. The troll dies only if it starts its turn with 0 hit points and doesn't regenerate.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "multiattack",
+ "text": "The troll makes three attacks: one with its bite and two with its claws.",
+ "type": "action"
+ },
+ {
+ "entry": "feature",
+ "name": "bite",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "bite",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 6,
+ "dmg_type": "piercing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ },
+ {
+ "entry": "feature",
+ "name": "claw",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "claw",
+ "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": 3
+} \ No newline at end of file