aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/mage.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/mage.json
parentcd57ad6e208728bafcbc8c7d7b85d88603706978 (diff)
downloaddmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip
Removed data files from repo
Diffstat (limited to 'parser/monsters/mage.json')
-rw-r--r--parser/monsters/mage.json102
1 files changed, 0 insertions, 102 deletions
diff --git a/parser/monsters/mage.json b/parser/monsters/mage.json
deleted file mode 100644
index 6013131..0000000
--- a/parser/monsters/mage.json
+++ /dev/null
@@ -1,102 +0,0 @@
-{
- "speed": "30 ft.",
- "saves": [
- "int",
- "wis"
- ],
- "d_resistances": [],
- "d_vulnerabilities": [],
- "d_immunities": [],
- "c_immunities": [],
- "senses": [],
- "langs": "any four languages",
- "skills": {
- "Arcana": 1,
- "History": 1
- },
- "hit_die_count": 9,
- "hit_die_sides": 8,
- "name": "Mage",
- "type": "humanoid (any race)",
- "cr": 6.0,
- "size": "Medium",
- "alignment": "any alignment",
- "stats": {
- "str": 9,
- "dex": 14,
- "con": 11,
- "int": 17,
- "wis": 12,
- "cha": 11
- },
- "inventory": [
- {
- "name": "dagger",
- "type": "weapon",
- "text": "_Melee or _Ranged Weapon Attack:__ +5 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 4 (1d4 + 2) piercing damage."
- }
- ],
- "natural_armor": {
- "name": "",
- "bonus": 0
- },
- "description": "Mages spend their lives in the study and practice of magic. Good-aligned mages offer counsel to nobles and others in power, while evil mages dwell in isolated sites to perform unspeakable experiments without interference.",
- "features": [
- {
- "name": "spellcasting",
- "text": "The mage is a 9th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 14, +6 to hit with spell attacks). The mage has the following wizard spells prepared: \nCantrips (at will): **_fire bolt, light, mage hand, prestidigitation_** \n1st level (4 slots): **_detect magic, mage armor, magic missile, shield_** \n2nd level (3 slots): **_misty step, suggestion_** \n3rd level (3 slots): **_counterspell, fireball, fly_** \n4th level (3 slots): **_greater invisibility, ice storm_** \n5th level (1 slot): **_cone of cold_**",
- "type": "spellcasting",
- "spellcasting_ability": "int",
- "innate": false,
- "levels": [
- {
- "slots": 0,
- "spells": [
- "fire bolt",
- "light",
- "mage hand",
- "prestidigitation"
- ]
- },
- {
- "slots": 4,
- "spells": [
- "detect magic",
- "mage armor",
- "magic missile",
- "shield"
- ]
- },
- {
- "slots": 3,
- "spells": [
- "misty step",
- "suggestion"
- ]
- },
- {
- "slots": 3,
- "spells": [
- "counterspell",
- "fireball",
- "fly"
- ]
- },
- {
- "slots": 3,
- "spells": [
- "greater invisibility",
- "ice storm"
- ]
- },
- {
- "slots": 1,
- "spells": [
- "cone of cold"
- ]
- }
- ]
- }
- ],
- "prof": 3
-} \ No newline at end of file