aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/troll.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-29 14:17:08 -0400
committerYour Name <you@example.com>2021-04-29 14:17:08 -0400
commit5a813a75412ac9b8fadb90c9abd46dd95aee8e9b (patch)
tree75c5466d459c793430a6481cd276a624cd843794 /parser/monsters/troll.json
parentcd57ad6e208728bafcbc8c7d7b85d88603706978 (diff)
downloaddmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip
Removed data files from repo
Diffstat (limited to 'parser/monsters/troll.json')
-rw-r--r--parser/monsters/troll.json100
1 files changed, 0 insertions, 100 deletions
diff --git a/parser/monsters/troll.json b/parser/monsters/troll.json
deleted file mode 100644
index aef2d01..0000000
--- a/parser/monsters/troll.json
+++ /dev/null
@@ -1,100 +0,0 @@
-{
- "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": [],
- "natural_armor": {
- "name": "natural",
- "bonus": 15
- },
- "description": "",
- "features": [
- {
- "name": "keen smell",
- "text": "The troll has advantage on Wisdom (Perception) checks that rely on smell.",
- "type": "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"
- },
- {
- "name": "multiattack",
- "text": "The troll makes three attacks: one with its bite and two with its claws.",
- "type": "action"
- },
- {
- "name": "bite",
- "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6 + 4) piercing damage.",
- "type": "action",
- "attack": {
- "name": "bite",
- "cost": 0,
- "damage": {
- "dmg_type": "piercing",
- "dmg_die_count": 1,
- "dmg_die_sides": 6
- },
- "weight": 0.0,
- "range": [
- 0,
- 0
- ],
- "reach": 5,
- "properties": [],
- "type": "unknown",
- "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 7 (1d6 + 4) piercing damage."
- }
- },
- {
- "name": "claw",
- "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) slashing damage.",
- "type": "action",
- "attack": {
- "name": "claw",
- "cost": 0,
- "damage": {
- "dmg_type": "slashing",
- "dmg_die_count": 2,
- "dmg_die_sides": 6
- },
- "weight": 0.0,
- "range": [
- 0,
- 0
- ],
- "reach": 5,
- "properties": [],
- "type": "unknown",
- "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) slashing damage."
- }
- }
- ],
- "prof": 3
-} \ No newline at end of file