forked from LaurenStack/DnD-Campaign-Generator-and-Manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testdb.json
106 lines (106 loc) · 4.33 KB
/
testdb.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"users":[
{
"displayName": "Matt Kelley",
"email": "[email protected]",
"maps": [""],
"monsters":["",""],
"treasure": [""],
"username": ""
}
],
"monsters":[
{
"_id": "585f3be3c9e7ce9f72142ad1",
"index": 1,
"name": "Aboleth",
"size": "Large",
"type": "aberration",
"subtype": "",
"alignment": "lawful evil",
"armor_class": 17,
"hit_points": 135,
"hit_dice": "18d10",
"speed": "10 ft., swim 40 ft.",
"strength": 21,
"dexterity": 9,
"constitution": 15,
"intelligence": 18,
"wisdom": 15,
"charisma": 18,
"constitution_save": 6,
"intelligence_save": 8,
"wisdom_save": 6,
"history": 12,
"perception": 10,
"damage_vulnerabilities": "",
"damage_resistances": "",
"damage_immunities": "",
"condition_immunities": "",
"senses": "darkvision 120 ft., passive Perception 20",
"languages": "Deep Speech, telepathy 120 ft.",
"challenge_rating": 10,
"special_abilities": [
{
"attack_bonus": 0,
"desc": "The aboleth can breathe air and water.",
"name": "Amphibious"
},
{
"attack_bonus": 0,
"desc": "While underwater, the aboleth is surrounded by transformative mucus. A creature that touches the aboleth or that hits it with a melee attack while within 5 ft. of it must make a DC 14 Constitution saving throw. On a failure, the creature is diseased for 1d4 hours. The diseased creature can breathe only underwater.",
"name": "Mucous Cloud"
},
{
"attack_bonus": 0,
"desc": "If a creature communicates telepathically with the aboleth, the aboleth learns the creature's greatest desires if the aboleth can see the creature.",
"name": "Probing Telepathy"
}
],
"actions": [
{
"attack_bonus": 0,
"desc": "The aboleth makes three tentacle attacks.",
"name": "Multiattack"
},
{
"damage_bonus": 5,
"damage_dice": "2d6",
"attack_bonus": 9,
"desc": "Melee Weapon Attack: +9 to hit, reach 10 ft., one target. Hit: 12 (2d6 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 14 Constitution saving throw or become diseased. The disease has no effect for 1 minute and can be removed by any magic that cures disease. After 1 minute, the diseased creature's skin becomes translucent and slimy, the creature can't regain hit points unless it is underwater, and the disease can be removed only by heal or another disease-curing spell of 6th level or higher. When the creature is outside a body of water, it takes 6 (1d12) acid damage every 10 minutes unless moisture is applied to the skin before 10 minutes have passed.",
"name": "Tentacle"
},
{
"damage_bonus": 5,
"damage_dice": "3d6",
"attack_bonus": 9,
"desc": "Melee Weapon Attack: +9 to hit, reach 10 ft. one target. Hit: 15 (3d6 + 5) bludgeoning damage.",
"name": "Tail"
},
{
"attack_bonus": 0,
"desc": "The aboleth targets one creature it can see within 30 ft. of it. The target must succeed on a DC 14 Wisdom saving throw or be magically charmed by the aboleth until the aboleth dies or until it is on a different plane of existence from the target. The charmed target is under the aboleth's control and can't take reactions, and the aboleth and the target can communicate telepathically with each other over any distance.\nWhenever the charmed target takes damage, the target can repeat the saving throw. On a success, the effect ends. No more than once every 24 hours, the target can also repeat the saving throw when it is at least 1 mile away from the aboleth.",
"name": "Enslave (3/day)"
}
],
"legendary_actions": [
{
"attack_bonus": 0,
"desc": "The aboleth makes a Wisdom (Perception) check.",
"name": "Detect"
},
{
"attack_bonus": 0,
"desc": "The aboleth makes one tail attack.",
"name": "Tail Swipe"
},
{
"attack_bonus": 0,
"desc": "One creature charmed by the aboleth takes 10 (3d6) psychic damage, and the aboleth regains hit points equal to the damage the creature takes.",
"name": "Psychic Drain (Costs 2 Actions)"
}
],
"url": "http://dnd5eapi.co/api/monsters/1"
}
]
}