|
@@ -14,7 +14,7 @@ GAME = Game(
|
14
|
14
|
# -----------------------------------------------------------------------------
|
15
|
15
|
EVERYONE = [
|
16
|
16
|
Character(
|
17
|
|
- smashggid = None,
|
|
17
|
+ smashggid = 1,
|
18
|
18
|
name = "bowser",
|
19
|
19
|
codenames = [ "bowser", ],
|
20
|
20
|
res_urls = {
|
|
@@ -24,7 +24,7 @@ EVERYONE = [
|
24
|
24
|
},
|
25
|
25
|
),
|
26
|
26
|
Character(
|
27
|
|
- smashggid = None,
|
|
27
|
+ smashggid = 2,
|
28
|
28
|
name = "captain falcon",
|
29
|
29
|
codenames = [ "captain", ],
|
30
|
30
|
res_urls = {
|
|
@@ -34,7 +34,7 @@ EVERYONE = [
|
34
|
34
|
},
|
35
|
35
|
),
|
36
|
36
|
Character(
|
37
|
|
- smashggid = None,
|
|
37
|
+ smashggid = 3,
|
38
|
38
|
name = "donkey kong",
|
39
|
39
|
codenames = [ "donkey", ],
|
40
|
40
|
res_urls = {
|
|
@@ -74,7 +74,7 @@ EVERYONE = [
|
74
|
74
|
},
|
75
|
75
|
),
|
76
|
76
|
Character(
|
77
|
|
- smashggid = None,
|
|
77
|
+ smashggid = 7,
|
78
|
78
|
name = "ganondorf",
|
79
|
79
|
codenames = [ "ganondorf", ],
|
80
|
80
|
res_urls = {
|
|
@@ -94,7 +94,7 @@ EVERYONE = [
|
94
|
94
|
},
|
95
|
95
|
),
|
96
|
96
|
Character(
|
97
|
|
- smashggid = None,
|
|
97
|
+ smashggid = 9,
|
98
|
98
|
name = "jigglypuff",
|
99
|
99
|
codenames = [ "jigglypuff", ],
|
100
|
100
|
res_urls = {
|
|
@@ -104,7 +104,7 @@ EVERYONE = [
|
104
|
104
|
},
|
105
|
105
|
),
|
106
|
106
|
Character(
|
107
|
|
- smashggid = None,
|
|
107
|
+ smashggid = 10,
|
108
|
108
|
name = "kirby",
|
109
|
109
|
codenames = [ "kirby", ],
|
110
|
110
|
res_urls = {
|
|
@@ -114,7 +114,7 @@ EVERYONE = [
|
114
|
114
|
},
|
115
|
115
|
),
|
116
|
116
|
Character(
|
117
|
|
- smashggid = None,
|
|
117
|
+ smashggid = 11,
|
118
|
118
|
name = "link",
|
119
|
119
|
codenames = [ "link", ],
|
120
|
120
|
res_urls = {
|
|
@@ -134,7 +134,7 @@ EVERYONE = [
|
134
|
134
|
},
|
135
|
135
|
),
|
136
|
136
|
Character(
|
137
|
|
- smashggid = None,
|
|
137
|
+ smashggid = 13,
|
138
|
138
|
name = "mario",
|
139
|
139
|
codenames = [ "mario", ],
|
140
|
140
|
res_urls = {
|
|
@@ -144,7 +144,7 @@ EVERYONE = [
|
144
|
144
|
},
|
145
|
145
|
),
|
146
|
146
|
Character(
|
147
|
|
- smashggid = None,
|
|
147
|
+ smashggid = 14,
|
148
|
148
|
name = "marth",
|
149
|
149
|
codenames = [ "marth", ],
|
150
|
150
|
res_urls = {
|
|
@@ -164,7 +164,17 @@ EVERYONE = [
|
164
|
164
|
},
|
165
|
165
|
),
|
166
|
166
|
Character(
|
167
|
|
- smashggid = None,
|
|
167
|
+ smashggid = 16,
|
|
168
|
+ name = "mr game and watch",
|
|
169
|
+ codenames = [ "game", "mrgameandwatch", ],
|
|
170
|
+ res_urls = {
|
|
171
|
+ "smashlyon": [
|
|
172
|
+ "https://resources.smashlyon.com/melee/game.zip",
|
|
173
|
+ ],
|
|
174
|
+ },
|
|
175
|
+ ),
|
|
176
|
+ Character(
|
|
177
|
+ smashggid = 17,
|
168
|
178
|
name = "ness",
|
169
|
179
|
codenames = [ "ness", ],
|
170
|
180
|
res_urls = {
|
|
@@ -184,7 +194,7 @@ EVERYONE = [
|
184
|
194
|
},
|
185
|
195
|
),
|
186
|
196
|
Character(
|
187
|
|
- smashggid = None,
|
|
197
|
+ smashggid = 19,
|
188
|
198
|
name = "pichu",
|
189
|
199
|
codenames = [ "pichu", ],
|
190
|
200
|
res_urls = {
|
|
@@ -194,7 +204,7 @@ EVERYONE = [
|
194
|
204
|
},
|
195
|
205
|
),
|
196
|
206
|
Character(
|
197
|
|
- smashggid = None,
|
|
207
|
+ smashggid = 20,
|
198
|
208
|
name = "pikachu",
|
199
|
209
|
codenames = [ "pikachu", ],
|
200
|
210
|
res_urls = {
|
|
@@ -204,7 +214,7 @@ EVERYONE = [
|
204
|
214
|
},
|
205
|
215
|
),
|
206
|
216
|
Character(
|
207
|
|
- smashggid = None,
|
|
217
|
+ smashggid = 21,
|
208
|
218
|
name = "roy",
|
209
|
219
|
codenames = [ "roy", ],
|
210
|
220
|
res_urls = {
|
|
@@ -234,7 +244,7 @@ EVERYONE = [
|
234
|
244
|
},
|
235
|
245
|
),
|
236
|
246
|
Character(
|
237
|
|
- smashggid = None,
|
|
247
|
+ smashggid = 24,
|
238
|
248
|
name = "yoshi",
|
239
|
249
|
codenames = [ "yoshi", ],
|
240
|
250
|
res_urls = {
|
|
@@ -254,7 +264,7 @@ EVERYONE = [
|
254
|
264
|
},
|
255
|
265
|
),
|
256
|
266
|
Character(
|
257
|
|
- smashggid = None,
|
|
267
|
+ smashggid = 26,
|
258
|
268
|
name = "zelda",
|
259
|
269
|
codenames = [ "zelda", ],
|
260
|
270
|
res_urls = {
|
|
@@ -263,15 +273,5 @@ EVERYONE = [
|
263
|
273
|
],
|
264
|
274
|
},
|
265
|
275
|
),
|
266
|
|
- Character(
|
267
|
|
- smashggid = None,
|
268
|
|
- name = "mr game and watch",
|
269
|
|
- codenames = [ "game", "mrgameandwatch", ],
|
270
|
|
- res_urls = {
|
271
|
|
- "smashlyon": [
|
272
|
|
- "https://resources.smashlyon.com/melee/game.zip",
|
273
|
|
- ],
|
274
|
|
- },
|
275
|
|
- ),
|
276
|
276
|
]
|
277
|
277
|
|