hlockey 4 → 6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/data/election.json +20 -0
- data/data/information.json +5 -0
- data/data/league.json +1984 -0
- data/data/links.json +5 -0
- data/data/previous_election_results.json +98 -0
- data/lib/hlockey/actions.rb +22 -0
- data/lib/hlockey/constants.rb +6 -0
- data/lib/hlockey/data.rb +6 -5
- data/lib/hlockey/game/fight.rb +35 -20
- data/lib/hlockey/game/weather/audacity.rb +20 -0
- data/lib/hlockey/game/weather/chicken.rb +57 -0
- data/lib/hlockey/game/weather/incline.rb +43 -0
- data/lib/hlockey/game/weather/stars.rb +23 -0
- data/lib/hlockey/game/weather/sunset.rb +23 -0
- data/lib/hlockey/game/weather/waves.rb +33 -0
- data/lib/hlockey/game/weather/weatherable.rb +63 -0
- data/lib/hlockey/game/weather.rb +17 -0
- data/lib/hlockey/game.rb +123 -89
- data/lib/hlockey/league.rb +68 -76
- data/lib/hlockey/message.rb +62 -62
- data/lib/hlockey/mod/fencebuilder.rb +16 -0
- data/lib/hlockey/mod/fencedestroyer.rb +16 -0
- data/lib/hlockey/mod/handholding.rb +55 -0
- data/lib/hlockey/mod/immaterial.rb +26 -0
- data/lib/hlockey/mod/locked.rb +22 -0
- data/lib/hlockey/mod/moddable.rb +49 -0
- data/lib/hlockey/mod/nonconfrontational.rb +17 -0
- data/lib/hlockey/mod/powernapper.rb +46 -0
- data/lib/hlockey/mod/punchy.rb +17 -0
- data/lib/hlockey/mod.rb +25 -0
- data/lib/hlockey/selfdescribable.rb +9 -0
- data/lib/hlockey/team/player.rb +58 -0
- data/lib/hlockey/team/stadium.rb +52 -0
- data/lib/hlockey/team.rb +66 -25
- data/lib/hlockey/utils.rb +10 -2
- data/lib/hlockey/version.rb +1 -1
- metadata +37 -19
- data/data/election.yaml +0 -21
- data/data/external/names.txt +0 -19948
- data/data/information.yaml +0 -24
- data/data/league.yaml +0 -1526
- data/data/links.yaml +0 -3
- data/data/previous_election_results.yaml +0 -59
- data/lib/hlockey/game/actions.rb +0 -27
- data/lib/hlockey/player.rb +0 -73
- data/lib/hlockey/weather.rb +0 -168
data/data/league.json
ADDED
@@ -0,0 +1,1984 @@
|
|
1
|
+
{
|
2
|
+
"start_time": [
|
3
|
+
2024,
|
4
|
+
1,
|
5
|
+
8,
|
6
|
+
17,
|
7
|
+
0,
|
8
|
+
0
|
9
|
+
],
|
10
|
+
"divisions": {
|
11
|
+
"Wet Warm": [
|
12
|
+
{
|
13
|
+
"name": "Antalya Pirates",
|
14
|
+
"color": "#0e8df4",
|
15
|
+
"emoji": "🌊",
|
16
|
+
"motto": "Sink Or Skate",
|
17
|
+
"stadium": {
|
18
|
+
"nickname": "The Moonpool",
|
19
|
+
"full_name": "The TCG Denizaslan",
|
20
|
+
"hlockey_type": "Overwater"
|
21
|
+
},
|
22
|
+
"roster": {
|
23
|
+
"lwing": {
|
24
|
+
"name": "Dandola Ernetrista",
|
25
|
+
"stats": {
|
26
|
+
"offense": 4.853894119668529,
|
27
|
+
"defense": 4.449479735191486,
|
28
|
+
"agility": 2.1529641839834275
|
29
|
+
}
|
30
|
+
},
|
31
|
+
"center": {
|
32
|
+
"name": "Tia Brie",
|
33
|
+
"stats": {
|
34
|
+
"offense": 5.776899724293082,
|
35
|
+
"defense": 2.121580794127366,
|
36
|
+
"agility": 4.962309413687464
|
37
|
+
}
|
38
|
+
},
|
39
|
+
"rwing": {
|
40
|
+
"name": "Ghabi Chadime",
|
41
|
+
"stats": {
|
42
|
+
"offense": 5.315829913210506,
|
43
|
+
"defense": 2.5011329224618417,
|
44
|
+
"agility": 2.971214160334206
|
45
|
+
}
|
46
|
+
},
|
47
|
+
"ldef": {
|
48
|
+
"name": "Andy Lavin",
|
49
|
+
"stats": {
|
50
|
+
"offense": 1.9793587953946443,
|
51
|
+
"defense": 2.5556909917978983,
|
52
|
+
"agility": 3.3705986382079693
|
53
|
+
}
|
54
|
+
},
|
55
|
+
"goalie": {
|
56
|
+
"name": "Isill Yada",
|
57
|
+
"stats": {
|
58
|
+
"offense": 1.4355575981002127,
|
59
|
+
"defense": 5.075,
|
60
|
+
"agility": 5.121281624819456
|
61
|
+
}
|
62
|
+
},
|
63
|
+
"rdef": {
|
64
|
+
"name": "Dhaim Aden",
|
65
|
+
"stats": {
|
66
|
+
"offense": 3.177560314027939,
|
67
|
+
"defense": 5.171052034583812,
|
68
|
+
"agility": 3.6947436063627426
|
69
|
+
}
|
70
|
+
}
|
71
|
+
},
|
72
|
+
"shadows": [
|
73
|
+
{
|
74
|
+
"name": "Dannae Vine",
|
75
|
+
"stats": {
|
76
|
+
"offense": 2.634207780349893,
|
77
|
+
"defense": 2.4832577619085847,
|
78
|
+
"agility": 3.3599680789417916
|
79
|
+
}
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"name": "Elenbiresa Fae",
|
83
|
+
"stats": {
|
84
|
+
"offense": 1.243093612350243,
|
85
|
+
"defense": 2.5104625060121903,
|
86
|
+
"agility": 3.2955973701617594
|
87
|
+
}
|
88
|
+
},
|
89
|
+
{
|
90
|
+
"name": "Zane Jus",
|
91
|
+
"stats": {
|
92
|
+
"offense": 1.6499235480000687,
|
93
|
+
"defense": 2.870694987829467,
|
94
|
+
"agility": 3.9969464945949182
|
95
|
+
}
|
96
|
+
},
|
97
|
+
{
|
98
|
+
"name": "Valorgerie Phy",
|
99
|
+
"stats": {
|
100
|
+
"offense": 3.7935523039960355,
|
101
|
+
"defense": 3.325430339879921,
|
102
|
+
"agility": 3.351069510981418
|
103
|
+
},
|
104
|
+
"mods": [
|
105
|
+
"Powernapper"
|
106
|
+
]
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"name": "Bihemenaia Adalios",
|
110
|
+
"stats": {
|
111
|
+
"offense": 3.217530346234611,
|
112
|
+
"defense": 2.25565899622777,
|
113
|
+
"agility": 3.6276645585091423
|
114
|
+
}
|
115
|
+
}
|
116
|
+
]
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"name": "Baden Hallucinations",
|
120
|
+
"color": "#fc1cdc",
|
121
|
+
"emoji": "🍄",
|
122
|
+
"motto": "Now You See Us, Now You Don't",
|
123
|
+
"evolutions": 1,
|
124
|
+
"stadium": {
|
125
|
+
"nickname": "The Bathtub",
|
126
|
+
"full_name": "The 24 Baden + Bath, UK Arena and Hallucinatorium",
|
127
|
+
"description": "A large and confusing arena that, despite only having one entrance and exit, exists in all 24 cities named Baden (and Bath, UK, the honorary Baden). While the hallways within most resemble an M.C. Escher painting, you will always end up where you need to be eventually. (You will always be about half a second too late, though, this is being worked on by our resident giraffe.)",
|
128
|
+
"hlockey_type": "Whichever you don't want"
|
129
|
+
},
|
130
|
+
"roster": {
|
131
|
+
"lwing": {
|
132
|
+
"name": "Afiela Ba",
|
133
|
+
"stats": {
|
134
|
+
"offense": 1.0647965018144545,
|
135
|
+
"defense": 0.15771792312025235,
|
136
|
+
"agility": 3.9622505477254926
|
137
|
+
},
|
138
|
+
"mods": [
|
139
|
+
"Immaterial"
|
140
|
+
]
|
141
|
+
},
|
142
|
+
"center": {
|
143
|
+
"name": "Lildee Mel",
|
144
|
+
"stats": {
|
145
|
+
"offense": 4.609127633872457,
|
146
|
+
"defense": 2.8907636487635453,
|
147
|
+
"agility": 4.291954786398901
|
148
|
+
},
|
149
|
+
"mods": [
|
150
|
+
"Immaterial"
|
151
|
+
]
|
152
|
+
},
|
153
|
+
"rwing": {
|
154
|
+
"name": "Veristi Marrethunk",
|
155
|
+
"stats": {
|
156
|
+
"offense": 4.75972594502127,
|
157
|
+
"defense": 3.511238461971484,
|
158
|
+
"agility": 2.3231077061887135
|
159
|
+
},
|
160
|
+
"mods": [
|
161
|
+
"Immaterial"
|
162
|
+
]
|
163
|
+
},
|
164
|
+
"ldef": {
|
165
|
+
"name": "Domienie Arma",
|
166
|
+
"stats": {
|
167
|
+
"offense": 1.1180132581242483,
|
168
|
+
"defense": 4.352083217603204,
|
169
|
+
"agility": 2.9203022169632096
|
170
|
+
},
|
171
|
+
"mods": [
|
172
|
+
"Immaterial"
|
173
|
+
]
|
174
|
+
},
|
175
|
+
"goalie": {
|
176
|
+
"name": "Weslyn Yuk",
|
177
|
+
"stats": {
|
178
|
+
"offense": 0.9209807741900036,
|
179
|
+
"defense": 3.4406502023567067,
|
180
|
+
"agility": 3.0658962497600766
|
181
|
+
},
|
182
|
+
"mods": [
|
183
|
+
"Immaterial"
|
184
|
+
]
|
185
|
+
},
|
186
|
+
"rdef": {
|
187
|
+
"name": "Samuele Todran",
|
188
|
+
"stats": {
|
189
|
+
"offense": 4.230134443291376,
|
190
|
+
"defense": 3.0454220412646245,
|
191
|
+
"agility": 1.2457787766329795
|
192
|
+
},
|
193
|
+
"mods": [
|
194
|
+
"Immaterial"
|
195
|
+
]
|
196
|
+
}
|
197
|
+
},
|
198
|
+
"shadows": [
|
199
|
+
{
|
200
|
+
"name": "Canebria Egillenne",
|
201
|
+
"stats": {
|
202
|
+
"offense": 3.714140486182899,
|
203
|
+
"defense": 4.045388061239939,
|
204
|
+
"agility": -0.5150634152527584
|
205
|
+
},
|
206
|
+
"mods": [
|
207
|
+
"Immaterial"
|
208
|
+
]
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"name": "Junanie Mara",
|
212
|
+
"stats": {
|
213
|
+
"offense": 3.6539343283885044,
|
214
|
+
"defense": -0.09453504090592618,
|
215
|
+
"agility": 1.8468264856316492
|
216
|
+
},
|
217
|
+
"mods": [
|
218
|
+
"Immaterial"
|
219
|
+
]
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"name": "Dhamidane Cam",
|
223
|
+
"stats": {
|
224
|
+
"offense": 0.25173620117762696,
|
225
|
+
"defense": 0.678480438265948,
|
226
|
+
"agility": 0.8045087041771295
|
227
|
+
},
|
228
|
+
"mods": [
|
229
|
+
"Immaterial"
|
230
|
+
]
|
231
|
+
},
|
232
|
+
{
|
233
|
+
"name": "Bhabielf Ace",
|
234
|
+
"stats": {
|
235
|
+
"offense": 1.956949752604186,
|
236
|
+
"defense": 2.1414007713640175,
|
237
|
+
"agility": 0.7347089004341223
|
238
|
+
},
|
239
|
+
"mods": [
|
240
|
+
"Immaterial"
|
241
|
+
]
|
242
|
+
}
|
243
|
+
]
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"name": "Kópavogur Seals",
|
247
|
+
"color": "#738fa5",
|
248
|
+
"emoji": "🦭",
|
249
|
+
"motto": "Your Fate Is Sealed",
|
250
|
+
"stadium": {
|
251
|
+
"nickname": "The Lagoon",
|
252
|
+
"full_name": "Kópavogur Coastal Hot Springs and Hlockey Stadium",
|
253
|
+
"hlockey_type": "Ice"
|
254
|
+
},
|
255
|
+
"roster": {
|
256
|
+
"lwing": {
|
257
|
+
"name": "Lorlenn Kath",
|
258
|
+
"stats": {
|
259
|
+
"offense": 2.879121223503016,
|
260
|
+
"defense": 6.013104654558497,
|
261
|
+
"agility": 6.958902336928135
|
262
|
+
}
|
263
|
+
},
|
264
|
+
"center": {
|
265
|
+
"name": "Don Sta",
|
266
|
+
"stats": {
|
267
|
+
"offense": 0.5941370528222538,
|
268
|
+
"defense": 2.095352665946084,
|
269
|
+
"agility": 5.006505031326723
|
270
|
+
}
|
271
|
+
},
|
272
|
+
"rwing": {
|
273
|
+
"name": "Baher Fabi",
|
274
|
+
"stats": {
|
275
|
+
"offense": 4.219858850394737,
|
276
|
+
"defense": 2.8897760738301947,
|
277
|
+
"agility": 5.112079036546893
|
278
|
+
}
|
279
|
+
},
|
280
|
+
"ldef": {
|
281
|
+
"name": "Edi Fod",
|
282
|
+
"stats": {
|
283
|
+
"offense": 3.056266017795206,
|
284
|
+
"defense": 3.3848599341401986,
|
285
|
+
"agility": 3.899533174879813
|
286
|
+
}
|
287
|
+
},
|
288
|
+
"goalie": {
|
289
|
+
"name": "Eddie Cle",
|
290
|
+
"stats": {
|
291
|
+
"offense": 7.166397763307629,
|
292
|
+
"defense": 4.9950640783190865,
|
293
|
+
"agility": 1.6157199825369486
|
294
|
+
},
|
295
|
+
"mods": [
|
296
|
+
"Fencebuilder"
|
297
|
+
]
|
298
|
+
},
|
299
|
+
"rdef": {
|
300
|
+
"name": "Nganna Elvena",
|
301
|
+
"stats": {
|
302
|
+
"offense": 3.0546845639537707,
|
303
|
+
"defense": 1.0671600630181706,
|
304
|
+
"agility": 7.022289435945402
|
305
|
+
}
|
306
|
+
}
|
307
|
+
},
|
308
|
+
"shadows": [
|
309
|
+
{
|
310
|
+
"name": "Edgartie Shel",
|
311
|
+
"stats": {
|
312
|
+
"offense": 3.2211635797428047,
|
313
|
+
"defense": 5.324685194544625,
|
314
|
+
"agility": 0.7499977903064976
|
315
|
+
}
|
316
|
+
},
|
317
|
+
{
|
318
|
+
"name": "Beany Genella",
|
319
|
+
"stats": {
|
320
|
+
"offense": 3.166235892974232,
|
321
|
+
"defense": 2.4983063853307703,
|
322
|
+
"agility": 3.885670283699013
|
323
|
+
}
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"name": "Dallahadel Dhak",
|
327
|
+
"stats": {
|
328
|
+
"offense": 1.6856681008155023,
|
329
|
+
"defense": 4.126068530820148,
|
330
|
+
"agility": -1.3228263093260857
|
331
|
+
}
|
332
|
+
}
|
333
|
+
]
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"name": "Lagos Soup",
|
337
|
+
"color": "#b4814c",
|
338
|
+
"emoji": "🥣",
|
339
|
+
"motto": "Souped Up",
|
340
|
+
"stadium": {
|
341
|
+
"nickname": "The Bowl",
|
342
|
+
"full_name": "Lagos Community Kitchen",
|
343
|
+
"hlockey_type": "Ice"
|
344
|
+
},
|
345
|
+
"roster": {
|
346
|
+
"lwing": {
|
347
|
+
"name": "Rice Minda",
|
348
|
+
"stats": {
|
349
|
+
"offense": 4.067640552908838,
|
350
|
+
"defense": 5.892210647903481,
|
351
|
+
"agility": 3.6749652488029207
|
352
|
+
}
|
353
|
+
},
|
354
|
+
"center": {
|
355
|
+
"name": "Ronelani Marjorisey",
|
356
|
+
"stats": {
|
357
|
+
"offense": 3.3113250809896497,
|
358
|
+
"defense": 5.958312554102357,
|
359
|
+
"agility": 2.9341841123305383
|
360
|
+
}
|
361
|
+
},
|
362
|
+
"rwing": {
|
363
|
+
"name": "Kena Jana",
|
364
|
+
"stats": {
|
365
|
+
"offense": 5.836722745802704,
|
366
|
+
"defense": -0.009691034015633426,
|
367
|
+
"agility": 0.5178680605294488
|
368
|
+
}
|
369
|
+
},
|
370
|
+
"ldef": {
|
371
|
+
"name": "Evaredra Mado",
|
372
|
+
"stats": {
|
373
|
+
"offense": -0.0323781581494032,
|
374
|
+
"defense": 4.291838019101465,
|
375
|
+
"agility": 4.314708613788861
|
376
|
+
}
|
377
|
+
},
|
378
|
+
"goalie": {
|
379
|
+
"name": "Myl Roseba",
|
380
|
+
"stats": {
|
381
|
+
"offense": 2.1122935409560166,
|
382
|
+
"defense": 5.407390568364985,
|
383
|
+
"agility": 5.992640962437721
|
384
|
+
}
|
385
|
+
},
|
386
|
+
"rdef": {
|
387
|
+
"name": "Cecena Bina",
|
388
|
+
"stats": {
|
389
|
+
"offense": 2.3648347451514184,
|
390
|
+
"defense": 3.7393156462021926,
|
391
|
+
"agility": 3.7477054473488853
|
392
|
+
}
|
393
|
+
}
|
394
|
+
},
|
395
|
+
"shadows": [
|
396
|
+
{
|
397
|
+
"name": "Gena Gegoreno",
|
398
|
+
"stats": {
|
399
|
+
"offense": 1.357479122989442,
|
400
|
+
"defense": -0.13873447690946267,
|
401
|
+
"agility": 1.7488354010684914
|
402
|
+
}
|
403
|
+
},
|
404
|
+
{
|
405
|
+
"name": "Aba Fiaseidimo",
|
406
|
+
"stats": {
|
407
|
+
"offense": 3.6239047494232337,
|
408
|
+
"defense": 1.8998878631681753,
|
409
|
+
"agility": 3.6892230328790054
|
410
|
+
}
|
411
|
+
},
|
412
|
+
{
|
413
|
+
"name": "Lyn Vina",
|
414
|
+
"stats": {
|
415
|
+
"offense": 5.414770407146569,
|
416
|
+
"defense": 0.9642728574908503,
|
417
|
+
"agility": 1.8195664349934124
|
418
|
+
}
|
419
|
+
}
|
420
|
+
]
|
421
|
+
},
|
422
|
+
{
|
423
|
+
"name": "Pica Acid",
|
424
|
+
"color": "#519d07",
|
425
|
+
"emoji": "🧪",
|
426
|
+
"motto": "Trust The Citrus",
|
427
|
+
"stadium": {
|
428
|
+
"nickname": "The Biohazard",
|
429
|
+
"full_name": "Pica Hlockey Stadium and Waste Management Facility",
|
430
|
+
"description": "A street that smells oddly like citrus. Acid flows from its drains and gutters. There is a rumor spread by visitors that the acid has a pleasant lime flavor.",
|
431
|
+
"hlockey_type": "Street"
|
432
|
+
},
|
433
|
+
"roster": {
|
434
|
+
"lwing": {
|
435
|
+
"name": "Bea Roshina",
|
436
|
+
"stats": {
|
437
|
+
"offense": 3.608544857490023,
|
438
|
+
"defense": 3.242938202188162,
|
439
|
+
"agility": 6.606786873412223
|
440
|
+
}
|
441
|
+
},
|
442
|
+
"center": {
|
443
|
+
"name": "Tandina Grah",
|
444
|
+
"stats": {
|
445
|
+
"offense": -0.26785421697276607,
|
446
|
+
"defense": 5.408067436979279,
|
447
|
+
"agility": 2.1961431375521854
|
448
|
+
}
|
449
|
+
},
|
450
|
+
"rwing": {
|
451
|
+
"name": "Domethan Betty",
|
452
|
+
"stats": {
|
453
|
+
"offense": 2.621956051279454,
|
454
|
+
"defense": 2.2831522866761254,
|
455
|
+
"agility": 6.007013688411811
|
456
|
+
}
|
457
|
+
},
|
458
|
+
"ldef": {
|
459
|
+
"name": "Ciborgarci Fela",
|
460
|
+
"stats": {
|
461
|
+
"offense": 1.9270064530587432,
|
462
|
+
"defense": 2.365470960133974,
|
463
|
+
"agility": 4.729721702299591
|
464
|
+
}
|
465
|
+
},
|
466
|
+
"goalie": {
|
467
|
+
"name": "Egi Fdia",
|
468
|
+
"stats": {
|
469
|
+
"offense": 2.310503141096339,
|
470
|
+
"defense": 5.530567239402629,
|
471
|
+
"agility": 3.867733551801437
|
472
|
+
}
|
473
|
+
},
|
474
|
+
"rdef": {
|
475
|
+
"name": "Megren Ethawndie",
|
476
|
+
"stats": {
|
477
|
+
"offense": 4.016782560410169,
|
478
|
+
"defense": 0.519680368668406,
|
479
|
+
"agility": 6.414582454870929
|
480
|
+
}
|
481
|
+
}
|
482
|
+
},
|
483
|
+
"shadows": [
|
484
|
+
{
|
485
|
+
"name": "Mohana Mada",
|
486
|
+
"stats": {
|
487
|
+
"offense": 1.1979198809984188,
|
488
|
+
"defense": 4.8739119418328825,
|
489
|
+
"agility": 2.697644544633245
|
490
|
+
}
|
491
|
+
},
|
492
|
+
{
|
493
|
+
"name": "Adel Dhadolahim",
|
494
|
+
"stats": {
|
495
|
+
"offense": 3.379408849924698,
|
496
|
+
"defense": 4.5,
|
497
|
+
"agility": 3.208326161494627
|
498
|
+
}
|
499
|
+
},
|
500
|
+
{
|
501
|
+
"name": "Saula Murika",
|
502
|
+
"stats": {
|
503
|
+
"offense": 4.004300868853074,
|
504
|
+
"defense": 1.9322336424454407,
|
505
|
+
"agility": 2.8150817028613155
|
506
|
+
}
|
507
|
+
},
|
508
|
+
{
|
509
|
+
"name": "Onisa Elsikeeder",
|
510
|
+
"stats": {
|
511
|
+
"offense": 4.62819660290047,
|
512
|
+
"defense": 2.23101243973753,
|
513
|
+
"agility": 2.8687937732542395
|
514
|
+
},
|
515
|
+
"mods": [
|
516
|
+
"Powernapper"
|
517
|
+
]
|
518
|
+
}
|
519
|
+
]
|
520
|
+
}
|
521
|
+
],
|
522
|
+
"Dry Warm": [
|
523
|
+
{
|
524
|
+
"name": "Dawson City Impostors",
|
525
|
+
"color": "#f74d4e",
|
526
|
+
"emoji": "🔪",
|
527
|
+
"motto": "We're Behind You",
|
528
|
+
"stadium": {
|
529
|
+
"nickname": "The Normal Place",
|
530
|
+
"full_name": "Tribute Arena",
|
531
|
+
"hlockey_type": "\"Ice\""
|
532
|
+
},
|
533
|
+
"roster": {
|
534
|
+
"lwing": {
|
535
|
+
"name": "Ahiurtx Chak",
|
536
|
+
"stats": {
|
537
|
+
"offense": 1.5953036861770202,
|
538
|
+
"defense": 4.181710120658707,
|
539
|
+
"agility": 3.7132419084441426
|
540
|
+
}
|
541
|
+
},
|
542
|
+
"center": {
|
543
|
+
"name": "Wal Carine",
|
544
|
+
"stats": {
|
545
|
+
"offense": 4.900228316595542,
|
546
|
+
"defense": 4.397027056181463,
|
547
|
+
"agility": 4.673686103175517
|
548
|
+
},
|
549
|
+
"mods": [
|
550
|
+
"Punchy"
|
551
|
+
]
|
552
|
+
},
|
553
|
+
"rwing": {
|
554
|
+
"name": "Vanditarce Odela",
|
555
|
+
"stats": {
|
556
|
+
"offense": 4.322981019442888,
|
557
|
+
"defense": 4.8,
|
558
|
+
"agility": 1.035163687021968
|
559
|
+
}
|
560
|
+
},
|
561
|
+
"ldef": {
|
562
|
+
"name": "Faoundale Cecso",
|
563
|
+
"stats": {
|
564
|
+
"offense": 4.449267718481082,
|
565
|
+
"defense": 3.2777879953606925,
|
566
|
+
"agility": 4.177553782354861
|
567
|
+
}
|
568
|
+
},
|
569
|
+
"goalie": {
|
570
|
+
"name": "Sha Carle",
|
571
|
+
"stats": {
|
572
|
+
"offense": 3.4015225874962907,
|
573
|
+
"defense": 5.164593355375425,
|
574
|
+
"agility": 0.8327534620691981
|
575
|
+
}
|
576
|
+
},
|
577
|
+
"rdef": {
|
578
|
+
"name": "Alommee Oth",
|
579
|
+
"stats": {
|
580
|
+
"offense": 3.996783201890234,
|
581
|
+
"defense": 4.4191573076562225,
|
582
|
+
"agility": 1.2322273365256755
|
583
|
+
}
|
584
|
+
}
|
585
|
+
},
|
586
|
+
"shadows": [
|
587
|
+
{
|
588
|
+
"name": "Akisha Elsianda",
|
589
|
+
"stats": {
|
590
|
+
"offense": 2.989309699332672,
|
591
|
+
"defense": 2.4214684811713667,
|
592
|
+
"agility": 0.9733461045372629
|
593
|
+
}
|
594
|
+
},
|
595
|
+
{
|
596
|
+
"name": "Lin Carb",
|
597
|
+
"stats": {
|
598
|
+
"offense": 2.9490807472967058,
|
599
|
+
"defense": 1.500378632363945,
|
600
|
+
"agility": 1.7077342281045647
|
601
|
+
}
|
602
|
+
},
|
603
|
+
{
|
604
|
+
"name": "Ierre Gera",
|
605
|
+
"stats": {
|
606
|
+
"offense": 0.8980564319690196,
|
607
|
+
"defense": 1.2659554757437117,
|
608
|
+
"agility": 5.008729989671992
|
609
|
+
}
|
610
|
+
},
|
611
|
+
{
|
612
|
+
"name": "Cañary Daj",
|
613
|
+
"stats": {
|
614
|
+
"offense": 3.0611700252924985,
|
615
|
+
"defense": 3.2428583344956508,
|
616
|
+
"agility": 3.0246731785729395
|
617
|
+
}
|
618
|
+
},
|
619
|
+
{
|
620
|
+
"name": "Dica Hage",
|
621
|
+
"stats": {
|
622
|
+
"offense": 0.6355138089378056,
|
623
|
+
"defense": 3.9262782899469277,
|
624
|
+
"agility": 0.7612739715861492
|
625
|
+
}
|
626
|
+
}
|
627
|
+
]
|
628
|
+
},
|
629
|
+
{
|
630
|
+
"name": "Erlangen Ohms",
|
631
|
+
"color": "#8e7ddf",
|
632
|
+
"emoji": "♒",
|
633
|
+
"motto": "Resistance Is Not Futile",
|
634
|
+
"stadium": {
|
635
|
+
"full_name": "The Academy at Ohmageddon",
|
636
|
+
"description": "The large, prestigious university and hlockey rink. It has the ambiance and design of a Battlebots arena with none of the safety precautions.",
|
637
|
+
"hlockey_type": "Air"
|
638
|
+
},
|
639
|
+
"roster": {
|
640
|
+
"lwing": {
|
641
|
+
"name": "Mero Rose",
|
642
|
+
"stats": {
|
643
|
+
"offense": 4.135004838177718,
|
644
|
+
"defense": 2.302380968880653,
|
645
|
+
"agility": 3.5359857077979626
|
646
|
+
}
|
647
|
+
},
|
648
|
+
"center": {
|
649
|
+
"name": "Shewenne Miline",
|
650
|
+
"stats": {
|
651
|
+
"offense": 4.325125613800632,
|
652
|
+
"defense": 3.188710627212966,
|
653
|
+
"agility": 4.8294713872824655
|
654
|
+
}
|
655
|
+
},
|
656
|
+
"rwing": {
|
657
|
+
"name": "Marg Mic",
|
658
|
+
"stats": {
|
659
|
+
"offense": 0.9017769408179033,
|
660
|
+
"defense": 4.774970161839204,
|
661
|
+
"agility": 3.927998322914585
|
662
|
+
}
|
663
|
+
},
|
664
|
+
"ldef": {
|
665
|
+
"name": "Abdenco Ben",
|
666
|
+
"stats": {
|
667
|
+
"offense": 3.6455441392000503,
|
668
|
+
"defense": 2.0901736490460285,
|
669
|
+
"agility": 3.6728913172531237
|
670
|
+
}
|
671
|
+
},
|
672
|
+
"goalie": {
|
673
|
+
"name": "Dejs Edira",
|
674
|
+
"stats": {
|
675
|
+
"offense": 2.8709002795156393,
|
676
|
+
"defense": 3.642112187195569,
|
677
|
+
"agility": 0.9889781455260642
|
678
|
+
}
|
679
|
+
},
|
680
|
+
"rdef": {
|
681
|
+
"name": "Ceireserre Cecs",
|
682
|
+
"stats": {
|
683
|
+
"offense": 1.3663265349860556,
|
684
|
+
"defense": 1.888245264462223,
|
685
|
+
"agility": 1.3174990941854838
|
686
|
+
}
|
687
|
+
}
|
688
|
+
},
|
689
|
+
"shadows": [
|
690
|
+
{
|
691
|
+
"name": "Bent Josemburmi",
|
692
|
+
"stats": {
|
693
|
+
"offense": 0.029366571626243065,
|
694
|
+
"defense": 4.864240914309329,
|
695
|
+
"agility": 1.6136092712746952
|
696
|
+
}
|
697
|
+
},
|
698
|
+
{
|
699
|
+
"name": "Dhadienbo Ceffanera",
|
700
|
+
"stats": {
|
701
|
+
"offense": 0.7180555151481116,
|
702
|
+
"defense": 3.240217247324497,
|
703
|
+
"agility": 0.24225801144551135
|
704
|
+
}
|
705
|
+
},
|
706
|
+
{
|
707
|
+
"name": "Casmon Brisevie",
|
708
|
+
"stats": {
|
709
|
+
"offense": 3.1399747439944967,
|
710
|
+
"defense": 3.072115205234527,
|
711
|
+
"agility": 0.7237393928025231
|
712
|
+
}
|
713
|
+
},
|
714
|
+
{
|
715
|
+
"name": "Nigeno Adreenvian",
|
716
|
+
"stats": {
|
717
|
+
"offense": 2.9015908392571785,
|
718
|
+
"defense": 3.7630748343722376,
|
719
|
+
"agility": 3.0937023532144545
|
720
|
+
},
|
721
|
+
"mods": [
|
722
|
+
"Powernapper"
|
723
|
+
]
|
724
|
+
}
|
725
|
+
]
|
726
|
+
},
|
727
|
+
{
|
728
|
+
"name": "Pompei Eruptions",
|
729
|
+
"color": "#f25707",
|
730
|
+
"emoji": "🌋",
|
731
|
+
"motto": "Erupt To No Good",
|
732
|
+
"stadium": {
|
733
|
+
"nickname": "The Lava Dome",
|
734
|
+
"full_name": "Caldera Coliseum",
|
735
|
+
"description": "Floating atop a pool of lava, the rink of the Caldera Coliseum somehow never melts.",
|
736
|
+
"hlockey_type": "Ice"
|
737
|
+
},
|
738
|
+
"roster": {
|
739
|
+
"lwing": {
|
740
|
+
"name": "Begrita Ednereda",
|
741
|
+
"stats": {
|
742
|
+
"offense": 3.374236468956633,
|
743
|
+
"defense": 3.872694349454339,
|
744
|
+
"agility": 3.793904477755729
|
745
|
+
}
|
746
|
+
},
|
747
|
+
"center": {
|
748
|
+
"name": "Jeaudon Roslessa",
|
749
|
+
"stats": {
|
750
|
+
"offense": 5.155908892396598,
|
751
|
+
"defense": 2.9651871703759065,
|
752
|
+
"agility": 0.8137281370281091
|
753
|
+
}
|
754
|
+
},
|
755
|
+
"rwing": {
|
756
|
+
"name": "Evetusteri Margelma",
|
757
|
+
"stats": {
|
758
|
+
"offense": 3.6790987361720666,
|
759
|
+
"defense": 4.898698229828846,
|
760
|
+
"agility": 4.401576259373926
|
761
|
+
}
|
762
|
+
},
|
763
|
+
"ldef": {
|
764
|
+
"name": "Gwen Castanda",
|
765
|
+
"stats": {
|
766
|
+
"offense": 3.7139033614711865,
|
767
|
+
"defense": 2.9942252202719883,
|
768
|
+
"agility": 4.218903707581288
|
769
|
+
}
|
770
|
+
},
|
771
|
+
"goalie": {
|
772
|
+
"name": "Lathellen Dorniquan",
|
773
|
+
"stats": {
|
774
|
+
"offense": 3.9641644268494542,
|
775
|
+
"defense": 5.466399829919679,
|
776
|
+
"agility": 3.376786388750754
|
777
|
+
}
|
778
|
+
},
|
779
|
+
"rdef": {
|
780
|
+
"name": "Yukisterin Ozielyn",
|
781
|
+
"stats": {
|
782
|
+
"offense": 4.813311671837582,
|
783
|
+
"defense": 2.9289946258026855,
|
784
|
+
"agility": 5.075987154020577
|
785
|
+
}
|
786
|
+
}
|
787
|
+
},
|
788
|
+
"shadows": [
|
789
|
+
{
|
790
|
+
"name": "Burene Nohnna",
|
791
|
+
"stats": {
|
792
|
+
"offense": 4.057443797498708,
|
793
|
+
"defense": 3.053447151495574,
|
794
|
+
"agility": 1.3972169110073829
|
795
|
+
}
|
796
|
+
},
|
797
|
+
{
|
798
|
+
"name": "Fela Chak",
|
799
|
+
"stats": {
|
800
|
+
"offense": 1.6552254142054788,
|
801
|
+
"defense": 5.232503533193345,
|
802
|
+
"agility": 1.7485761789922154
|
803
|
+
}
|
804
|
+
},
|
805
|
+
{
|
806
|
+
"name": "Ifia Giana",
|
807
|
+
"stats": {
|
808
|
+
"offense": 1.4157882001465536,
|
809
|
+
"defense": 3.5908386790949507,
|
810
|
+
"agility": 0.7965402035740374
|
811
|
+
}
|
812
|
+
}
|
813
|
+
]
|
814
|
+
},
|
815
|
+
{
|
816
|
+
"name": "Rio de Janeiro Directors",
|
817
|
+
"color": "#a38932",
|
818
|
+
"emoji": "🎦",
|
819
|
+
"motto": "No Limite!",
|
820
|
+
"stadium": {
|
821
|
+
"nickname": "O Palco",
|
822
|
+
"full_name": "Estádio de hóquei da Lagoa",
|
823
|
+
"description": "A Soundstage built on Rodrigo de Freitas Lagoon, in the shadow of Christ the Redeemer, the Directors built this Stage and Stadium for maximum flexability. The Stadium can rotate, to ensure the perfect light for any shot, and the normally open floor can be replaced with different stages for filming (and maybe gameplay).",
|
824
|
+
"hlockey_type": "Overwater"
|
825
|
+
},
|
826
|
+
"roster": {
|
827
|
+
"lwing": {
|
828
|
+
"name": "Merlen Joh",
|
829
|
+
"stats": {
|
830
|
+
"offense": 4.122086925371477,
|
831
|
+
"defense": 3.7218301397646703,
|
832
|
+
"agility": 2.581921901187051
|
833
|
+
}
|
834
|
+
},
|
835
|
+
"center": {
|
836
|
+
"name": "Carisancel Chri",
|
837
|
+
"stats": {
|
838
|
+
"offense": 5.865115716336476,
|
839
|
+
"defense": -0.09215435670337885,
|
840
|
+
"agility": 1.1147824764218766
|
841
|
+
}
|
842
|
+
},
|
843
|
+
"rwing": {
|
844
|
+
"name": "Djayaraa Afiel",
|
845
|
+
"stats": {
|
846
|
+
"offense": 4.990275410888421,
|
847
|
+
"defense": 4.064628241245554,
|
848
|
+
"agility": 1.6051208219795015
|
849
|
+
}
|
850
|
+
},
|
851
|
+
"ldef": {
|
852
|
+
"name": "Thu Loly",
|
853
|
+
"stats": {
|
854
|
+
"offense": 5.496969915661215,
|
855
|
+
"defense": 4.731893437474248,
|
856
|
+
"agility": 5.576371115545974
|
857
|
+
},
|
858
|
+
"mods": [
|
859
|
+
"Punchy"
|
860
|
+
]
|
861
|
+
},
|
862
|
+
"goalie": {
|
863
|
+
"name": "Immaed Dhaki",
|
864
|
+
"stats": {
|
865
|
+
"offense": 4.55533980565905,
|
866
|
+
"defense": 4.212224915020777,
|
867
|
+
"agility": 4.641059380978545
|
868
|
+
}
|
869
|
+
},
|
870
|
+
"rdef": {
|
871
|
+
"name": "Cassako Chricobha",
|
872
|
+
"stats": {
|
873
|
+
"offense": 0.7542374568567165,
|
874
|
+
"defense": 5.283900981185713,
|
875
|
+
"agility": 4.541515071511199
|
876
|
+
}
|
877
|
+
}
|
878
|
+
},
|
879
|
+
"shadows": [
|
880
|
+
{
|
881
|
+
"name": "Caseslia Krynorgine",
|
882
|
+
"stats": {
|
883
|
+
"offense": 1.479683326468791,
|
884
|
+
"defense": 3.44917631450195,
|
885
|
+
"agility": 1.5391638509709709
|
886
|
+
}
|
887
|
+
},
|
888
|
+
{
|
889
|
+
"name": "Luley Ora",
|
890
|
+
"stats": {
|
891
|
+
"offense": 2.498453367571585,
|
892
|
+
"defense": 1.4179100170249337,
|
893
|
+
"agility": 2.1612702553496472
|
894
|
+
}
|
895
|
+
},
|
896
|
+
{
|
897
|
+
"name": "Mbabacheas Fian",
|
898
|
+
"stats": {
|
899
|
+
"offense": 0.9570823221294502,
|
900
|
+
"defense": 4.327606871271369,
|
901
|
+
"agility": 1.8225785634792884
|
902
|
+
}
|
903
|
+
}
|
904
|
+
]
|
905
|
+
},
|
906
|
+
{
|
907
|
+
"name": "Wyrzysk Rockets",
|
908
|
+
"color": "#cb7714",
|
909
|
+
"emoji": "🚀",
|
910
|
+
"motto": "Shoot For The Moon And Even If You Miss You'll Land In W̯ͤ͝Ỵ͋͢R͉͡͠Z̟̈́͜Ỵ͋͢S̙̀̃K͕͌",
|
911
|
+
"stadium": {
|
912
|
+
"nickname": "The Kosmo-dome",
|
913
|
+
"full_name": "Silesian Planetarium",
|
914
|
+
"hlockey_type": "Jetpack"
|
915
|
+
},
|
916
|
+
"roster": {
|
917
|
+
"lwing": {
|
918
|
+
"name": "Lew Debbi",
|
919
|
+
"stats": {
|
920
|
+
"offense": 1.4270629254816891,
|
921
|
+
"defense": 5.939697532733012,
|
922
|
+
"agility": 6.072816934413971
|
923
|
+
}
|
924
|
+
},
|
925
|
+
"center": {
|
926
|
+
"name": "Gic Chak",
|
927
|
+
"stats": {
|
928
|
+
"offense": 6.091821673939858,
|
929
|
+
"defense": 6.370588755075211,
|
930
|
+
"agility": 3.1040772429197734
|
931
|
+
}
|
932
|
+
},
|
933
|
+
"rwing": {
|
934
|
+
"name": "Paud Ceco",
|
935
|
+
"stats": {
|
936
|
+
"offense": 2.9061455484428684,
|
937
|
+
"defense": 1.0179507656952338,
|
938
|
+
"agility": 5.006662113132444
|
939
|
+
}
|
940
|
+
},
|
941
|
+
"ldef": {
|
942
|
+
"name": "Edmundan Jeanta",
|
943
|
+
"stats": {
|
944
|
+
"offense": 4.65168159603292,
|
945
|
+
"defense": 6.75837201463278,
|
946
|
+
"agility": 1.84729467306752
|
947
|
+
},
|
948
|
+
"mods": [
|
949
|
+
"Fencedestroyer"
|
950
|
+
]
|
951
|
+
},
|
952
|
+
"goalie": {
|
953
|
+
"name": "Echan Kanebelah",
|
954
|
+
"stats": {
|
955
|
+
"offense": 3.500722178026747,
|
956
|
+
"defense": 0.9354108313405975,
|
957
|
+
"agility": 5.143474096000586
|
958
|
+
}
|
959
|
+
},
|
960
|
+
"rdef": {
|
961
|
+
"name": "Jon Loura",
|
962
|
+
"stats": {
|
963
|
+
"offense": 3.5866551120578647,
|
964
|
+
"defense": 6.4165666170900995,
|
965
|
+
"agility": 5.2401509076449235
|
966
|
+
},
|
967
|
+
"mods": [
|
968
|
+
"Fencedestroyer"
|
969
|
+
]
|
970
|
+
}
|
971
|
+
},
|
972
|
+
"shadows": [
|
973
|
+
{
|
974
|
+
"name": "Dhaltis Fco",
|
975
|
+
"stats": {
|
976
|
+
"offense": 3.9062011435766726,
|
977
|
+
"defense": 1.1402022343454277,
|
978
|
+
"agility": 1.7560110726874745
|
979
|
+
}
|
980
|
+
},
|
981
|
+
{
|
982
|
+
"name": "Sopardetha Purarlynor",
|
983
|
+
"stats": {
|
984
|
+
"offense": 2.39940509983695,
|
985
|
+
"defense": 1.7193123074648742,
|
986
|
+
"agility": -0.10001742379559525
|
987
|
+
}
|
988
|
+
},
|
989
|
+
{
|
990
|
+
"name": "Desakey Teonon",
|
991
|
+
"stats": {
|
992
|
+
"offense": 3.22061632441331,
|
993
|
+
"defense": 2.3486889856742974,
|
994
|
+
"agility": 4.648277681739087
|
995
|
+
}
|
996
|
+
}
|
997
|
+
]
|
998
|
+
}
|
999
|
+
],
|
1000
|
+
"Wet Cool": [
|
1001
|
+
{
|
1002
|
+
"name": "Cape Town Transplants",
|
1003
|
+
"color": "#04a148",
|
1004
|
+
"emoji": "🌱",
|
1005
|
+
"motto": "Trans Rights, Plant Lives",
|
1006
|
+
"stadium": {
|
1007
|
+
"nickname": "The Greenhouse",
|
1008
|
+
"full_name": "Cape Town Natural History Museum and Hlockey Field",
|
1009
|
+
"description": "Nobody is entirely sure if the museum or the field came first as they seem to wind through each other. Some people think the museum was built around where the game is played where others imagine it was impromptu demolition that caused this interesting phenomenon. Due to the grassy nature of it all however it is not uncommon for the puck getting stuck in thickets and weeds leading to a face off that will end you up closer to the opposing goal.",
|
1010
|
+
"hlockey_type": "Field"
|
1011
|
+
},
|
1012
|
+
"roster": {
|
1013
|
+
"lwing": {
|
1014
|
+
"name": "Ilenbelder Baca",
|
1015
|
+
"stats": {
|
1016
|
+
"offense": 3.7443728127800573,
|
1017
|
+
"defense": 5.219633088311701,
|
1018
|
+
"agility": 2.2078830113678953
|
1019
|
+
}
|
1020
|
+
},
|
1021
|
+
"center": {
|
1022
|
+
"name": "Merry Nate",
|
1023
|
+
"stats": {
|
1024
|
+
"offense": 1.2577700557508957,
|
1025
|
+
"defense": 5.75225132967932,
|
1026
|
+
"agility": 4.912698599931341
|
1027
|
+
}
|
1028
|
+
},
|
1029
|
+
"rwing": {
|
1030
|
+
"name": "Marmil Eilarema",
|
1031
|
+
"stats": {
|
1032
|
+
"offense": 6.223015189033164,
|
1033
|
+
"defense": 2.0254647893498654,
|
1034
|
+
"agility": 1.5240679801017532
|
1035
|
+
},
|
1036
|
+
"mods": [
|
1037
|
+
[
|
1038
|
+
"Handholding",
|
1039
|
+
"Kalianeraf Edge"
|
1040
|
+
]
|
1041
|
+
]
|
1042
|
+
},
|
1043
|
+
"ldef": {
|
1044
|
+
"name": "Tonse Chryane",
|
1045
|
+
"stats": {
|
1046
|
+
"offense": 1.3456700606305636,
|
1047
|
+
"defense": 0.5666457918694623,
|
1048
|
+
"agility": 0.850381865247061
|
1049
|
+
}
|
1050
|
+
},
|
1051
|
+
"goalie": {
|
1052
|
+
"name": "Kalianeraf Edge",
|
1053
|
+
"stats": {
|
1054
|
+
"offense": 3.223563396260785,
|
1055
|
+
"defense": 5.780549506529422,
|
1056
|
+
"agility": 5.838151955607188
|
1057
|
+
},
|
1058
|
+
"mods": [
|
1059
|
+
[
|
1060
|
+
"Handholding",
|
1061
|
+
"Marmil Eilarema"
|
1062
|
+
]
|
1063
|
+
]
|
1064
|
+
},
|
1065
|
+
"rdef": {
|
1066
|
+
"name": "Alebellena Ald",
|
1067
|
+
"stats": {
|
1068
|
+
"offense": 5.0322289341562225,
|
1069
|
+
"defense": 1.9112008963032878,
|
1070
|
+
"agility": 4.2475704920843835
|
1071
|
+
}
|
1072
|
+
}
|
1073
|
+
},
|
1074
|
+
"shadows": [
|
1075
|
+
{
|
1076
|
+
"name": "Eil Glim",
|
1077
|
+
"stats": {
|
1078
|
+
"offense": 2.1853764151889905,
|
1079
|
+
"defense": 1.7693086780678113,
|
1080
|
+
"agility": 3.281252556253546
|
1081
|
+
}
|
1082
|
+
},
|
1083
|
+
{
|
1084
|
+
"name": "Shancilesi Lucie",
|
1085
|
+
"stats": {
|
1086
|
+
"offense": -0.5156459354346516,
|
1087
|
+
"defense": 0.5984473173569689,
|
1088
|
+
"agility": 0.8114994138429381
|
1089
|
+
}
|
1090
|
+
},
|
1091
|
+
{
|
1092
|
+
"name": "Hayetinevo Sance",
|
1093
|
+
"stats": {
|
1094
|
+
"offense": 6.3604427494756814,
|
1095
|
+
"defense": -0.256754098683311,
|
1096
|
+
"agility": 0.8203111823011112
|
1097
|
+
}
|
1098
|
+
},
|
1099
|
+
{
|
1100
|
+
"name": "Gena Ilenbel",
|
1101
|
+
"stats": {
|
1102
|
+
"offense": 2.1947367044881356,
|
1103
|
+
"defense": 2.0588624238527298,
|
1104
|
+
"agility": 4.689729624348141
|
1105
|
+
}
|
1106
|
+
}
|
1107
|
+
]
|
1108
|
+
},
|
1109
|
+
{
|
1110
|
+
"name": "Manbij Fish",
|
1111
|
+
"color": "#797ff7",
|
1112
|
+
"emoji": "🐠",
|
1113
|
+
"motto": "It's Fishing Time",
|
1114
|
+
"stadium": {
|
1115
|
+
"nickname": "The Fish Tank",
|
1116
|
+
"full_name": "Atargatis Arena",
|
1117
|
+
"description": "Built inside a structure believed to date back to at least the Byzantine Empire, the Atargatis Arena is the world’s finest ruins hlockey field.",
|
1118
|
+
"hlockey_type": "Ruins"
|
1119
|
+
},
|
1120
|
+
"roster": {
|
1121
|
+
"lwing": {
|
1122
|
+
"name": "Ghanona Dhaka",
|
1123
|
+
"stats": {
|
1124
|
+
"offense": 5.062042399392084,
|
1125
|
+
"defense": 3.4645103960961077,
|
1126
|
+
"agility": 2.132909687570641
|
1127
|
+
}
|
1128
|
+
},
|
1129
|
+
"center": {
|
1130
|
+
"name": "Maricalena Wilia",
|
1131
|
+
"stats": {
|
1132
|
+
"offense": 6.08723358952591,
|
1133
|
+
"defense": 1.982754435042453,
|
1134
|
+
"agility": 2.5694932005014595
|
1135
|
+
}
|
1136
|
+
},
|
1137
|
+
"rwing": {
|
1138
|
+
"name": "Cla Wina",
|
1139
|
+
"stats": {
|
1140
|
+
"offense": 0.5529882869947789,
|
1141
|
+
"defense": 3.5366446028607523,
|
1142
|
+
"agility": 5.7837237175631335
|
1143
|
+
}
|
1144
|
+
},
|
1145
|
+
"ldef": {
|
1146
|
+
"name": "Fek Gie",
|
1147
|
+
"stats": {
|
1148
|
+
"offense": 4.8463575473496565,
|
1149
|
+
"defense": 0.3274476448284641,
|
1150
|
+
"agility": 0.5857514216479126
|
1151
|
+
}
|
1152
|
+
},
|
1153
|
+
"goalie": {
|
1154
|
+
"name": "Dimon Leori",
|
1155
|
+
"stats": {
|
1156
|
+
"offense": 5.046483375155001,
|
1157
|
+
"defense": 6.36895738383651,
|
1158
|
+
"agility": 3.243656225253694
|
1159
|
+
}
|
1160
|
+
},
|
1161
|
+
"rdef": {
|
1162
|
+
"name": "Kenboum Elgie",
|
1163
|
+
"stats": {
|
1164
|
+
"offense": 1.2289948166618032,
|
1165
|
+
"defense": 4.710410859198227,
|
1166
|
+
"agility": 2.7734644834355064
|
1167
|
+
}
|
1168
|
+
}
|
1169
|
+
},
|
1170
|
+
"shadows": [
|
1171
|
+
{
|
1172
|
+
"name": "Marlyn Magra",
|
1173
|
+
"stats": {
|
1174
|
+
"offense": 3.0350318962752563,
|
1175
|
+
"defense": 2.607626639998464,
|
1176
|
+
"agility": 2.0359544159790497
|
1177
|
+
}
|
1178
|
+
},
|
1179
|
+
{
|
1180
|
+
"name": "Alet Jungellice",
|
1181
|
+
"stats": {
|
1182
|
+
"offense": 1.8780325228416035,
|
1183
|
+
"defense": 1.4371807065821443,
|
1184
|
+
"agility": -0.02991075339566368
|
1185
|
+
}
|
1186
|
+
},
|
1187
|
+
{
|
1188
|
+
"name": "Jandald Garet",
|
1189
|
+
"stats": {
|
1190
|
+
"offense": 0.6272414199744301,
|
1191
|
+
"defense": 4.372632473363547,
|
1192
|
+
"agility": 1.3609606419867637
|
1193
|
+
}
|
1194
|
+
},
|
1195
|
+
{
|
1196
|
+
"name": "Begdalta Bad",
|
1197
|
+
"stats": {
|
1198
|
+
"offense": 2.958314328286369,
|
1199
|
+
"defense": 1.5934082559186495,
|
1200
|
+
"agility": 2.844968883417185
|
1201
|
+
}
|
1202
|
+
}
|
1203
|
+
]
|
1204
|
+
},
|
1205
|
+
{
|
1206
|
+
"name": "Nagqu Paint",
|
1207
|
+
"color": "#ab78c7",
|
1208
|
+
"emoji": "🎨",
|
1209
|
+
"motto": "Many Colors, One Painting",
|
1210
|
+
"stadium": {
|
1211
|
+
"nickname": "The Paint Bucket",
|
1212
|
+
"full_name": "Nagqu Arts, Crafts, and Hlockey Center",
|
1213
|
+
"description": "An arts and crafts center with a hlockey stadium. Some say the pathways there change direction every now and then.",
|
1214
|
+
"hlockey_type": "Street"
|
1215
|
+
},
|
1216
|
+
"roster": {
|
1217
|
+
"lwing": {
|
1218
|
+
"name": "Dode Reeninee",
|
1219
|
+
"stats": {
|
1220
|
+
"offense": 4.178653788488809,
|
1221
|
+
"defense": 2.0430645759117936,
|
1222
|
+
"agility": 3.963999567177825
|
1223
|
+
}
|
1224
|
+
},
|
1225
|
+
"center": {
|
1226
|
+
"name": "Toba Jana",
|
1227
|
+
"stats": {
|
1228
|
+
"offense": 4.886192246880693,
|
1229
|
+
"defense": 0.8823380707487853,
|
1230
|
+
"agility": 2.989545681394209
|
1231
|
+
}
|
1232
|
+
},
|
1233
|
+
"rwing": {
|
1234
|
+
"name": "Edmungette Hirleista",
|
1235
|
+
"stats": {
|
1236
|
+
"offense": 0.5162397962716402,
|
1237
|
+
"defense": 2.7937672305327834,
|
1238
|
+
"agility": 2.537930345200124
|
1239
|
+
}
|
1240
|
+
},
|
1241
|
+
"ldef": {
|
1242
|
+
"name": "Ghair Aji",
|
1243
|
+
"stats": {
|
1244
|
+
"offense": 2.677777260197255,
|
1245
|
+
"defense": 1.8703382343110342,
|
1246
|
+
"agility": 5.275806204992046
|
1247
|
+
}
|
1248
|
+
},
|
1249
|
+
"goalie": {
|
1250
|
+
"name": "Shia Tri",
|
1251
|
+
"stats": {
|
1252
|
+
"offense": 0.9151831794795465,
|
1253
|
+
"defense": 5.082025343363703,
|
1254
|
+
"agility": 4.683582560100829
|
1255
|
+
}
|
1256
|
+
},
|
1257
|
+
"rdef": {
|
1258
|
+
"name": "Banitouas Cheno",
|
1259
|
+
"stats": {
|
1260
|
+
"offense": 3.530061801452225,
|
1261
|
+
"defense": 1.523704179450585,
|
1262
|
+
"agility": 2.8698871297000865
|
1263
|
+
}
|
1264
|
+
}
|
1265
|
+
},
|
1266
|
+
"shadows": [
|
1267
|
+
{
|
1268
|
+
"name": "Meggaitte Jammy",
|
1269
|
+
"stats": {
|
1270
|
+
"offense": 3.2300618014522247,
|
1271
|
+
"defense": 1.423704179450585,
|
1272
|
+
"agility": 2.7698871297000864
|
1273
|
+
}
|
1274
|
+
},
|
1275
|
+
{
|
1276
|
+
"name": "Dejosz Claheri",
|
1277
|
+
"stats": {
|
1278
|
+
"offense": 2.1952326524463572,
|
1279
|
+
"defense": 3.4863444018709404,
|
1280
|
+
"agility": 1.2519483002755583
|
1281
|
+
}
|
1282
|
+
},
|
1283
|
+
{
|
1284
|
+
"name": "Mann Coredrita",
|
1285
|
+
"stats": {
|
1286
|
+
"offense": 1.6468152532237923,
|
1287
|
+
"defense": 1.0859632958151226,
|
1288
|
+
"agility": 1.170060891508971
|
1289
|
+
}
|
1290
|
+
},
|
1291
|
+
{
|
1292
|
+
"name": "Ejalta Aihaimo",
|
1293
|
+
"stats": {
|
1294
|
+
"offense": 2.0009745125873217,
|
1295
|
+
"defense": 3.87896142360853,
|
1296
|
+
"agility": 2.1521114886616095
|
1297
|
+
}
|
1298
|
+
}
|
1299
|
+
]
|
1300
|
+
},
|
1301
|
+
{
|
1302
|
+
"name": "Nice Backflippers",
|
1303
|
+
"color": "#4a95ac",
|
1304
|
+
"emoji": "🔄",
|
1305
|
+
"motto": "See You On The Flip Side",
|
1306
|
+
"stadium": {
|
1307
|
+
"nickname": "The Jurb",
|
1308
|
+
"full_name": "La Jurbert Maison De Rebond Stadium",
|
1309
|
+
"description": "A stadium where the floor is made up of lots of trampolines.",
|
1310
|
+
"hlockey_type": "Trampoline"
|
1311
|
+
},
|
1312
|
+
"roster": {
|
1313
|
+
"lwing": {
|
1314
|
+
"name": "Higosz Djia",
|
1315
|
+
"stats": {
|
1316
|
+
"offense": 4.630874679737136,
|
1317
|
+
"defense": 4.012324663936816,
|
1318
|
+
"agility": 0.520591635901015
|
1319
|
+
}
|
1320
|
+
},
|
1321
|
+
"center": {
|
1322
|
+
"name": "Dec Gigorgilee",
|
1323
|
+
"stats": {
|
1324
|
+
"offense": 0.9915167321175338,
|
1325
|
+
"defense": 0.6845800862907767,
|
1326
|
+
"agility": 4.392458422674986
|
1327
|
+
}
|
1328
|
+
},
|
1329
|
+
"rwing": {
|
1330
|
+
"name": "Jhem Caille",
|
1331
|
+
"stats": {
|
1332
|
+
"offense": 4.283790423555761,
|
1333
|
+
"defense": 4.1723066095301835,
|
1334
|
+
"agility": 2.4415173611436916
|
1335
|
+
}
|
1336
|
+
},
|
1337
|
+
"ldef": {
|
1338
|
+
"name": "Gallettacq Joreta",
|
1339
|
+
"stats": {
|
1340
|
+
"offense": 1.7145036078234512,
|
1341
|
+
"defense": 4.717865913314922,
|
1342
|
+
"agility": 4.144893121219804
|
1343
|
+
}
|
1344
|
+
},
|
1345
|
+
"goalie": {
|
1346
|
+
"name": "Fcomeria Been",
|
1347
|
+
"stats": {
|
1348
|
+
"offense": 2.7819323549558206,
|
1349
|
+
"defense": 5.3402963843511895,
|
1350
|
+
"agility": 3.9101848687816974
|
1351
|
+
}
|
1352
|
+
},
|
1353
|
+
"rdef": {
|
1354
|
+
"name": "Ene Marlaura",
|
1355
|
+
"stats": {
|
1356
|
+
"offense": 4.266283994607924,
|
1357
|
+
"defense": 5.0220364263528605,
|
1358
|
+
"agility": 2.37447416231834
|
1359
|
+
}
|
1360
|
+
}
|
1361
|
+
},
|
1362
|
+
"shadows": [
|
1363
|
+
{
|
1364
|
+
"name": "Sillia Lina",
|
1365
|
+
"stats": {
|
1366
|
+
"offense": -0.5770466085154876,
|
1367
|
+
"defense": 1.841359085735336,
|
1368
|
+
"agility": 4.489204607282538
|
1369
|
+
}
|
1370
|
+
},
|
1371
|
+
{
|
1372
|
+
"name": "Flomarlie Pegettepha",
|
1373
|
+
"stats": {
|
1374
|
+
"offense": 2.8095218195811706,
|
1375
|
+
"defense": 1.7552564744524686,
|
1376
|
+
"agility": 0.9021167508459513
|
1377
|
+
}
|
1378
|
+
},
|
1379
|
+
{
|
1380
|
+
"name": "Ton Mitelvelli",
|
1381
|
+
"stats": {
|
1382
|
+
"offense": 6.503643363583734,
|
1383
|
+
"defense": 0.27868315986189407,
|
1384
|
+
"agility": 0.19899231461439149
|
1385
|
+
},
|
1386
|
+
"mods": [
|
1387
|
+
"Fencebuilder"
|
1388
|
+
]
|
1389
|
+
},
|
1390
|
+
{
|
1391
|
+
"name": "Bargelean Kathonespi",
|
1392
|
+
"stats": {
|
1393
|
+
"offense": 2.3701284645757204,
|
1394
|
+
"defense": 1.8236999469591046,
|
1395
|
+
"agility": 5.525766606040669
|
1396
|
+
},
|
1397
|
+
"mods": [
|
1398
|
+
"Powernapper"
|
1399
|
+
]
|
1400
|
+
},
|
1401
|
+
{
|
1402
|
+
"name": "Dena Bere",
|
1403
|
+
"stats": {
|
1404
|
+
"offense": 1.0927737835832212,
|
1405
|
+
"defense": 2.6809197584541766,
|
1406
|
+
"agility": 1.6059491598104096
|
1407
|
+
}
|
1408
|
+
}
|
1409
|
+
]
|
1410
|
+
},
|
1411
|
+
{
|
1412
|
+
"name": "Orcadas Base Fog",
|
1413
|
+
"color": "#8d889c",
|
1414
|
+
"emoji": "🌁",
|
1415
|
+
"motto": "[Foghorn Sound]",
|
1416
|
+
"stadium": {
|
1417
|
+
"nickname": "The Lab",
|
1418
|
+
"full_name": "Fog Research Division Splorts Centre",
|
1419
|
+
"description": "The Fog Research Division Splorts Centre is a lab module dedicated to researching the anomalous fog surrounding the South Orkney Islands that, for budgetary reasons, also includes a splorts training facility and an open air Hlockey arena. Save for a few elevated seating areas, the arena stands are entirely overtaken by adélie penguins, who happen to share the space as their nesting grounds. During games, the centre is fully surrounded by a dense fog, which must be pushed back using foghorns before each period.",
|
1420
|
+
"hlockey_type": "Ice"
|
1421
|
+
},
|
1422
|
+
"roster": {
|
1423
|
+
"lwing": {
|
1424
|
+
"name": "Sabelia Dempia",
|
1425
|
+
"stats": {
|
1426
|
+
"offense": 2.441370818134459,
|
1427
|
+
"defense": 2.5146349334085114,
|
1428
|
+
"agility": 5.802487320185035
|
1429
|
+
}
|
1430
|
+
},
|
1431
|
+
"center": {
|
1432
|
+
"name": "Pormel Torishanet",
|
1433
|
+
"stats": {
|
1434
|
+
"offense": 4.680615293053172,
|
1435
|
+
"defense": 3.167462241598979,
|
1436
|
+
"agility": 3.340242573872536
|
1437
|
+
}
|
1438
|
+
},
|
1439
|
+
"rwing": {
|
1440
|
+
"name": "Lin Irma",
|
1441
|
+
"stats": {
|
1442
|
+
"offense": 4.5,
|
1443
|
+
"defense": 2.887053032969913,
|
1444
|
+
"agility": 2.5682113561156523
|
1445
|
+
}
|
1446
|
+
},
|
1447
|
+
"ldef": {
|
1448
|
+
"name": "Deber Cucia",
|
1449
|
+
"stats": {
|
1450
|
+
"offense": 4.024800649244164,
|
1451
|
+
"defense": 2.1065667353816213,
|
1452
|
+
"agility": 3.2429842853535096
|
1453
|
+
}
|
1454
|
+
},
|
1455
|
+
"goalie": {
|
1456
|
+
"name": "Bebiboria Hik",
|
1457
|
+
"stats": {
|
1458
|
+
"offense": 2.627535340447778,
|
1459
|
+
"defense": 0.18463228384288877,
|
1460
|
+
"agility": 1.434305742967098
|
1461
|
+
}
|
1462
|
+
},
|
1463
|
+
"rdef": {
|
1464
|
+
"name": "Melli Tuye",
|
1465
|
+
"stats": {
|
1466
|
+
"offense": 4.345249049989797,
|
1467
|
+
"defense": 3.392304012958874,
|
1468
|
+
"agility": 3.7899023741105244
|
1469
|
+
}
|
1470
|
+
}
|
1471
|
+
},
|
1472
|
+
"shadows": [
|
1473
|
+
{
|
1474
|
+
"name": "Decia Die",
|
1475
|
+
"stats": {
|
1476
|
+
"offense": 4.02168516305309,
|
1477
|
+
"defense": 4.296760326214988,
|
1478
|
+
"agility": 0.9559945521277219
|
1479
|
+
}
|
1480
|
+
},
|
1481
|
+
{
|
1482
|
+
"name": "Dagose Jederenbo",
|
1483
|
+
"stats": {
|
1484
|
+
"offense": 2.3117869611192274,
|
1485
|
+
"defense": 2.8923189140641448,
|
1486
|
+
"agility": 2.0554960270246565
|
1487
|
+
}
|
1488
|
+
},
|
1489
|
+
{
|
1490
|
+
"name": "Jeatrisarg Efria",
|
1491
|
+
"stats": {
|
1492
|
+
"offense": 2.821545079645435,
|
1493
|
+
"defense": 0.5379371210952805,
|
1494
|
+
"agility": 2.5512738617923687
|
1495
|
+
}
|
1496
|
+
},
|
1497
|
+
{
|
1498
|
+
"name": "Dane Bed",
|
1499
|
+
"stats": {
|
1500
|
+
"offense": 3.321473437021666,
|
1501
|
+
"defense": 3.730609394622694,
|
1502
|
+
"agility": 1.6323712812644342
|
1503
|
+
}
|
1504
|
+
}
|
1505
|
+
]
|
1506
|
+
}
|
1507
|
+
],
|
1508
|
+
"Dry Cool": [
|
1509
|
+
{
|
1510
|
+
"name": "Baghdad Abacuses",
|
1511
|
+
"color": "#d264ad",
|
1512
|
+
"emoji": "🧮",
|
1513
|
+
"motto": "Your Days Are Numbered",
|
1514
|
+
"stadium": {
|
1515
|
+
"nickname": "The Zigg",
|
1516
|
+
"full_name": "The Etemenanki Rink",
|
1517
|
+
"description": "Atop the ancient Etemenanki lies the favored rink of Marduk. Surrounded by Yakhchal, the ancient traditions remain strong with Hlockey chief among them. Follow the Steles for further instruction.",
|
1518
|
+
"hlockey_type": "Ice"
|
1519
|
+
},
|
1520
|
+
"roster": {
|
1521
|
+
"lwing": {
|
1522
|
+
"name": "Flomina Cucisha",
|
1523
|
+
"stats": {
|
1524
|
+
"offense": 3.7933690795711303,
|
1525
|
+
"defense": 4.2267509358040645,
|
1526
|
+
"agility": 4.383672509906895
|
1527
|
+
}
|
1528
|
+
},
|
1529
|
+
"center": {
|
1530
|
+
"name": "Dak Dias",
|
1531
|
+
"stats": {
|
1532
|
+
"offense": 2.021016440584704,
|
1533
|
+
"defense": 0.6361664989176833,
|
1534
|
+
"agility": 4.532652967583883
|
1535
|
+
}
|
1536
|
+
},
|
1537
|
+
"rwing": {
|
1538
|
+
"name": "Hieldoni Fadoudons",
|
1539
|
+
"stats": {
|
1540
|
+
"offense": 4.001996059111379,
|
1541
|
+
"defense": 3.8352618652373254,
|
1542
|
+
"agility": 4.752896089789449
|
1543
|
+
}
|
1544
|
+
},
|
1545
|
+
"ldef": {
|
1546
|
+
"name": "Enisto Dene",
|
1547
|
+
"stats": {
|
1548
|
+
"offense": 1.013393977043406,
|
1549
|
+
"defense": 1.997047540832867,
|
1550
|
+
"agility": 3.4227583616500015
|
1551
|
+
}
|
1552
|
+
},
|
1553
|
+
"goalie": {
|
1554
|
+
"name": "Gia Hajaopeana",
|
1555
|
+
"stats": {
|
1556
|
+
"offense": 3.0894223694082394,
|
1557
|
+
"defense": 5.336515622894927,
|
1558
|
+
"agility": 1.380155882670916
|
1559
|
+
}
|
1560
|
+
},
|
1561
|
+
"rdef": {
|
1562
|
+
"name": "Eard Sly",
|
1563
|
+
"stats": {
|
1564
|
+
"offense": 1.713065837789514,
|
1565
|
+
"defense": 0.8573638676714308,
|
1566
|
+
"agility": 2.9491164655226636
|
1567
|
+
}
|
1568
|
+
}
|
1569
|
+
},
|
1570
|
+
"shadows": [
|
1571
|
+
{
|
1572
|
+
"name": "Cathlisa Die",
|
1573
|
+
"stats": {
|
1574
|
+
"offense": 0.5659798576974939,
|
1575
|
+
"defense": 2.749132737041533,
|
1576
|
+
"agility": 2.467777037410934
|
1577
|
+
}
|
1578
|
+
},
|
1579
|
+
{
|
1580
|
+
"name": "Maranny Madina",
|
1581
|
+
"stats": {
|
1582
|
+
"offense": 1.4128013003566564,
|
1583
|
+
"defense": 0.702020440278861,
|
1584
|
+
"agility": 0.08479429503933922
|
1585
|
+
}
|
1586
|
+
},
|
1587
|
+
{
|
1588
|
+
"name": "Mil Hedrilia",
|
1589
|
+
"stats": {
|
1590
|
+
"offense": 1.689371414133044,
|
1591
|
+
"defense": 1.024330024772146,
|
1592
|
+
"agility": 1.165962047836644
|
1593
|
+
}
|
1594
|
+
}
|
1595
|
+
]
|
1596
|
+
},
|
1597
|
+
{
|
1598
|
+
"name": "Jakarta Architects",
|
1599
|
+
"color": "#7d9535",
|
1600
|
+
"emoji": "📐",
|
1601
|
+
"motto": "We'll Never Fall",
|
1602
|
+
"stadium": {
|
1603
|
+
"nickname": "The Arch",
|
1604
|
+
"full_name": "Gelora Bung Karno Hlockey Field",
|
1605
|
+
"hlockey_type": "Field"
|
1606
|
+
},
|
1607
|
+
"roster": {
|
1608
|
+
"lwing": {
|
1609
|
+
"name": "Ngue Laurta",
|
1610
|
+
"stats": {
|
1611
|
+
"offense": 2.697751751597681,
|
1612
|
+
"defense": 0.4836266434144215,
|
1613
|
+
"agility": 1.6942566062000823
|
1614
|
+
}
|
1615
|
+
},
|
1616
|
+
"center": {
|
1617
|
+
"name": "Mert Wilon",
|
1618
|
+
"stats": {
|
1619
|
+
"offense": 5.106311929076305,
|
1620
|
+
"defense": 0.5517856268035838,
|
1621
|
+
"agility": 2.7772104934841138
|
1622
|
+
}
|
1623
|
+
},
|
1624
|
+
"rwing": {
|
1625
|
+
"name": "Jease Vivelleedr",
|
1626
|
+
"stats": {
|
1627
|
+
"offense": 1.9050150363088827,
|
1628
|
+
"defense": 6.412293293576089,
|
1629
|
+
"agility": 2.3141825942992518
|
1630
|
+
}
|
1631
|
+
},
|
1632
|
+
"ldef": {
|
1633
|
+
"name": "Sal Everie",
|
1634
|
+
"stats": {
|
1635
|
+
"offense": 0.8224645994521613,
|
1636
|
+
"defense": 5.54472445120618,
|
1637
|
+
"agility": 2.62136705710104
|
1638
|
+
}
|
1639
|
+
},
|
1640
|
+
"goalie": {
|
1641
|
+
"name": "Haelek Abervid",
|
1642
|
+
"stats": {
|
1643
|
+
"offense": 3.780461748956275,
|
1644
|
+
"defense": 4.965704190768406,
|
1645
|
+
"agility": 1.7077647054942156
|
1646
|
+
}
|
1647
|
+
},
|
1648
|
+
"rdef": {
|
1649
|
+
"name": "Aglo Chelaa",
|
1650
|
+
"stats": {
|
1651
|
+
"offense": 2.7240075440065517,
|
1652
|
+
"defense": 4.33713960912173,
|
1653
|
+
"agility": 3.3326111784739183
|
1654
|
+
}
|
1655
|
+
}
|
1656
|
+
},
|
1657
|
+
"shadows": [
|
1658
|
+
{
|
1659
|
+
"name": "Fainnya Jula",
|
1660
|
+
"stats": {
|
1661
|
+
"offense": 3.438474404449765,
|
1662
|
+
"defense": 0.7307994601576988,
|
1663
|
+
"agility": 2.5692803988626647
|
1664
|
+
}
|
1665
|
+
},
|
1666
|
+
{
|
1667
|
+
"name": "Adianaul Abdenbenbe",
|
1668
|
+
"stats": {
|
1669
|
+
"offense": 2.522231757935248,
|
1670
|
+
"defense": 1.3916838237280924,
|
1671
|
+
"agility": 2.982511803991502
|
1672
|
+
}
|
1673
|
+
},
|
1674
|
+
{
|
1675
|
+
"name": "Gudienna Correnteph",
|
1676
|
+
"stats": {
|
1677
|
+
"offense": 1.6007241909297911,
|
1678
|
+
"defense": -0.9233287430759778,
|
1679
|
+
"agility": 3.9178553339719335
|
1680
|
+
}
|
1681
|
+
}
|
1682
|
+
]
|
1683
|
+
},
|
1684
|
+
{
|
1685
|
+
"name": "Kyoto Payphones",
|
1686
|
+
"color": "#ad8087",
|
1687
|
+
"emoji": "📳",
|
1688
|
+
"motto": "Call Me!",
|
1689
|
+
"stadium": {
|
1690
|
+
"nickname": "The Booth",
|
1691
|
+
"full_name": "Ohashi West Service for Telecommunication and Payment Arena",
|
1692
|
+
"hlockey_type": "Field"
|
1693
|
+
},
|
1694
|
+
"roster": {
|
1695
|
+
"lwing": {
|
1696
|
+
"name": "Kan Ashann",
|
1697
|
+
"stats": {
|
1698
|
+
"offense": 4.468792809218479,
|
1699
|
+
"defense": 5.428004939804557,
|
1700
|
+
"agility": 4.839207953343864
|
1701
|
+
}
|
1702
|
+
},
|
1703
|
+
"center": {
|
1704
|
+
"name": "Ale Idelda",
|
1705
|
+
"stats": {
|
1706
|
+
"offense": 1.3981489905185538,
|
1707
|
+
"defense": 3.6282402860310587,
|
1708
|
+
"agility": 2.353356047079749
|
1709
|
+
}
|
1710
|
+
},
|
1711
|
+
"rwing": {
|
1712
|
+
"name": "Aldee Lon",
|
1713
|
+
"stats": {
|
1714
|
+
"offense": 6.274301228951007,
|
1715
|
+
"defense": 1.6342991644469922,
|
1716
|
+
"agility": 1.2520635342680246
|
1717
|
+
},
|
1718
|
+
"mods": [
|
1719
|
+
"Nonconfrontational"
|
1720
|
+
]
|
1721
|
+
},
|
1722
|
+
"ldef": {
|
1723
|
+
"name": "Niny Roshine",
|
1724
|
+
"stats": {
|
1725
|
+
"offense": 4.180220702150386,
|
1726
|
+
"defense": 4.850376511192563,
|
1727
|
+
"agility": 3.862766271860493
|
1728
|
+
}
|
1729
|
+
},
|
1730
|
+
"goalie": {
|
1731
|
+
"name": "Jc Ioamira",
|
1732
|
+
"stats": {
|
1733
|
+
"offense": 3.0242450472726725,
|
1734
|
+
"defense": 5.039391640209781,
|
1735
|
+
"agility": 4.839684469038202
|
1736
|
+
}
|
1737
|
+
},
|
1738
|
+
"rdef": {
|
1739
|
+
"name": "Ehaka Ideriliasi",
|
1740
|
+
"stats": {
|
1741
|
+
"offense": 5.031999546235019,
|
1742
|
+
"defense": 0.9579712242530622,
|
1743
|
+
"agility": 4.02997584407914
|
1744
|
+
}
|
1745
|
+
}
|
1746
|
+
},
|
1747
|
+
"shadows": [
|
1748
|
+
{
|
1749
|
+
"name": "Kimarrise Gronicton",
|
1750
|
+
"stats": {
|
1751
|
+
"offense": 0.4264558123458989,
|
1752
|
+
"defense": 1.460207226214294,
|
1753
|
+
"agility": 4.599443156470256
|
1754
|
+
}
|
1755
|
+
},
|
1756
|
+
{
|
1757
|
+
"name": "Ard Marita",
|
1758
|
+
"stats": {
|
1759
|
+
"offense": 1.8357535472697077,
|
1760
|
+
"defense": 3.5715594445930456,
|
1761
|
+
"agility": 0.9541958475297306
|
1762
|
+
}
|
1763
|
+
},
|
1764
|
+
{
|
1765
|
+
"name": "Cla Elkia",
|
1766
|
+
"stats": {
|
1767
|
+
"offense": 2.4312307289745068,
|
1768
|
+
"defense": 1.330866974187785,
|
1769
|
+
"agility": 1.6504913770360785
|
1770
|
+
}
|
1771
|
+
}
|
1772
|
+
]
|
1773
|
+
},
|
1774
|
+
{
|
1775
|
+
"name": "Stony Brook Reapers",
|
1776
|
+
"color": "#469a82",
|
1777
|
+
"emoji": "💀",
|
1778
|
+
"motto": "Memento Perdere",
|
1779
|
+
"stadium": {
|
1780
|
+
"full_name": "The Macabrink",
|
1781
|
+
"description": "As the reapers enter the Macabrink they gain the features of their positions psychopomp. The cost for fans to enter the rink is 1 gold coin, with an ancient money changer who you can exchange modern money for an ancient Greek coin, though not for cheap. The rink acts as an in-between space for the world of the living and the various afterlives, one set of stands is dedicated to the dead who can be seen as ghosts cheering on their team.",
|
1782
|
+
"hlockey_type": "Bone"
|
1783
|
+
},
|
1784
|
+
"roster": {
|
1785
|
+
"lwing": {
|
1786
|
+
"name": "Lucioven Megarby",
|
1787
|
+
"stats": {
|
1788
|
+
"offense": 1.3119831007603766,
|
1789
|
+
"defense": 2.008262073013745,
|
1790
|
+
"agility": 3.745012169532285
|
1791
|
+
}
|
1792
|
+
},
|
1793
|
+
"center": {
|
1794
|
+
"name": "Elmalia Giguiasina",
|
1795
|
+
"stats": {
|
1796
|
+
"offense": 4.506253107640285,
|
1797
|
+
"defense": 3.930798385541874,
|
1798
|
+
"agility": 2.335602934937173
|
1799
|
+
}
|
1800
|
+
},
|
1801
|
+
"rwing": {
|
1802
|
+
"name": "Merene Phie",
|
1803
|
+
"stats": {
|
1804
|
+
"offense": 1.8060061121167392,
|
1805
|
+
"defense": 5.179674986428385,
|
1806
|
+
"agility": 1.905517876207985
|
1807
|
+
}
|
1808
|
+
},
|
1809
|
+
"ldef": {
|
1810
|
+
"name": "Rimikkiser Arlee",
|
1811
|
+
"stats": {
|
1812
|
+
"offense": 4.251341840567566,
|
1813
|
+
"defense": 5.079221218957912,
|
1814
|
+
"agility": 5.233205413829374
|
1815
|
+
}
|
1816
|
+
},
|
1817
|
+
"goalie": {
|
1818
|
+
"name": "Bihadelden Danne",
|
1819
|
+
"stats": {
|
1820
|
+
"offense": 0.8673574526898854,
|
1821
|
+
"defense": 5.579742857776059,
|
1822
|
+
"agility": 4.812969702417885
|
1823
|
+
}
|
1824
|
+
},
|
1825
|
+
"rdef": {
|
1826
|
+
"name": "Gamirecia Daileencia",
|
1827
|
+
"stats": {
|
1828
|
+
"offense": 4.025207687384291,
|
1829
|
+
"defense": 4.796672924848442,
|
1830
|
+
"agility": 1.4017848131517807
|
1831
|
+
}
|
1832
|
+
}
|
1833
|
+
},
|
1834
|
+
"shadows": [
|
1835
|
+
{
|
1836
|
+
"name": "Ilia Boriu",
|
1837
|
+
"stats": {
|
1838
|
+
"offense": 3.6105915386058776,
|
1839
|
+
"defense": 1.6617680273609263,
|
1840
|
+
"agility": 1.353738528660895
|
1841
|
+
}
|
1842
|
+
},
|
1843
|
+
{
|
1844
|
+
"name": "Bene Beraopio",
|
1845
|
+
"stats": {
|
1846
|
+
"offense": 0.7221610610704859,
|
1847
|
+
"defense": 1.825089905058035,
|
1848
|
+
"agility": 2.307267002722999
|
1849
|
+
}
|
1850
|
+
},
|
1851
|
+
{
|
1852
|
+
"name": "Emon Suzanna",
|
1853
|
+
"stats": {
|
1854
|
+
"offense": 2.327662497775524,
|
1855
|
+
"defense": 1.4897922026133705,
|
1856
|
+
"agility": 4.6160248649763975
|
1857
|
+
}
|
1858
|
+
},
|
1859
|
+
{
|
1860
|
+
"name": "Zacinadeld Asa",
|
1861
|
+
"stats": {
|
1862
|
+
"offense": 3.3550255369811923,
|
1863
|
+
"defense": 2.201320827166095,
|
1864
|
+
"agility": 4.244433221175963
|
1865
|
+
},
|
1866
|
+
"mods": [
|
1867
|
+
"Powernapper"
|
1868
|
+
]
|
1869
|
+
}
|
1870
|
+
]
|
1871
|
+
},
|
1872
|
+
{
|
1873
|
+
"name": "Sydney Thinkers",
|
1874
|
+
"color": "#d847fa",
|
1875
|
+
"emoji": "🤔",
|
1876
|
+
"motto": "Really Makes You Think 🤔",
|
1877
|
+
"stadium": {
|
1878
|
+
"nickname": "The Think Tank",
|
1879
|
+
"full_name": "Stadium 42, sponsored by Deep Thought",
|
1880
|
+
"description": "Made of condensed Thought Matter. Its form is ever changing, composed of the expectations, hopes and fears of the stadiums guests, as well as the nearby denizens of Sydney.",
|
1881
|
+
"hlockey_type": "Ice"
|
1882
|
+
},
|
1883
|
+
"roster": {
|
1884
|
+
"lwing": {
|
1885
|
+
"name": "Beg Face",
|
1886
|
+
"stats": {
|
1887
|
+
"offense": 4.480719566969848,
|
1888
|
+
"defense": 0.21064829761656126,
|
1889
|
+
"agility": 4.663715538361195
|
1890
|
+
},
|
1891
|
+
"mods": [
|
1892
|
+
"Nonconfrontational"
|
1893
|
+
]
|
1894
|
+
},
|
1895
|
+
"center": {
|
1896
|
+
"name": "Hadja Cin",
|
1897
|
+
"stats": {
|
1898
|
+
"offense": 4.791697820940056,
|
1899
|
+
"defense": 5.2523998629838715,
|
1900
|
+
"agility": 4.836692731707975
|
1901
|
+
}
|
1902
|
+
},
|
1903
|
+
"rwing": {
|
1904
|
+
"name": "Geo Lad",
|
1905
|
+
"stats": {
|
1906
|
+
"offense": 4.189826264673838,
|
1907
|
+
"defense": 4.416494207680559,
|
1908
|
+
"agility": 1.3298286935782138
|
1909
|
+
}
|
1910
|
+
},
|
1911
|
+
"ldef": {
|
1912
|
+
"name": "Retta Vasie",
|
1913
|
+
"stats": {
|
1914
|
+
"offense": 4.083843361358481,
|
1915
|
+
"defense": 4.038008521665563,
|
1916
|
+
"agility": -0.175379634216658
|
1917
|
+
}
|
1918
|
+
},
|
1919
|
+
"goalie": {
|
1920
|
+
"name": "Kemen Shiree",
|
1921
|
+
"stats": {
|
1922
|
+
"offense": 3.966713637157088,
|
1923
|
+
"defense": 3.8125149066888397,
|
1924
|
+
"agility": 1.8475419262716255
|
1925
|
+
}
|
1926
|
+
},
|
1927
|
+
"rdef": {
|
1928
|
+
"name": "Sebby Elen",
|
1929
|
+
"stats": {
|
1930
|
+
"offense": 2.3341011829159384,
|
1931
|
+
"defense": 2.808762224327589,
|
1932
|
+
"agility": 3.9098851153874765
|
1933
|
+
}
|
1934
|
+
}
|
1935
|
+
},
|
1936
|
+
"shadows": [
|
1937
|
+
{
|
1938
|
+
"name": "Abdelaher Ahcelbidai",
|
1939
|
+
"stats": {
|
1940
|
+
"offense": 3.17590977717289,
|
1941
|
+
"defense": 2.08968427961367,
|
1942
|
+
"agility": 1.8618203774873132
|
1943
|
+
}
|
1944
|
+
},
|
1945
|
+
{
|
1946
|
+
"name": "Floreana Suma",
|
1947
|
+
"stats": {
|
1948
|
+
"offense": -0.1313612718495621,
|
1949
|
+
"defense": 3.0620738655960524,
|
1950
|
+
"agility": 0.07840869151161886
|
1951
|
+
}
|
1952
|
+
},
|
1953
|
+
{
|
1954
|
+
"name": "Dene Blana",
|
1955
|
+
"stats": {
|
1956
|
+
"offense": 1.5524933939848573,
|
1957
|
+
"defense": 0.09553242470391954,
|
1958
|
+
"agility": 4.32270410903283
|
1959
|
+
}
|
1960
|
+
},
|
1961
|
+
{
|
1962
|
+
"name": "Deonda Tammeen",
|
1963
|
+
"stats": {
|
1964
|
+
"offense": 1.097497699869886,
|
1965
|
+
"defense": 3.5726563918162317,
|
1966
|
+
"agility": 0.5859062109443812
|
1967
|
+
}
|
1968
|
+
},
|
1969
|
+
{
|
1970
|
+
"name": "Lia Mine",
|
1971
|
+
"stats": {
|
1972
|
+
"offense": 4.030828116734088,
|
1973
|
+
"defense": 2.950779948353653,
|
1974
|
+
"agility": 2.562511944415182
|
1975
|
+
},
|
1976
|
+
"mods": [
|
1977
|
+
"Powernapper"
|
1978
|
+
]
|
1979
|
+
}
|
1980
|
+
]
|
1981
|
+
}
|
1982
|
+
]
|
1983
|
+
}
|
1984
|
+
}
|