forked from 5e-bits/5e-database
-
Notifications
You must be signed in to change notification settings - Fork 3
/
damageTypes.json
102 lines (102 loc) · 2.9 KB
/
damageTypes.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
[
{
"index": 1,
"name": "Acid",
"desc": [
"The corrosive spray of a black dragon's breath and the dissolving enzymes secreted by a black pudding deal acid damage."
],
"url": "http://www.dnd5eapi.co/api/damage-types/1"
},
{
"index": 2,
"name": "Bludgeoning",
"desc": [
"Blunt force attacks, falling, constriction, and the like deal bludgeoning damage."
],
"url": "http://www.dnd5eapi.co/api/damage-types/2"
},
{
"index": 3,
"name": "Cold",
"desc": [
"The infernal chill radiating from an ice devil's spear and the frigid blast of a white dragon's breath deal cold damage."
],
"url": "http://www.dnd5eapi.co/api/damage-types/3"
},
{
"index": 4,
"name": "Fire",
"desc": [
"Red dragons breathe fire, and many spells conjure flames to deal fire damage."
],
"url": "http://www.dnd5eapi.co/api/damage-types/4"
},
{
"index": 5,
"name": "Force",
"desc": [
"Force is pure magical energy focused into a damaging form. Most effects that deal force damage are spells, including magic missile and spiritual weapon."
],
"url": "http://www.dnd5eapi.co/api/damage-types/5"
},
{
"index": 6,
"name": "Lightning",
"desc": [
"A lightning bolt spell and a blue dragon's breath deal lightning damage."
],
"url": "http://www.dnd5eapi.co/api/damage-types/6"
},
{
"index": 7,
"name": "Necrotic",
"desc": [
"Necrotic damage, dealt by certain undead and a spell such as chill touch, withers matter and even the soul."
],
"url": "http://www.dnd5eapi.co/api/damage-types/7"
},
{
"index": 8,
"name": "Piercing",
"desc": [
"Puncturing and impaling attacks, including spears and monsters' bites, deal piercing damage."
],
"url": "http://www.dnd5eapi.co/api/damage-types/8"
},
{
"index": 9,
"name": "Poison",
"desc": [
"Venomous stings and the toxic gas of a green dragon's breath deal poison damage."
],
"url": "http://www.dnd5eapi.co/api/damage-types/9"
},
{
"index": 10,
"name": "Psychic",
"desc": ["Mental abilities such as a psionic blast deal psychic damage."],
"url": "http://www.dnd5eapi.co/api/damage-types/10"
},
{
"index": 11,
"name": "Radiant",
"desc": [
"Radiant damage, dealt by a cleric's flame strike spell or an angel's smiting weapon, sears the flesh like fire and overloads the spirit with power."
],
"url": "http://www.dnd5eapi.co/api/damage-types/11"
},
{
"index": 12,
"name": "Slashing",
"desc": ["Swords, axes, and monsters' claws deal slashing damage."],
"url": "http://www.dnd5eapi.co/api/damage-types/12"
},
{
"index": 13,
"name": "Thunder",
"desc": [
"A concussive burst of sound, such as the effect of the thunderwave spell, deals thunder damage."
],
"url": "http://www.dnd5eapi.co/api/damage-types/13"
}
]