forked from 5e-bits/5e-database
-
Notifications
You must be signed in to change notification settings - Fork 0
/
5e-SRD-Ability-Scores.json
145 lines (145 loc) · 4.93 KB
/
5e-SRD-Ability-Scores.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
[
{
"index": 1,
"name": "STR",
"full_name": "Strength",
"desc": [
"Strength measures bodily power, athletic training, and the extent to which you can exert raw physical force.",
"A Strength check can model any attempt to lift, push, pull, or break something, to force your body through a space, or to otherwise apply brute force to a situation. The Athletics skill reflects aptitude in certain kinds of Strength checks."
],
"skills": [
{
"url": "http://www.dnd5eapi.co/api/skills/4",
"name": "Athletics"
}
],
"url": "http://www.dnd5eapi.co/api/ability-scores/1"
},
{
"index": 2,
"name": "DEX",
"full_name": "Dexterity",
"desc": [
"Dexterity measures agility, reflexes, and balance.",
"A Dexterity check can model any attempt to move nimbly, quickly, or quietly, or to keep from falling on tricky footing. The Acrobatics, Sleight of Hand, and Stealth skills reflect aptitude in certain kinds of Dexterity checks."
],
"skills": [
{
"url": "http://www.dnd5eapi.co/api/skills/1",
"name": "Acrobatics"
},
{
"url": "http://www.dnd5eapi.co/api/skills/16",
"name": "Sleight of Hand"
},
{
"url": "http://www.dnd5eapi.co/api/skills/17",
"name": "Stealth"
}
],
"url": "http://www.dnd5eapi.co/api/ability-scores/2"
},
{
"index": 3,
"name": "CON",
"full_name": "Constitution",
"desc": [
"Constitution measures health, stamina, and vital force.",
"Constitution checks are uncommon, and no skills apply to Constitution checks, because the endurance this ability represents is largely passive rather than involving a specific effort on the part of a character or monster."
],
"skills": [],
"url": "http://www.dnd5eapi.co/api/ability-scores/3"
},
{
"index": 4,
"name": "INT",
"full_name": "Intelligence",
"desc": [
"Intelligence measures mental acuity, accuracy of recall, and the ability to reason.",
"An Intelligence check comes into play when you need to draw on logic, education, memory, or deductive reasoning. The Arcana, History, Investigation, Nature, and Religion skills reflect aptitude in certain kinds of Intelligence checks."
],
"skills": [
{
"url": "http://www.dnd5eapi.co/api/skills/3",
"name": "Arcana"
},
{
"url": "http://www.dnd5eapi.co/api/skills/6",
"name": "History"
},
{
"url": "http://www.dnd5eapi.co/api/skills/9",
"name": "Investigation"
},
{
"url": "http://www.dnd5eapi.co/api/skills/11",
"name": "Nature"
},
{
"url": "http://www.dnd5eapi.co/api/skills/15",
"name": "Religion"
}
],
"url": "http://www.dnd5eapi.co/api/ability-scores/4"
},
{
"index": 5,
"name": "WIS",
"full_name": "Wisdom",
"desc": [
"Wisdom reflects how attuned you are to the world around you and represents perceptiveness and intuition.",
"A Wisdom check might reflect an effort to read body language, understand someone's feelings, notice things about the environment, or care for an injured person. The Animal Handling, Insight, Medicine, Perception, and Survival skills reflect aptitude in certain kinds of Wisdom checks."
],
"skills": [
{
"url": "http://www.dnd5eapi.co/api/skills/2",
"name": "Animal Handling"
},
{
"url": "http://www.dnd5eapi.co/api/skills/7",
"name": "Insight"
},
{
"url": "http://www.dnd5eapi.co/api/skills/10",
"name": "Medicine"
},
{
"url": "http://www.dnd5eapi.co/api/skills/12",
"name": "Perception"
},
{
"url": "http://www.dnd5eapi.co/api/skills/18",
"name": "Survival"
}
],
"url": "http://www.dnd5eapi.co/api/ability-scores/5"
},
{
"index": 6,
"name": "CHA",
"full_name": "Charisma",
"desc": [
"Charisma measures your ability to interact effectively with others. It includes such factors as confidence and eloquence, and it can represent a charming or commanding personality.",
"A Charisma check might arise when you try to influence or entertain others, when you try to make an impression or tell a convincing lie, or when you are navigating a tricky social situation. The Deception, Intimidation, Performance, and Persuasion skills reflect aptitude in certain kinds of Charisma checks."
],
"skills": [
{
"url": "http://www.dnd5eapi.co/api/skills/5",
"name": "Deception"
},
{
"url": "http://www.dnd5eapi.co/api/skills/8",
"name": "Intimidation"
},
{
"url": "http://www.dnd5eapi.co/api/skills/13",
"name": "Performance"
},
{
"url": "http://www.dnd5eapi.co/api/skills/14",
"name": "Persuasion"
}
],
"url": "http://www.dnd5eapi.co/api/ability-scores/6"
}
]