aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/deva.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2023-05-30 18:33:10 -0400
committerYour Name <you@example.com>2023-05-30 18:33:10 -0400
commite1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch)
treeb48a6087720d6bf69a80f0c284320320043fcdee /parsed/creatures/deva.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/deva.json')
-rw-r--r--parsed/creatures/deva.json175
1 files changed, 175 insertions, 0 deletions
diff --git a/parsed/creatures/deva.json b/parsed/creatures/deva.json
new file mode 100644
index 0000000..7457c3e
--- /dev/null
+++ b/parsed/creatures/deva.json
@@ -0,0 +1,175 @@
+{
+ "entry": "creatures",
+ "speed": "30 ft., fly 90 ft.",
+ "saves": [
+ "wis",
+ "cha"
+ ],
+ "d_resistances": [
+ {
+ "type": "radiant",
+ "qualifiers": []
+ },
+ {
+ "type": "bludgeoning",
+ "qualifiers": [
+ "nonmagical"
+ ]
+ },
+ {
+ "type": "piercing",
+ "qualifiers": [
+ "nonmagical"
+ ]
+ },
+ {
+ "type": "slashing",
+ "qualifiers": [
+ "nonmagical"
+ ]
+ }
+ ],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [
+ {
+ "type": "charmed",
+ "qualifiers": []
+ },
+ {
+ "type": "exhaustion",
+ "qualifiers": []
+ },
+ {
+ "type": "frightened",
+ "qualifiers": []
+ }
+ ],
+ "senses": [
+ "darkvision 120 ft."
+ ],
+ "langs": "all, telepathy 120 ft.",
+ "skills": {
+ "Insight": 1,
+ "Perception": 1
+ },
+ "hit_die_count": 16,
+ "hit_die_sides": 8,
+ "name": "Deva",
+ "type": "celestial",
+ "cr": 10.0,
+ "size": "Medium",
+ "alignment": "lawful good",
+ "stats": {
+ "str": 18,
+ "dex": 18,
+ "con": 18,
+ "int": 17,
+ "wis": 20,
+ "cha": 20
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 17
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "angelic weapons",
+ "text": "The deva's weapon attacks are magical. When the deva hits with any weapon, the weapon deals an extra 4d8 radiant damage (included in the attack).",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "spellcasting",
+ "text": "The deva's spellcasting ability is Charisma (spell save DC 17). The deva can innately cast the following spells, requiring only verbal components: \nAt will: **_detect evil and good_** \n1/day each: **_commune_**, **_raise dead_**",
+ "type": "spells",
+ "spellcasting_ability": "cha",
+ "innate": true,
+ "levels": [
+ {
+ "slots": 0,
+ "spells": [
+ "detect evil and good"
+ ]
+ },
+ {
+ "slots": 1,
+ "spells": [
+ "commune",
+ "raise dead"
+ ]
+ }
+ ]
+ },
+ {
+ "entry": "feature",
+ "name": "magic resistance",
+ "text": "The deva has advantage on saving throws against spells and other magical effects.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "multiattack",
+ "text": "The deva makes two melee attacks.",
+ "type": "action"
+ },
+ {
+ "entry": "feature",
+ "name": "mace",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "mace",
+ "cost": 500,
+ "damage": [
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 6,
+ "dmg_type": "bludgeoning",
+ "is_or": false
+ },
+ {
+ "dmg_die_count": 4,
+ "dmg_die_sides": 8,
+ "dmg_type": "radiant",
+ "is_or": false
+ }
+ ],
+ "weight": 4.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ },
+ {
+ "entry": "feature",
+ "name": "healing touch (3/day)",
+ "text": "The deva touches another creature. The target magically regains 20 (4d8 + 2) hit points and is freed from any curse, disease, poison, blindness, or deafness.",
+ "type": "action"
+ },
+ {
+ "entry": "feature",
+ "name": "change shape",
+ "text": "The deva magically polymorphs into a humanoid or beast that has a challenge rating equal to or less than its own, or back into its true form. It reverts to its true form if it dies. Any equipment it is wearing or carrying is absorbed or borne by the new form (the deva's choice). \nIn a new form, the deva retains its game statistics and ability to speak, but its AC, movement modes, Strength, Dexterity, and special senses are replaced by those of the new form, and it gains any statistics and capabilities (except class features, legendary actions, and lair actions) that the new form has but that it lacks.",
+ "type": "action"
+ }
+ ],
+ "prof": 4
+} \ No newline at end of file