Skip to content

Commit c5cafd4

Browse files
committed
renamed index to id and url to ref
1 parent 0552965 commit c5cafd4

21 files changed

+4888
-4888
lines changed

abilityScores.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"index": 1,
3+
"id": "1",
44
"name": "STR",
55
"full_name": "Strength",
66
"desc": [
@@ -9,14 +9,14 @@
99
],
1010
"skills": [
1111
{
12-
"url": "http://www.dnd5eapi.co/api/skills/4",
12+
"ref": "skills/4",
1313
"name": "Athletics"
1414
}
1515
],
1616
"url": "http://www.dnd5eapi.co/api/ability-scores/1"
1717
},
1818
{
19-
"index": 2,
19+
"id": "2",
2020
"name": "DEX",
2121
"full_name": "Dexterity",
2222
"desc": [
@@ -25,22 +25,22 @@
2525
],
2626
"skills": [
2727
{
28-
"url": "http://www.dnd5eapi.co/api/skills/1",
28+
"ref": "skills/1",
2929
"name": "Acrobatics"
3030
},
3131
{
32-
"url": "http://www.dnd5eapi.co/api/skills/16",
32+
"ref": "skills/16",
3333
"name": "Sleight of Hand"
3434
},
3535
{
36-
"url": "http://www.dnd5eapi.co/api/skills/17",
36+
"ref": "skills/17",
3737
"name": "Stealth"
3838
}
3939
],
4040
"url": "http://www.dnd5eapi.co/api/ability-scores/2"
4141
},
4242
{
43-
"index": 3,
43+
"id": "3",
4444
"name": "CON",
4545
"full_name": "Constitution",
4646
"desc": [
@@ -51,7 +51,7 @@
5151
"url": "http://www.dnd5eapi.co/api/ability-scores/3"
5252
},
5353
{
54-
"index": 4,
54+
"id": "4",
5555
"name": "INT",
5656
"full_name": "Intelligence",
5757
"desc": [
@@ -60,30 +60,30 @@
6060
],
6161
"skills": [
6262
{
63-
"url": "http://www.dnd5eapi.co/api/skills/3",
63+
"ref": "skills/3",
6464
"name": "Arcana"
6565
},
6666
{
67-
"url": "http://www.dnd5eapi.co/api/skills/6",
67+
"ref": "skills/6",
6868
"name": "History"
6969
},
7070
{
71-
"url": "http://www.dnd5eapi.co/api/skills/9",
71+
"ref": "skills/9",
7272
"name": "Investigation"
7373
},
7474
{
75-
"url": "http://www.dnd5eapi.co/api/skills/11",
75+
"ref": "skills/11",
7676
"name": "Nature"
7777
},
7878
{
79-
"url": "http://www.dnd5eapi.co/api/skills/15",
79+
"ref": "skills/15",
8080
"name": "Religion"
8181
}
8282
],
8383
"url": "http://www.dnd5eapi.co/api/ability-scores/4"
8484
},
8585
{
86-
"index": 5,
86+
"id": "5",
8787
"name": "WIS",
8888
"full_name": "Wisdom",
8989
"desc": [
@@ -92,30 +92,30 @@
9292
],
9393
"skills": [
9494
{
95-
"url": "http://www.dnd5eapi.co/api/skills/2",
95+
"ref": "skills/2",
9696
"name": "Animal Handling"
9797
},
9898
{
99-
"url": "http://www.dnd5eapi.co/api/skills/7",
99+
"ref": "skills/7",
100100
"name": "Insight"
101101
},
102102
{
103-
"url": "http://www.dnd5eapi.co/api/skills/10",
103+
"ref": "skills/10",
104104
"name": "Medicine"
105105
},
106106
{
107-
"url": "http://www.dnd5eapi.co/api/skills/12",
107+
"ref": "skills/12",
108108
"name": "Perception"
109109
},
110110
{
111-
"url": "http://www.dnd5eapi.co/api/skills/18",
111+
"ref": "skills/18",
112112
"name": "Survival"
113113
}
114114
],
115115
"url": "http://www.dnd5eapi.co/api/ability-scores/5"
116116
},
117117
{
118-
"index": 6,
118+
"id": "6",
119119
"name": "CHA",
120120
"full_name": "Charisma",
121121
"desc": [
@@ -124,19 +124,19 @@
124124
],
125125
"skills": [
126126
{
127-
"url": "http://www.dnd5eapi.co/api/skills/5",
127+
"ref": "skills/5",
128128
"name": "Deception"
129129
},
130130
{
131-
"url": "http://www.dnd5eapi.co/api/skills/8",
131+
"ref": "skills/8",
132132
"name": "Intimidation"
133133
},
134134
{
135-
"url": "http://www.dnd5eapi.co/api/skills/13",
135+
"ref": "skills/13",
136136
"name": "Performance"
137137
},
138138
{
139-
"url": "http://www.dnd5eapi.co/api/skills/14",
139+
"ref": "skills/14",
140140
"name": "Persuasion"
141141
}
142142
],

0 commit comments

Comments
 (0)