aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/veteran.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/veteran.json
parentcd57ad6e208728bafcbc8c7d7b85d88603706978 (diff)
downloaddmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip
Removed data files from repo
Diffstat (limited to 'parser/monsters/veteran.json')
-rw-r--r--parser/monsters/veteran.json64
1 files changed, 0 insertions, 64 deletions
diff --git a/parser/monsters/veteran.json b/parser/monsters/veteran.json
deleted file mode 100644
index 1db6bb7..0000000
--- a/parser/monsters/veteran.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "speed": "30 ft.",
- "saves": [],
- "d_resistances": [],
- "d_vulnerabilities": [],
- "d_immunities": [],
- "c_immunities": [],
- "senses": [],
- "langs": "any one language (usually Common)",
- "skills": {
- "Athletics": 1,
- "Perception": 1
- },
- "hit_die_count": 9,
- "hit_die_sides": 8,
- "name": "Veteran",
- "type": "humanoid (any race)",
- "cr": 3.0,
- "size": "Medium",
- "alignment": "any alignment",
- "stats": {
- "str": 16,
- "dex": 13,
- "con": 14,
- "int": 10,
- "wis": 11,
- "cha": 10
- },
- "inventory": [
- {
- "name": "splint",
- "type": "armor",
- "text": "splint armor"
- },
- {
- "name": "longsword",
- "type": "weapon",
- "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8 + 3) slashing damage, or 8 (1d10 + 3) slashing damage if used with two hands."
- },
- {
- "name": "shortsword",
- "type": "weapon",
- "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6 + 3) piercing damage."
- },
- {
- "name": "heavy crossbow",
- "type": "weapon",
- "text": "_Ranged Weapon Attack:_ +3 to hit, range 100/400 ft., one target. _Hit:_ 6 (1d10 + 1) piercing damage."
- }
- ],
- "natural_armor": {
- "name": "",
- "bonus": 0
- },
- "description": "Veterans are professional fighters that take up arms for pay or to protect something they believe in or value. Their ranks include soldiers retired from long service and warriors who never served anyone but themselves.",
- "features": [
- {
- "name": "multiattack",
- "text": "The veteran makes two longsword attacks. If it has a shortsword drawn, it can also make a shortsword attack.",
- "type": "action"
- }
- ],
- "prof": 2
-} \ No newline at end of file