aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/rakshasa.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-13 15:14:34 -0400
committerYour Name <you@example.com>2021-04-13 15:14:34 -0400
commit2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch)
tree90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/rakshasa.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/rakshasa.json')
-rw-r--r--parser/monsters/rakshasa.json99
1 files changed, 99 insertions, 0 deletions
diff --git a/parser/monsters/rakshasa.json b/parser/monsters/rakshasa.json
new file mode 100644
index 0000000..c6b1e05
--- /dev/null
+++ b/parser/monsters/rakshasa.json
@@ -0,0 +1,99 @@
+{
+ "speed": "40 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [
+ {
+ "type": "bludgeoning",
+ "qualifiers": [
+ "nonmagical"
+ ]
+ },
+ {
+ "type": "piercing",
+ "qualifiers": [
+ "nonmagical"
+ ]
+ },
+ {
+ "type": "slashing",
+ "qualifiers": [
+ "nonmagical"
+ ]
+ }
+ ],
+ "c_immunities": [],
+ "senses": [
+ "darkvision 60 ft."
+ ],
+ "langs": "Common, Infernal",
+ "skills": {
+ "Deception": 1,
+ "Insight": 1
+ },
+ "hit_die_count": 13,
+ "hit_die_sides": 8,
+ "name": "Rakshasa",
+ "type": "fiend",
+ "cr": 13.0,
+ "size": "Medium",
+ "alignment": "lawful evil",
+ "stats": {
+ "str": 14,
+ "dex": 17,
+ "con": 18,
+ "int": 13,
+ "wis": 16,
+ "cha": 20
+ },
+ "inventory": [],
+ "natural_armor": [
+ {
+ "name": "natural",
+ "bonus": 16
+ }
+ ],
+ "description": "",
+ "features": [
+ {
+ "name": "limited magic immunity",
+ "text": "The rakshasa can't be affected or detected by spells of 6th level or lower unless it wishes to be. It has advantage on saving throws against all other spells and magical effects.",
+ "type": "feature"
+ },
+ {
+ "name": "innate spellcasting",
+ "text": "The rakshasa's innate spellcasting ability is Charisma (spell save DC 18, +10 to hit with spell attacks). The rakshasa can innately cast the following spells, requiring no material components: \nAt will: **_detect thoughts, disguise self, mage hand, minor illusion_** \n3/day each: **_charm person, detect magic, invisibility, major image, suggestion_** \n1/day each: **_dominate person, fly, plane shift, true seeing_**",
+ "type": "feature"
+ },
+ {
+ "name": "multiattack",
+ "text": "The rakshasa makes two claw attacks.",
+ "type": "action"
+ },
+ {
+ "name": "claw",
+ "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 9 (2d6 + 2) slashing damage, and the target is cursed if it is a creature. The magical curse takes effect whenever the target takes a short or long rest, filling the target's thoughts with horrible images and dreams. The cursed target gains no benefit from finishing a short or long rest. The curse lasts until it is lifted by a remove curse spell or similar magic.",
+ "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:_ 9 (2d6 + 2) slashing damage, and the target is cursed if it is a creature. The magical curse takes effect whenever the target takes a short or long rest, filling the target's thoughts with horrible images and dreams. The cursed target gains no benefit from finishing a short or long rest. The curse lasts until it is lifted by a remove curse spell or similar magic."
+ }
+ }
+ ],
+ "prof": 5
+} \ No newline at end of file