-
Notifications
You must be signed in to change notification settings - Fork 23
/
tales_mainline_games.json
123 lines (123 loc) · 3.39 KB
/
tales_mainline_games.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
{
"talesGames": [
{
"id": 0,
"title": "Tales of Phantasia",
"yearReleased": 1995,
"mainCharacter": "Cress Albane",
"playableCharacterCount": 6
},
{
"id": 1,
"title": "Tales of Destiny",
"yearReleased": 1997,
"mainCharacter": "Stahn Aileron",
"playableCharacterCount": 10
},
{
"id": 2,
"title": "Tales of Eternia",
"yearReleased": 2000,
"mainCharacter": "Reid Hershel",
"playableCharacterCount": 7
},
{
"id": 3,
"title": "Tales of Destiny 2",
"yearReleased": 2002,
"mainCharacter": "Kyle Dunamis",
"playableCharacterCount": 6
},
{
"id": 4,
"title": "Tales of Symphonia",
"yearReleased": 2003,
"mainCharacter": "Lloyd Irving",
"playableCharacterCount": 8
},
{
"id": 5,
"title": "Tales of Rebirth",
"yearReleased": 2004,
"mainCharacter": "Veigue Lungber",
"playableCharacterCount": 8
},
{
"id": 6,
"title": "Tales of Legendia",
"yearReleased": 2005,
"mainCharacter": "Seriel Coolidge",
"playableCharacterCount": 8
},
{
"id": 7,
"title": "Tales of the Abyss",
"yearReleased": 2005,
"mainCharacter": "Luke fon Fabre",
"playableCharacterCount": 6
},
{
"id": 8,
"title": "Tales of Innocence",
"yearReleased": 2007,
"mainCharacter": "Ruca Milde",
"playableCharacterCount": 8
},
{
"id": 9,
"title": "Tales of Vesperia",
"yearReleased": 2008,
"mainCharacter": "Yuri Lowell",
"playableCharacterCount": 9
},
{
"id": 10,
"title": "Tales of Hearts",
"yearReleased": 2008,
"mainCharacter": "Kor Meteor",
"playableCharacterCount": 8
},
{
"id": 11,
"title": "Tales of Graces",
"yearReleased": 2009,
"mainCharacter": "Asbel Lhant",
"playableCharacterCount": 7
},
{
"id": 12,
"title": "Tales of Xillia",
"yearReleased": 2011,
"mainCharacter": "Jude Mathis",
"playableCharacterCount": 6
},
{
"id": 13,
"title": "Tales of Xillia 2",
"yearReleased": 2012,
"mainCharacter": "Ludger Kresnik",
"playableCharacterCount": 11
},
{
"id": 14,
"title": "Tales of Zestiria",
"yearReleased": 2016,
"mainCharacter": "Sorey",
"playableCharacterCount": 8
},
{
"id": 15,
"title": "Tales of Berseria",
"yearReleased": 2016,
"mainCharacter": "Velvet Crowe",
"playableCharacterCount": 6
},
{
"id": 16,
"title": "Tales of Arise",
"yearReleased": 2021,
"mainCharacter": "Alphen",
"playableCharacterCount": 6
},
]
}