-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
97 lines (97 loc) · 2.15 KB
/
db.json
File metadata and controls
97 lines (97 loc) · 2.15 KB
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
{
"arcs": [
{
"id": "1",
"name": "Romance Dawn",
"saga": "East Blue",
"episodes": "1–3",
"mainLocation": "Foosha Village",
"mainVillain": "Alvida",
"strawHatsJoined": [
"Monkey D. Luffy",
"Roronoa Zoro"
]
},
{
"id": "2",
"name": "Orange Town",
"saga": "East Blue",
"episodes": "4–8",
"mainLocation": "Orange Town",
"mainVillain": "Buggy",
"strawHatsJoined": [
"Nami"
]
},
{
"id": "3",
"name": "Arlong Park",
"saga": "East Blue",
"episodes": "31–44",
"mainLocation": "Arlong Park",
"mainVillain": "Arlong",
"strawHatsJoined": [
"Nami"
],
"iconicMoment": "Luffy places his hat on Nami"
},
{
"id": "4",
"name": "Alabasta",
"saga": "Alabasta Saga",
"episodes": "92–130",
"mainLocation": "Kingdom of Alabasta",
"mainVillain": "Crocodile",
"strawHatsJoined": [
"Nico Robin"
]
},
{
"id": "5",
"name": "Enies Lobby",
"saga": "Water 7 Saga",
"episodes": "264–312",
"mainLocation": "Enies Lobby",
"mainVillain": "Rob Lucci",
"iconicMoment": "I Want to Live",
"powerUps": [
"Gear Second",
"Gear Third"
]
},
{
"id": "6",
"name": "Marineford",
"saga": "Summit War Saga",
"episodes": "457–489",
"mainLocation": "Marineford",
"mainVillain": "Navy & Blackbeard",
"majorDeath": "Portgas D. Ace"
},
{
"id": "7",
"name": "Dressrosa",
"saga": "Dressrosa Saga",
"episodes": "629–746",
"mainLocation": "Dressrosa",
"mainVillain": "Donquixote Doflamingo",
"newAllies": [
"Trafalgar Law",
"Straw Hat Grand Fleet"
]
},
{
"id": "8",
"name": "Wano Country",
"saga": "Four Emperors Saga",
"episodes": "890–present",
"mainLocation": "Wano",
"mainVillain": "Kaido",
"powerUps": [
"Advanced Haki",
"Gear Fifth"
]
}
],
"$schema": "./node_modules/json-server/schema.json"
}