hlockey 5 → 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/data.rb +6 -5
- data/lib/hlockey/game/fight.rb +28 -17
- data/lib/hlockey/game/weather/audacity.rb +1 -1
- data/lib/hlockey/game/weather/chicken.rb +1 -1
- data/lib/hlockey/game/weather/sunset.rb +1 -1
- data/lib/hlockey/game/weather/waves.rb +11 -5
- data/lib/hlockey/game/weather/weatherable.rb +8 -8
- data/lib/hlockey/game.rb +58 -33
- data/lib/hlockey/league.rb +60 -63
- data/lib/hlockey/message.rb +54 -56
- 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 +37 -58
- data/lib/hlockey/team/stadium.rb +10 -7
- data/lib/hlockey/team.rb +56 -41
- data/lib/hlockey/version.rb +1 -1
- metadata +27 -17
- data/data/election.yaml +0 -21
- data/data/external/names.txt +0 -19948
- data/data/information.yaml +0 -24
- data/data/league.yaml +0 -1694
- data/data/links.yaml +0 -3
- data/data/previous_election_results.yaml +0 -65
- data/lib/hlockey/game/actions.rb +0 -24
data/data/league.yaml
DELETED
@@ -1,1694 +0,0 @@
|
|
1
|
-
---
|
2
|
-
- 2023-08-28 17:00:00.000000000 Z
|
3
|
-
- :Wet Warm:
|
4
|
-
- &1 !ruby/object:Hlockey::Team
|
5
|
-
wins: 0
|
6
|
-
losses: 0
|
7
|
-
to_s: Antalya Pirates
|
8
|
-
color: "#0e8df4"
|
9
|
-
emoji: "\U0001F30A"
|
10
|
-
motto: Sink Or Skate
|
11
|
-
status: :in_contention
|
12
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
13
|
-
nickname: The Moonpool
|
14
|
-
full_name: The TCG Denizaslan
|
15
|
-
description:
|
16
|
-
hlockey_type: Overwater
|
17
|
-
team: *1
|
18
|
-
roster:
|
19
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
20
|
-
to_s: Dandola Ernetrista
|
21
|
-
stats:
|
22
|
-
:offense: 4.578894119668528
|
23
|
-
:defense: 4.174479735191485
|
24
|
-
:agility: 1.8779641839834276
|
25
|
-
team: *1
|
26
|
-
:center: !ruby/object:Hlockey::Team::Player
|
27
|
-
to_s: Tia Brie
|
28
|
-
stats:
|
29
|
-
:offense: 5.101899724293083
|
30
|
-
:defense: 1.6465807941273658
|
31
|
-
:agility: 4.587309413687464
|
32
|
-
team: *1
|
33
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
34
|
-
to_s: Ghabi Chadime
|
35
|
-
stats:
|
36
|
-
:offense: 4.740829913210507
|
37
|
-
:defense: 1.6261329224618413
|
38
|
-
:agility: 2.396214160334206
|
39
|
-
team: *1
|
40
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
41
|
-
to_s: Andy Lavin
|
42
|
-
stats:
|
43
|
-
:offense: 1.604358795394644
|
44
|
-
:defense: 2.2806909917978984
|
45
|
-
:agility: 2.695598638207969
|
46
|
-
team: *1
|
47
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
48
|
-
to_s: Isill Yada
|
49
|
-
stats:
|
50
|
-
:offense: 1.1605575981002125
|
51
|
-
:defense: 4.8
|
52
|
-
:agility: 4.646281624819457
|
53
|
-
team: *1
|
54
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
55
|
-
to_s: Dhaim Aden
|
56
|
-
stats:
|
57
|
-
:offense: 2.6025603140279387
|
58
|
-
:defense: 4.796052034583812
|
59
|
-
:agility: 3.2197436063627425
|
60
|
-
team: *1
|
61
|
-
shadows:
|
62
|
-
- !ruby/object:Hlockey::Team::Player
|
63
|
-
to_s: Elenbiresa Fae
|
64
|
-
stats:
|
65
|
-
:offense: 0.9680936123502428
|
66
|
-
:defense: 2.2354625060121904
|
67
|
-
:agility: 3.0205973701617594
|
68
|
-
team: *1
|
69
|
-
- !ruby/object:Hlockey::Team::Player
|
70
|
-
to_s: Dannae Vine
|
71
|
-
stats:
|
72
|
-
:offense: 2.359207780349893
|
73
|
-
:defense: 2.208257761908585
|
74
|
-
:agility: 3.0849680789417917
|
75
|
-
team: *1
|
76
|
-
- !ruby/object:Hlockey::Team::Player
|
77
|
-
to_s: Zane Jus
|
78
|
-
stats:
|
79
|
-
:offense: 1.3749235480000686
|
80
|
-
:defense: 2.595694987829467
|
81
|
-
:agility: 3.7219464945949183
|
82
|
-
team: *1
|
83
|
-
- &2 !ruby/object:Hlockey::Team
|
84
|
-
wins: 0
|
85
|
-
losses: 0
|
86
|
-
to_s: Baden Hallucinations
|
87
|
-
color: "#fc1cdc"
|
88
|
-
emoji: "\U0001F344"
|
89
|
-
motto: Now You See Us, Now You Don't
|
90
|
-
status: :in_contention
|
91
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
92
|
-
nickname: The Bathtub
|
93
|
-
full_name: The 24 Baden + Bath, UK Arena and Hallucinatorium
|
94
|
-
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.)
|
95
|
-
hlockey_type: Whichever you don't want
|
96
|
-
team: *2
|
97
|
-
roster:
|
98
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
99
|
-
to_s: Afiela Ba
|
100
|
-
stats:
|
101
|
-
:offense: 1.5647965018144545
|
102
|
-
:defense: 0.6577179231202523
|
103
|
-
:agility: 4.462250547725493
|
104
|
-
team: *2
|
105
|
-
:center: !ruby/object:Hlockey::Team::Player
|
106
|
-
to_s: Lildee Mel
|
107
|
-
stats:
|
108
|
-
:offense: 5.4091276338724565
|
109
|
-
:defense: 3.690763648763545
|
110
|
-
:agility: 5.091954786398901
|
111
|
-
team: *2
|
112
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
113
|
-
to_s: Veristi Marrethunk
|
114
|
-
stats:
|
115
|
-
:offense: 5.25972594502127
|
116
|
-
:defense: 4.011238461971484
|
117
|
-
:agility: 2.8231077061887135
|
118
|
-
team: *2
|
119
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
120
|
-
to_s: Domienie Arma
|
121
|
-
stats:
|
122
|
-
:offense: 1.6180132581242483
|
123
|
-
:defense: 4.852083217603204
|
124
|
-
:agility: 3.4203022169632096
|
125
|
-
team: *2
|
126
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
127
|
-
to_s: Weslyn Yuk
|
128
|
-
stats:
|
129
|
-
:offense: 1.4209807741900036
|
130
|
-
:defense: 3.9406502023567067
|
131
|
-
:agility: 3.5658962497600766
|
132
|
-
team: *2
|
133
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
134
|
-
to_s: Samuele Todran
|
135
|
-
stats:
|
136
|
-
:offense: 4.730134443291376
|
137
|
-
:defense: 3.5454220412646245
|
138
|
-
:agility: 1.7457787766329795
|
139
|
-
team: *2
|
140
|
-
shadows:
|
141
|
-
- !ruby/object:Hlockey::Team::Player
|
142
|
-
to_s: Canebria Egillenne
|
143
|
-
stats:
|
144
|
-
:offense: 4.214140486182899
|
145
|
-
:defense: 4.545388061239939
|
146
|
-
:agility: -0.015063415252758394
|
147
|
-
team: *2
|
148
|
-
- !ruby/object:Hlockey::Team::Player
|
149
|
-
to_s: Dhamidane Cam
|
150
|
-
stats:
|
151
|
-
:offense: 0.751736201177627
|
152
|
-
:defense: 1.178480438265948
|
153
|
-
:agility: 1.3045087041771295
|
154
|
-
team: *2
|
155
|
-
- !ruby/object:Hlockey::Team::Player
|
156
|
-
to_s: Junanie Mara
|
157
|
-
stats:
|
158
|
-
:offense: 4.153934328388504
|
159
|
-
:defense: 0.4054649590940738
|
160
|
-
:agility: 2.346826485631649
|
161
|
-
team: *2
|
162
|
-
- &3 !ruby/object:Hlockey::Team
|
163
|
-
wins: 0
|
164
|
-
losses: 0
|
165
|
-
to_s: Kópavogur Seals
|
166
|
-
color: "#738fa5"
|
167
|
-
emoji: "\U0001F9AD"
|
168
|
-
motto: Your Fate Is Sealed
|
169
|
-
status: :in_contention
|
170
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
171
|
-
nickname: The Lagoon
|
172
|
-
full_name: Kópavogur Coastal Hot Springs and Hlockey Stadium
|
173
|
-
description:
|
174
|
-
hlockey_type: Ice
|
175
|
-
team: *3
|
176
|
-
roster:
|
177
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
178
|
-
to_s: Lorlenn Kath
|
179
|
-
stats:
|
180
|
-
:offense: 3.879121223503016
|
181
|
-
:defense: 5.013104654558497
|
182
|
-
:agility: 5.958902336928135
|
183
|
-
team: *3
|
184
|
-
:center: !ruby/object:Hlockey::Team::Player
|
185
|
-
to_s: Beany Genella
|
186
|
-
stats:
|
187
|
-
:offense: 2.166235892974232
|
188
|
-
:defense: 3.4983063853307703
|
189
|
-
:agility: 2.885670283699013
|
190
|
-
team: *3
|
191
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
192
|
-
to_s: Baher Fabi
|
193
|
-
stats:
|
194
|
-
:offense: 5.219858850394737
|
195
|
-
:defense: 3.8897760738301947
|
196
|
-
:agility: 4.112079036546893
|
197
|
-
team: *3
|
198
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
199
|
-
to_s: Edi Fod
|
200
|
-
stats:
|
201
|
-
:offense: 4.056266017795206
|
202
|
-
:defense: 2.3848599341401986
|
203
|
-
:agility: 2.899533174879813
|
204
|
-
team: *3
|
205
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
206
|
-
to_s: Eddie Cle
|
207
|
-
stats:
|
208
|
-
:offense: 6.166397763307629
|
209
|
-
:defense: 3.9950640783190865
|
210
|
-
:agility: 2.6157199825369486
|
211
|
-
team: *3
|
212
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
213
|
-
to_s: Nganna Elvena
|
214
|
-
stats:
|
215
|
-
:offense: 4.054684563953771
|
216
|
-
:defense: 0.06716006301817062
|
217
|
-
:agility: 6.022289435945402
|
218
|
-
team: *3
|
219
|
-
shadows:
|
220
|
-
- !ruby/object:Hlockey::Team::Player
|
221
|
-
to_s: Dallahadel Dhak
|
222
|
-
stats:
|
223
|
-
:offense: 2.6856681008155023
|
224
|
-
:defense: 3.126068530820148
|
225
|
-
:agility: -0.32282630932608575
|
226
|
-
team: *3
|
227
|
-
- !ruby/object:Hlockey::Team::Player
|
228
|
-
to_s: Don Sta
|
229
|
-
stats:
|
230
|
-
:offense: 1.5941370528222538
|
231
|
-
:defense: 1.095352665946084
|
232
|
-
:agility: 4.006505031326723
|
233
|
-
team: *3
|
234
|
-
- !ruby/object:Hlockey::Team::Player
|
235
|
-
to_s: Edgartie Shel
|
236
|
-
stats:
|
237
|
-
:offense: 4.221163579742805
|
238
|
-
:defense: 4.324685194544625
|
239
|
-
:agility: -0.25000220969350245
|
240
|
-
team: *3
|
241
|
-
- &4 !ruby/object:Hlockey::Team
|
242
|
-
wins: 0
|
243
|
-
losses: 0
|
244
|
-
to_s: Lagos Soup
|
245
|
-
color: "#b4814c"
|
246
|
-
emoji: "\U0001F963"
|
247
|
-
motto: Souped Up
|
248
|
-
status: :in_contention
|
249
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
250
|
-
nickname: The Bowl
|
251
|
-
full_name: Lagos Community Kitchen
|
252
|
-
description:
|
253
|
-
hlockey_type: Ice
|
254
|
-
team: *4
|
255
|
-
roster:
|
256
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
257
|
-
to_s: Rice Minda
|
258
|
-
stats:
|
259
|
-
:offense: 3.5676405529088373
|
260
|
-
:defense: 6.392210647903481
|
261
|
-
:agility: 3.1749652488029207
|
262
|
-
team: *4
|
263
|
-
:center: !ruby/object:Hlockey::Team::Player
|
264
|
-
to_s: Kena Jana
|
265
|
-
stats:
|
266
|
-
:offense: 5.336722745802704
|
267
|
-
:defense: 0.4903089659843666
|
268
|
-
:agility: 0.017868060529448726
|
269
|
-
team: *4
|
270
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
271
|
-
to_s: Aba Fiaseidimo
|
272
|
-
stats:
|
273
|
-
:offense: 3.1239047494232337
|
274
|
-
:defense: 1.3998878631681753
|
275
|
-
:agility: 4.189223032879005
|
276
|
-
team: *4
|
277
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
278
|
-
to_s: Evaredra Mado
|
279
|
-
stats:
|
280
|
-
:offense: 0.4676218418505968
|
281
|
-
:defense: 4.791838019101465
|
282
|
-
:agility: 4.814708613788861
|
283
|
-
team: *4
|
284
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
285
|
-
to_s: Myl Roseba
|
286
|
-
stats:
|
287
|
-
:offense: 2.6122935409560166
|
288
|
-
:defense: 4.907390568364985
|
289
|
-
:agility: 6.492640962437721
|
290
|
-
team: *4
|
291
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
292
|
-
to_s: Cecena Bina
|
293
|
-
stats:
|
294
|
-
:offense: 2.8648347451514184
|
295
|
-
:defense: 4.239315646202193
|
296
|
-
:agility: 3.2477054473488853
|
297
|
-
team: *4
|
298
|
-
shadows:
|
299
|
-
- !ruby/object:Hlockey::Team::Player
|
300
|
-
to_s: Ronelani Marjorisey
|
301
|
-
stats:
|
302
|
-
:offense: 2.8113250809896497
|
303
|
-
:defense: 6.458312554102357
|
304
|
-
:agility: 2.4341841123305383
|
305
|
-
team: *4
|
306
|
-
- !ruby/object:Hlockey::Team::Player
|
307
|
-
to_s: Gena Gegoreno
|
308
|
-
stats:
|
309
|
-
:offense: 1.857479122989442
|
310
|
-
:defense: 0.36126552309053733
|
311
|
-
:agility: 2.2488354010684914
|
312
|
-
team: *4
|
313
|
-
- !ruby/object:Hlockey::Team::Player
|
314
|
-
to_s: Lyn Vina
|
315
|
-
stats:
|
316
|
-
:offense: 4.914770407146569
|
317
|
-
:defense: 0.4642728574908503
|
318
|
-
:agility: 2.3195664349934124
|
319
|
-
team: *4
|
320
|
-
- &5 !ruby/object:Hlockey::Team
|
321
|
-
wins: 0
|
322
|
-
losses: 0
|
323
|
-
to_s: Pica Acid
|
324
|
-
color: "#519d07"
|
325
|
-
emoji: "\U0001F9EA"
|
326
|
-
motto: Trust The Citrus
|
327
|
-
status: :in_contention
|
328
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
329
|
-
nickname: The Biohazard
|
330
|
-
full_name: Pica Hlockey Stadium and Waste Management Facility
|
331
|
-
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.'
|
332
|
-
hlockey_type: Street
|
333
|
-
team: *5
|
334
|
-
roster:
|
335
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
336
|
-
to_s: Bea Roshina
|
337
|
-
stats:
|
338
|
-
:offense: 3.608544857490023
|
339
|
-
:defense: 3.242938202188162
|
340
|
-
:agility: 6.606786873412223
|
341
|
-
team: *5
|
342
|
-
:center: !ruby/object:Hlockey::Team::Player
|
343
|
-
to_s: Saula Murika
|
344
|
-
stats:
|
345
|
-
:offense: 4.004300868853074
|
346
|
-
:defense: 1.9322336424454407
|
347
|
-
:agility: 2.8150817028613155
|
348
|
-
team: *5
|
349
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
350
|
-
to_s: Domethan Betty
|
351
|
-
stats:
|
352
|
-
:offense: 2.621956051279454
|
353
|
-
:defense: 2.2831522866761254
|
354
|
-
:agility: 6.007013688411811
|
355
|
-
team: *5
|
356
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
357
|
-
to_s: Egi Fdia
|
358
|
-
stats:
|
359
|
-
:offense: 2.310503141096339
|
360
|
-
:defense: 5.530567239402629
|
361
|
-
:agility: 3.867733551801437
|
362
|
-
team: *5
|
363
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
364
|
-
to_s: Tandina Grah
|
365
|
-
stats:
|
366
|
-
:offense: -0.26785421697276607
|
367
|
-
:defense: 5.408067436979279
|
368
|
-
:agility: 2.1961431375521854
|
369
|
-
team: *5
|
370
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
371
|
-
to_s: Megren Ethawndie
|
372
|
-
stats:
|
373
|
-
:offense: 4.016782560410169
|
374
|
-
:defense: 0.519680368668406
|
375
|
-
:agility: 6.414582454870929
|
376
|
-
team: *5
|
377
|
-
shadows:
|
378
|
-
- !ruby/object:Hlockey::Team::Player
|
379
|
-
to_s: Mohana Mada
|
380
|
-
stats:
|
381
|
-
:offense: 1.1979198809984188
|
382
|
-
:defense: 4.8739119418328825
|
383
|
-
:agility: 2.697644544633245
|
384
|
-
team: *5
|
385
|
-
- !ruby/object:Hlockey::Team::Player
|
386
|
-
to_s: Adel Dhadolahim
|
387
|
-
stats:
|
388
|
-
:offense: 3.379408849924698
|
389
|
-
:defense: -0.6283467334618336
|
390
|
-
:agility: 3.208326161494627
|
391
|
-
team: *5
|
392
|
-
- !ruby/object:Hlockey::Team::Player
|
393
|
-
to_s: Ciborgarci Fela
|
394
|
-
stats:
|
395
|
-
:offense: 1.9270064530587432
|
396
|
-
:defense: 2.365470960133974
|
397
|
-
:agility: 4.729721702299591
|
398
|
-
team: *5
|
399
|
-
:Dry Warm:
|
400
|
-
- &6 !ruby/object:Hlockey::Team
|
401
|
-
wins: 0
|
402
|
-
losses: 0
|
403
|
-
to_s: Dawson City Impostors
|
404
|
-
color: "#f74d4e"
|
405
|
-
emoji: "\U0001F52A"
|
406
|
-
motto: We're Behind You
|
407
|
-
status: :in_contention
|
408
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
409
|
-
nickname: The Normal Place
|
410
|
-
full_name: Tribute Arena
|
411
|
-
description:
|
412
|
-
hlockey_type: '"Ice"'
|
413
|
-
team: *6
|
414
|
-
roster:
|
415
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
416
|
-
to_s: Ahiurtx Chak
|
417
|
-
stats:
|
418
|
-
:offense: 1.2953036861770202
|
419
|
-
:defense: 3.881710120658707
|
420
|
-
:agility: 3.4132419084441428
|
421
|
-
team: *6
|
422
|
-
:center: !ruby/object:Hlockey::Team::Player
|
423
|
-
to_s: Wal Carine
|
424
|
-
stats:
|
425
|
-
:offense: 4.600228316595542
|
426
|
-
:defense: 4.097027056181463
|
427
|
-
:agility: 4.373686103175517
|
428
|
-
team: *6
|
429
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
430
|
-
to_s: Lin Carb
|
431
|
-
stats:
|
432
|
-
:offense: 2.649080747296706
|
433
|
-
:defense: 1.200378632363945
|
434
|
-
:agility: 1.4077342281045646
|
435
|
-
team: *6
|
436
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
437
|
-
to_s: Faoundale Cecso
|
438
|
-
stats:
|
439
|
-
:offense: 4.149267718481082
|
440
|
-
:defense: 2.9777879953606927
|
441
|
-
:agility: 3.8775537823548616
|
442
|
-
team: *6
|
443
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
444
|
-
to_s: Sha Carle
|
445
|
-
stats:
|
446
|
-
:offense: 3.101522587496291
|
447
|
-
:defense: 4.864593355375425
|
448
|
-
:agility: 0.5327534620691982
|
449
|
-
team: *6
|
450
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
451
|
-
to_s: Alommee Oth
|
452
|
-
stats:
|
453
|
-
:offense: 3.6967832018902342
|
454
|
-
:defense: 4.119157307656223
|
455
|
-
:agility: 0.9322273365256756
|
456
|
-
team: *6
|
457
|
-
shadows:
|
458
|
-
- !ruby/object:Hlockey::Team::Player
|
459
|
-
to_s: Vanditarce Odela
|
460
|
-
stats:
|
461
|
-
:offense: 4.022981019442888
|
462
|
-
:defense: 4.5
|
463
|
-
:agility: 0.735163687021968
|
464
|
-
team: *6
|
465
|
-
- !ruby/object:Hlockey::Team::Player
|
466
|
-
to_s: Akisha Elsianda
|
467
|
-
stats:
|
468
|
-
:offense: 2.6893096993326724
|
469
|
-
:defense: 2.121468481171367
|
470
|
-
:agility: 0.673346104537263
|
471
|
-
team: *6
|
472
|
-
- !ruby/object:Hlockey::Team::Player
|
473
|
-
to_s: Ierre Gera
|
474
|
-
stats:
|
475
|
-
:offense: 0.5980564319690196
|
476
|
-
:defense: 0.9659554757437117
|
477
|
-
:agility: 4.708729989671992
|
478
|
-
team: *6
|
479
|
-
- !ruby/object:Hlockey::Team::Player
|
480
|
-
to_s: Cañary Daj
|
481
|
-
stats:
|
482
|
-
:offense: 2.7611700252924987
|
483
|
-
:defense: 2.942858334495651
|
484
|
-
:agility: 2.7246731785729397
|
485
|
-
team: *6
|
486
|
-
- &7 !ruby/object:Hlockey::Team
|
487
|
-
wins: 0
|
488
|
-
losses: 0
|
489
|
-
to_s: Erlangen Ohms
|
490
|
-
color: "#8e7ddf"
|
491
|
-
emoji: "♒"
|
492
|
-
motto: Resistance Is Not Futile
|
493
|
-
status: :in_contention
|
494
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
495
|
-
nickname:
|
496
|
-
full_name: The Academy at Ohmageddon
|
497
|
-
description: The large, prestigious university and hlockey rink. It has the ambiance and design of a Battlebots arena with none of the safety precautions.
|
498
|
-
hlockey_type: Air
|
499
|
-
team: *7
|
500
|
-
roster:
|
501
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
502
|
-
to_s: Mero Rose
|
503
|
-
stats:
|
504
|
-
:offense: 4.1100048381777174
|
505
|
-
:defense: 2.277380968880653
|
506
|
-
:agility: 3.5109857077979627
|
507
|
-
team: *7
|
508
|
-
:center: !ruby/object:Hlockey::Team::Player
|
509
|
-
to_s: Shewenne Miline
|
510
|
-
stats:
|
511
|
-
:offense: 4.300125613800633
|
512
|
-
:defense: 3.163710627212966
|
513
|
-
:agility: 4.804471387282466
|
514
|
-
team: *7
|
515
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
516
|
-
to_s: Marg Mic
|
517
|
-
stats:
|
518
|
-
:offense: 0.8767769408179032
|
519
|
-
:defense: 4.7499701618392045
|
520
|
-
:agility: 3.902998322914585
|
521
|
-
team: *7
|
522
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
523
|
-
to_s: Abdenco Ben
|
524
|
-
stats:
|
525
|
-
:offense: 3.6205441392000504
|
526
|
-
:defense: 2.0651736490460286
|
527
|
-
:agility: 3.6478913172531238
|
528
|
-
team: *7
|
529
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
530
|
-
to_s: Dejs Edira
|
531
|
-
stats:
|
532
|
-
:offense: 2.8459002795156394
|
533
|
-
:defense: 3.617112187195569
|
534
|
-
:agility: 0.9639781455260643
|
535
|
-
team: *7
|
536
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
537
|
-
to_s: Ceireserre Cecs
|
538
|
-
stats:
|
539
|
-
:offense: 1.3413265349860555
|
540
|
-
:defense: 1.8632452644622228
|
541
|
-
:agility: 1.2924990941854837
|
542
|
-
team: *7
|
543
|
-
shadows:
|
544
|
-
- !ruby/object:Hlockey::Team::Player
|
545
|
-
to_s: Bent Josemburmi
|
546
|
-
stats:
|
547
|
-
:offense: 0.004366571626243099
|
548
|
-
:defense: 4.83924091430933
|
549
|
-
:agility: 1.588609271274695
|
550
|
-
team: *7
|
551
|
-
- !ruby/object:Hlockey::Team::Player
|
552
|
-
to_s: Casmon Brisevie
|
553
|
-
stats:
|
554
|
-
:offense: 3.114974743994497
|
555
|
-
:defense: 3.047115205234527
|
556
|
-
:agility: 0.6987393928025232
|
557
|
-
team: *7
|
558
|
-
- !ruby/object:Hlockey::Team::Player
|
559
|
-
to_s: Dhadienbo Ceffanera
|
560
|
-
stats:
|
561
|
-
:offense: 0.6930555151481116
|
562
|
-
:defense: 3.215217247324497
|
563
|
-
:agility: 0.21725801144551138
|
564
|
-
team: *7
|
565
|
-
- &8 !ruby/object:Hlockey::Team
|
566
|
-
wins: 0
|
567
|
-
losses: 0
|
568
|
-
to_s: Pompei Eruptions
|
569
|
-
color: "#f25707"
|
570
|
-
emoji: "\U0001F30B"
|
571
|
-
motto: Erupt To No Good
|
572
|
-
status: :in_contention
|
573
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
574
|
-
nickname: The Lava Dome
|
575
|
-
full_name: Caldera Coliseum
|
576
|
-
description: Floating atop a pool of lava, the rink of the Caldera Coliseum somehow never melts.
|
577
|
-
hlockey_type: Ice
|
578
|
-
team: *8
|
579
|
-
roster:
|
580
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
581
|
-
to_s: Begrita Ednereda
|
582
|
-
stats:
|
583
|
-
:offense: 3.074236468956633
|
584
|
-
:defense: 3.372694349454339
|
585
|
-
:agility: 3.093904477755729
|
586
|
-
team: *8
|
587
|
-
:center: !ruby/object:Hlockey::Team::Player
|
588
|
-
to_s: Jeaudon Roslessa
|
589
|
-
stats:
|
590
|
-
:offense: 4.855908892396598
|
591
|
-
:defense: 2.6651871703759067
|
592
|
-
:agility: 0.5137281370281092
|
593
|
-
team: *8
|
594
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
595
|
-
to_s: Evetusteri Margelma
|
596
|
-
stats:
|
597
|
-
:offense: 3.1790987361720666
|
598
|
-
:defense: 4.498698229828847
|
599
|
-
:agility: 4.1015762593739264
|
600
|
-
team: *8
|
601
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
602
|
-
to_s: Gwen Castanda
|
603
|
-
stats:
|
604
|
-
:offense: 3.2139033614711865
|
605
|
-
:defense: 2.4942252202719883
|
606
|
-
:agility: 3.6189037075812878
|
607
|
-
team: *8
|
608
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
609
|
-
to_s: Lathellen Dorniquan
|
610
|
-
stats:
|
611
|
-
:offense: 3.364164426849454
|
612
|
-
:defense: 5.066399829919679
|
613
|
-
:agility: 3.076786388750754
|
614
|
-
team: *8
|
615
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
616
|
-
to_s: Yukisterin Ozielyn
|
617
|
-
stats:
|
618
|
-
:offense: 4.413311671837582
|
619
|
-
:defense: 2.5289946258026856
|
620
|
-
:agility: 4.675987154020578
|
621
|
-
team: *8
|
622
|
-
shadows:
|
623
|
-
- !ruby/object:Hlockey::Team::Player
|
624
|
-
to_s: Burene Nohnna
|
625
|
-
stats:
|
626
|
-
:offense: 3.7574437974987083
|
627
|
-
:defense: 2.7534471514955743
|
628
|
-
:agility: 1.0972169110073828
|
629
|
-
team: *8
|
630
|
-
- !ruby/object:Hlockey::Team::Player
|
631
|
-
to_s: Fela Chak
|
632
|
-
stats:
|
633
|
-
:offense: 1.2552254142054786
|
634
|
-
:defense: 4.932503533193345
|
635
|
-
:agility: 1.4485761789922154
|
636
|
-
team: *8
|
637
|
-
- !ruby/object:Hlockey::Team::Player
|
638
|
-
to_s: Ifia Giana
|
639
|
-
stats:
|
640
|
-
:offense: 1.1157882001465536
|
641
|
-
:defense: 3.290838679094951
|
642
|
-
:agility: 0.4965402035740374
|
643
|
-
team: *8
|
644
|
-
- &9 !ruby/object:Hlockey::Team
|
645
|
-
wins: 0
|
646
|
-
losses: 0
|
647
|
-
to_s: Rio de Janeiro Directors
|
648
|
-
color: "#a38932"
|
649
|
-
emoji: "\U0001F3A6"
|
650
|
-
motto: No Limite!
|
651
|
-
status: :in_contention
|
652
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
653
|
-
nickname: O Palco
|
654
|
-
full_name: Estádio de hóquei da Lagoa
|
655
|
-
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).
|
656
|
-
hlockey_type: Overwater
|
657
|
-
team: *9
|
658
|
-
roster:
|
659
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
660
|
-
to_s: Merlen Joh
|
661
|
-
stats:
|
662
|
-
:offense: 3.7220869253714763
|
663
|
-
:defense: 3.02183013976467
|
664
|
-
:agility: 1.7819219011870508
|
665
|
-
team: *9
|
666
|
-
:center: !ruby/object:Hlockey::Team::Player
|
667
|
-
to_s: Carisancel Chri
|
668
|
-
stats:
|
669
|
-
:offense: 5.565115716336476
|
670
|
-
:defense: -0.39215435670337884
|
671
|
-
:agility: 0.7147824764218765
|
672
|
-
team: *9
|
673
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
674
|
-
to_s: Djayaraa Afiel
|
675
|
-
stats:
|
676
|
-
:offense: 4.590275410888421
|
677
|
-
:defense: 3.664628241245554
|
678
|
-
:agility: 1.1051208219795012
|
679
|
-
team: *9
|
680
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
681
|
-
to_s: Thu Loly
|
682
|
-
stats:
|
683
|
-
:offense: 4.996969915661216
|
684
|
-
:defense: 4.4318934374742485
|
685
|
-
:agility: 4.976371115545975
|
686
|
-
team: *9
|
687
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
688
|
-
to_s: Immaed Dhaki
|
689
|
-
stats:
|
690
|
-
:offense: 4.055339805659051
|
691
|
-
:defense: 3.812224915020777
|
692
|
-
:agility: 4.041059380978546
|
693
|
-
team: *9
|
694
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
695
|
-
to_s: Cassako Chricobha
|
696
|
-
stats:
|
697
|
-
:offense: 0.3542374568567166
|
698
|
-
:defense: 4.583900981185715
|
699
|
-
:agility: 4.0415150715112
|
700
|
-
team: *9
|
701
|
-
shadows:
|
702
|
-
- !ruby/object:Hlockey::Team::Player
|
703
|
-
to_s: Luley Ora
|
704
|
-
stats:
|
705
|
-
:offense: 2.1984533675715854
|
706
|
-
:defense: 1.1179100170249336
|
707
|
-
:agility: 1.7612702553496473
|
708
|
-
team: *9
|
709
|
-
- !ruby/object:Hlockey::Team::Player
|
710
|
-
to_s: Caseslia Krynorgine
|
711
|
-
stats:
|
712
|
-
:offense: 1.0796833264687908
|
713
|
-
:defense: 3.04917631450195
|
714
|
-
:agility: 1.1391638509709707
|
715
|
-
team: *9
|
716
|
-
- !ruby/object:Hlockey::Team::Player
|
717
|
-
to_s: Mbabacheas Fian
|
718
|
-
stats:
|
719
|
-
:offense: 0.6570823221294503
|
720
|
-
:defense: 3.927606871271369
|
721
|
-
:agility: 1.5225785634792883
|
722
|
-
team: *9
|
723
|
-
- &10 !ruby/object:Hlockey::Team
|
724
|
-
wins: 0
|
725
|
-
losses: 0
|
726
|
-
to_s: Wyrzysk Rockets
|
727
|
-
color: "#cb7714"
|
728
|
-
emoji: "\U0001F680"
|
729
|
-
motto: Shoot For The Moon And Even If You Miss You'll Land In W̯ͤ͝Ỵ͋͢R͉͡͠Z̟̈́͜Ỵ͋͢S̙̀̃K͕͌
|
730
|
-
status: :in_contention
|
731
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
732
|
-
nickname: The Kosmo-dome
|
733
|
-
full_name: Silesian Planetarium
|
734
|
-
description:
|
735
|
-
hlockey_type: Jetpack
|
736
|
-
team: *10
|
737
|
-
roster:
|
738
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
739
|
-
to_s: Lew Debbi
|
740
|
-
stats:
|
741
|
-
:offense: 1.3270629254816884
|
742
|
-
:defense: 3.3396975327330143
|
743
|
-
:agility: 4.5728169344139715
|
744
|
-
team: *10
|
745
|
-
:center: !ruby/object:Hlockey::Team::Player
|
746
|
-
to_s: Gic Chak
|
747
|
-
stats:
|
748
|
-
:offense: 4.29182167393986
|
749
|
-
:defense: 4.570588755075213
|
750
|
-
:agility: 1.4040772429197734
|
751
|
-
team: *10
|
752
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
753
|
-
to_s: Dhaltis Fco
|
754
|
-
stats:
|
755
|
-
:offense: 2.6062011435766728
|
756
|
-
:defense: 1.7402022343454275
|
757
|
-
:agility: 2.3560110726874743
|
758
|
-
team: *10
|
759
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
760
|
-
to_s: Edmundan Jeanta
|
761
|
-
stats:
|
762
|
-
:offense: 2.7516815960329195
|
763
|
-
:defense: 5.158372014632781
|
764
|
-
:agility: 2.0472946730675194
|
765
|
-
team: *10
|
766
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
767
|
-
to_s: Echan Kanebelah
|
768
|
-
stats:
|
769
|
-
:offense: 3.7007221780267474
|
770
|
-
:defense: 1.035410831340597
|
771
|
-
:agility: 3.6434740960005856
|
772
|
-
team: *10
|
773
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
774
|
-
to_s: Jon Loura
|
775
|
-
stats:
|
776
|
-
:offense: 3.7866551120578658
|
777
|
-
:defense: 4.416566617090102
|
778
|
-
:agility: 3.6401509076449234
|
779
|
-
team: *10
|
780
|
-
shadows:
|
781
|
-
- !ruby/object:Hlockey::Team::Player
|
782
|
-
to_s: Desakey Teonon
|
783
|
-
stats:
|
784
|
-
:offense: 1.6206163244133098
|
785
|
-
:defense: 0.9486889856742975
|
786
|
-
:agility: 3.248277681739087
|
787
|
-
team: *10
|
788
|
-
- !ruby/object:Hlockey::Team::Player
|
789
|
-
to_s: Paud Ceco
|
790
|
-
stats:
|
791
|
-
:offense: 1.0061455484428683
|
792
|
-
:defense: 0.5179507656952331
|
793
|
-
:agility: 4.706662113132448
|
794
|
-
team: *10
|
795
|
-
- !ruby/object:Hlockey::Team::Player
|
796
|
-
to_s: Sopardetha Purarlynor
|
797
|
-
stats:
|
798
|
-
:offense: 3.0994050998369502
|
799
|
-
:defense: 0.41931230746487413
|
800
|
-
:agility: 0.5999825762044048
|
801
|
-
team: *10
|
802
|
-
:Wet Cool:
|
803
|
-
- &11 !ruby/object:Hlockey::Team
|
804
|
-
wins: 0
|
805
|
-
losses: 0
|
806
|
-
to_s: Cape Town Transplants
|
807
|
-
color: "#04a148"
|
808
|
-
emoji: "\U0001F331"
|
809
|
-
motto: Trans Rights, Plant Lives
|
810
|
-
status: :in_contention
|
811
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
812
|
-
nickname: The Greenhouse
|
813
|
-
full_name: Cape Town Natural History Museum and Hlockey Field
|
814
|
-
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.
|
815
|
-
hlockey_type: Field
|
816
|
-
team: *11
|
817
|
-
roster:
|
818
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
819
|
-
to_s: Ilenbelder Baca
|
820
|
-
stats:
|
821
|
-
:offense: 3.244372812780057
|
822
|
-
:defense: 5.019633088311702
|
823
|
-
:agility: 2.007883011367895
|
824
|
-
team: *11
|
825
|
-
:center: !ruby/object:Hlockey::Team::Player
|
826
|
-
to_s: Merry Nate
|
827
|
-
stats:
|
828
|
-
:offense: 0.6577700557508955
|
829
|
-
:defense: 5.052251329679322
|
830
|
-
:agility: 4.412698599931343
|
831
|
-
team: *11
|
832
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
833
|
-
to_s: Marmil Eilarema
|
834
|
-
stats:
|
835
|
-
:offense: 5.9230151890331655
|
836
|
-
:defense: 1.8254647893498654
|
837
|
-
:agility: 1.324067980101753
|
838
|
-
team: *11
|
839
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
840
|
-
to_s: Shancilesi Lucie
|
841
|
-
stats:
|
842
|
-
:offense: -0.5156459354346516
|
843
|
-
:defense: 0.5984473173569689
|
844
|
-
:agility: 0.8114994138429381
|
845
|
-
team: *11
|
846
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
847
|
-
to_s: Kalianeraf Edge
|
848
|
-
stats:
|
849
|
-
:offense: 3.223563396260785
|
850
|
-
:defense: 5.2805495065294235
|
851
|
-
:agility: 5.438151955607189
|
852
|
-
team: *11
|
853
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
854
|
-
to_s: Alebellena Ald
|
855
|
-
stats:
|
856
|
-
:offense: 4.332228934156225
|
857
|
-
:defense: 1.6112008963032876
|
858
|
-
:agility: 4.047570492084384
|
859
|
-
team: *11
|
860
|
-
shadows:
|
861
|
-
- !ruby/object:Hlockey::Team::Player
|
862
|
-
to_s: Tonse Chryane
|
863
|
-
stats:
|
864
|
-
:offense: 0.7456700606305633
|
865
|
-
:defense: 0.16664579186946238
|
866
|
-
:agility: 0.35038186524706116
|
867
|
-
team: *11
|
868
|
-
- !ruby/object:Hlockey::Team::Player
|
869
|
-
to_s: Eil Glim
|
870
|
-
stats:
|
871
|
-
:offense: 2.1853764151889905
|
872
|
-
:defense: 1.7693086780678113
|
873
|
-
:agility: 3.181252556253546
|
874
|
-
team: *11
|
875
|
-
- !ruby/object:Hlockey::Team::Player
|
876
|
-
to_s: Hayetinevo Sance
|
877
|
-
stats:
|
878
|
-
:offense: 6.160442749475682
|
879
|
-
:defense: -0.45675409868331096
|
880
|
-
:agility: 0.7203111823011112
|
881
|
-
team: *11
|
882
|
-
- &12 !ruby/object:Hlockey::Team
|
883
|
-
wins: 0
|
884
|
-
losses: 0
|
885
|
-
to_s: Manbij Fish
|
886
|
-
color: "#797ff7"
|
887
|
-
emoji: "\U0001F420"
|
888
|
-
motto: It's Fishing Time
|
889
|
-
status: :in_contention
|
890
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
891
|
-
nickname: The Fish Tank
|
892
|
-
full_name: Atargatis Arena
|
893
|
-
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.
|
894
|
-
hlockey_type: Ruins
|
895
|
-
team: *12
|
896
|
-
roster:
|
897
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
898
|
-
to_s: Ghanona Dhaka
|
899
|
-
stats:
|
900
|
-
:offense: 5.062042399392084
|
901
|
-
:defense: 3.4645103960961077
|
902
|
-
:agility: 2.132909687570641
|
903
|
-
team: *12
|
904
|
-
:center: !ruby/object:Hlockey::Team::Player
|
905
|
-
to_s: Maricalena Wilia
|
906
|
-
stats:
|
907
|
-
:offense: 6.08723358952591
|
908
|
-
:defense: 1.982754435042453
|
909
|
-
:agility: 2.5694932005014595
|
910
|
-
team: *12
|
911
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
912
|
-
to_s: Cla Wina
|
913
|
-
stats:
|
914
|
-
:offense: 0.5529882869947789
|
915
|
-
:defense: 3.5366446028607523
|
916
|
-
:agility: 5.7837237175631335
|
917
|
-
team: *12
|
918
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
919
|
-
to_s: Marlyn Magra
|
920
|
-
stats:
|
921
|
-
:offense: 3.0350318962752563
|
922
|
-
:defense: 2.607626639998464
|
923
|
-
:agility: 2.0359544159790497
|
924
|
-
team: *12
|
925
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
926
|
-
to_s: Dimon Leori
|
927
|
-
stats:
|
928
|
-
:offense: 5.046483375155001
|
929
|
-
:defense: 6.36895738383651
|
930
|
-
:agility: 3.243656225253694
|
931
|
-
team: *12
|
932
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
933
|
-
to_s: Kenboum Elgie
|
934
|
-
stats:
|
935
|
-
:offense: 1.2289948166618032
|
936
|
-
:defense: 4.710410859198227
|
937
|
-
:agility: 2.7734644834355064
|
938
|
-
team: *12
|
939
|
-
shadows:
|
940
|
-
- !ruby/object:Hlockey::Team::Player
|
941
|
-
to_s: Jandald Garet
|
942
|
-
stats:
|
943
|
-
:offense: 0.6272414199744301
|
944
|
-
:defense: 4.372632473363547
|
945
|
-
:agility: 1.3609606419867637
|
946
|
-
team: *12
|
947
|
-
- !ruby/object:Hlockey::Team::Player
|
948
|
-
to_s: Alet Jungellice
|
949
|
-
stats:
|
950
|
-
:offense: 1.8780325228416035
|
951
|
-
:defense: 1.4371807065821443
|
952
|
-
:agility: -0.02991075339566368
|
953
|
-
team: *12
|
954
|
-
- !ruby/object:Hlockey::Team::Player
|
955
|
-
to_s: Fek Gie
|
956
|
-
stats:
|
957
|
-
:offense: 4.8463575473496565
|
958
|
-
:defense: 0.3274476448284641
|
959
|
-
:agility: 0.5857514216479126
|
960
|
-
team: *12
|
961
|
-
- &13 !ruby/object:Hlockey::Team
|
962
|
-
wins: 0
|
963
|
-
losses: 0
|
964
|
-
to_s: Nagqu Paint
|
965
|
-
color: "#ab78c7"
|
966
|
-
emoji: "\U0001F3A8"
|
967
|
-
motto: Many Colors, One Painting
|
968
|
-
status: :in_contention
|
969
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
970
|
-
nickname: The Paint Bucket
|
971
|
-
full_name: Nagqu Arts, Crafts, and Hlockey Center
|
972
|
-
description: An arts and crafts center with a hlockey stadium. Some say the pathways there change direction every now and then.
|
973
|
-
hlockey_type: Street
|
974
|
-
team: *13
|
975
|
-
roster:
|
976
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
977
|
-
to_s: Dode Reeninee
|
978
|
-
stats:
|
979
|
-
:offense: 3.97865378848881
|
980
|
-
:defense: 1.7430645759117935
|
981
|
-
:agility: 3.763999567177825
|
982
|
-
team: *13
|
983
|
-
:center: !ruby/object:Hlockey::Team::Player
|
984
|
-
to_s: Toba Jana
|
985
|
-
stats:
|
986
|
-
:offense: 4.7861922468806934
|
987
|
-
:defense: 0.48233807074878543
|
988
|
-
:agility: 2.989545681394209
|
989
|
-
team: *13
|
990
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
991
|
-
to_s: Meggaitte Jammy
|
992
|
-
stats:
|
993
|
-
:offense: 3.2300618014522247
|
994
|
-
:defense: 1.423704179450585
|
995
|
-
:agility: 2.7698871297000864
|
996
|
-
team: *13
|
997
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
998
|
-
to_s: Ghair Aji
|
999
|
-
stats:
|
1000
|
-
:offense: 2.577777260197255
|
1001
|
-
:defense: 1.4703382343110338
|
1002
|
-
:agility: 5.0758062049920465
|
1003
|
-
team: *13
|
1004
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
1005
|
-
to_s: Shia Tri
|
1006
|
-
stats:
|
1007
|
-
:offense: 0.8151831794795465
|
1008
|
-
:defense: 4.782025343363704
|
1009
|
-
:agility: 4.5835825601008295
|
1010
|
-
team: *13
|
1011
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
1012
|
-
to_s: Banitouas Cheno
|
1013
|
-
stats:
|
1014
|
-
:offense: 3.2300618014522247
|
1015
|
-
:defense: 1.423704179450585
|
1016
|
-
:agility: 2.7698871297000864
|
1017
|
-
team: *13
|
1018
|
-
shadows:
|
1019
|
-
- !ruby/object:Hlockey::Team::Player
|
1020
|
-
to_s: Edmungette Hirleista
|
1021
|
-
stats:
|
1022
|
-
:offense: 0.4162397962716402
|
1023
|
-
:defense: 2.293767230532783
|
1024
|
-
:agility: 2.2379303452001236
|
1025
|
-
team: *13
|
1026
|
-
- !ruby/object:Hlockey::Team::Player
|
1027
|
-
to_s: Mann Coredrita
|
1028
|
-
stats:
|
1029
|
-
:offense: 1.6468152532237923
|
1030
|
-
:defense: 1.0859632958151226
|
1031
|
-
:agility: 1.170060891508971
|
1032
|
-
team: *13
|
1033
|
-
- !ruby/object:Hlockey::Team::Player
|
1034
|
-
to_s: Dejosz Claheri
|
1035
|
-
stats:
|
1036
|
-
:offense: 2.1952326524463572
|
1037
|
-
:defense: 3.4863444018709404
|
1038
|
-
:agility: 1.2519483002755583
|
1039
|
-
team: *13
|
1040
|
-
- &14 !ruby/object:Hlockey::Team
|
1041
|
-
wins: 0
|
1042
|
-
losses: 0
|
1043
|
-
to_s: Nice Backflippers
|
1044
|
-
color: "#4a95ac"
|
1045
|
-
emoji: "\U0001F504"
|
1046
|
-
motto: See You On The Flip Side
|
1047
|
-
status: :in_contention
|
1048
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
1049
|
-
nickname: The Jurb
|
1050
|
-
full_name: La Jurbert Maison De Rebond Stadium
|
1051
|
-
description: A stadium where the floor is made up of lots of trampolines.
|
1052
|
-
hlockey_type: Trampoline
|
1053
|
-
team: *14
|
1054
|
-
roster:
|
1055
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
1056
|
-
to_s: Higosz Djia
|
1057
|
-
stats:
|
1058
|
-
:offense: 4.430874679737137
|
1059
|
-
:defense: 3.512324663936816
|
1060
|
-
:agility: 0.220591635901015
|
1061
|
-
team: *14
|
1062
|
-
:center: !ruby/object:Hlockey::Team::Player
|
1063
|
-
to_s: Sillia Lina
|
1064
|
-
stats:
|
1065
|
-
:offense: -0.5770466085154876
|
1066
|
-
:defense: 1.6413590857353357
|
1067
|
-
:agility: 4.289204607282539
|
1068
|
-
team: *14
|
1069
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
1070
|
-
to_s: Jhem Caille
|
1071
|
-
stats:
|
1072
|
-
:offense: 4.083790423555762
|
1073
|
-
:defense: 3.8723066095301837
|
1074
|
-
:agility: 2.1415173611436913
|
1075
|
-
team: *14
|
1076
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
1077
|
-
to_s: Gallettacq Joreta
|
1078
|
-
stats:
|
1079
|
-
:offense: 1.414503607823451
|
1080
|
-
:defense: 4.517865913314923
|
1081
|
-
:agility: 4.044893121219804
|
1082
|
-
team: *14
|
1083
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
1084
|
-
to_s: Fcomeria Been
|
1085
|
-
stats:
|
1086
|
-
:offense: 2.6819323549558205
|
1087
|
-
:defense: 5.0402963843511905
|
1088
|
-
:agility: 3.410184868781697
|
1089
|
-
team: *14
|
1090
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
1091
|
-
to_s: Ene Marlaura
|
1092
|
-
stats:
|
1093
|
-
:offense: 3.666283994607924
|
1094
|
-
:defense: 4.922036426352861
|
1095
|
-
:agility: 2.2744741623183398
|
1096
|
-
team: *14
|
1097
|
-
shadows:
|
1098
|
-
- !ruby/object:Hlockey::Team::Player
|
1099
|
-
to_s: Ton Mitelvelli
|
1100
|
-
stats:
|
1101
|
-
:offense: 6.503643363583734
|
1102
|
-
:defense: 0.27868315986189407
|
1103
|
-
:agility: 0.19899231461439149
|
1104
|
-
team: *14
|
1105
|
-
- !ruby/object:Hlockey::Team::Player
|
1106
|
-
to_s: Flomarlie Pegettepha
|
1107
|
-
stats:
|
1108
|
-
:offense: 2.8095218195811706
|
1109
|
-
:defense: 1.7552564744524686
|
1110
|
-
:agility: 0.9021167508459513
|
1111
|
-
team: *14
|
1112
|
-
- !ruby/object:Hlockey::Team::Player
|
1113
|
-
to_s: Dec Gigorgilee
|
1114
|
-
stats:
|
1115
|
-
:offense: 0.8915167321175338
|
1116
|
-
:defense: 0.48458008629077676
|
1117
|
-
:agility: 4.192458422674987
|
1118
|
-
team: *14
|
1119
|
-
- &15 !ruby/object:Hlockey::Team
|
1120
|
-
wins: 0
|
1121
|
-
losses: 0
|
1122
|
-
to_s: Orcadas Base Fog
|
1123
|
-
color: "#8d889c"
|
1124
|
-
emoji: "\U0001F301"
|
1125
|
-
motto: "[Foghorn Sound]"
|
1126
|
-
status: :in_contention
|
1127
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
1128
|
-
nickname: The Lab
|
1129
|
-
full_name: Fog Research Division Splorts Centre
|
1130
|
-
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.
|
1131
|
-
hlockey_type: Ice
|
1132
|
-
team: *15
|
1133
|
-
roster:
|
1134
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
1135
|
-
to_s: Sabelia Dempia
|
1136
|
-
stats:
|
1137
|
-
:offense: 2.441370818134459
|
1138
|
-
:defense: 2.5146349334085114
|
1139
|
-
:agility: 5.802487320185035
|
1140
|
-
team: *15
|
1141
|
-
:center: !ruby/object:Hlockey::Team::Player
|
1142
|
-
to_s: Pormel Torishanet
|
1143
|
-
stats:
|
1144
|
-
:offense: 4.680615293053172
|
1145
|
-
:defense: 3.167462241598979
|
1146
|
-
:agility: 3.340242573872536
|
1147
|
-
team: *15
|
1148
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
1149
|
-
to_s: Lin Irma
|
1150
|
-
stats:
|
1151
|
-
:offense: 4.5
|
1152
|
-
:defense: 2.887053032969913
|
1153
|
-
:agility: 2.5682113561156523
|
1154
|
-
team: *15
|
1155
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
1156
|
-
to_s: Deber Cucia
|
1157
|
-
stats:
|
1158
|
-
:offense: 4.024800649244164
|
1159
|
-
:defense: 2.1065667353816213
|
1160
|
-
:agility: 3.2429842853535096
|
1161
|
-
team: *15
|
1162
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
1163
|
-
to_s: Bebiboria Hik
|
1164
|
-
stats:
|
1165
|
-
:offense: 2.627535340447778
|
1166
|
-
:defense: 0.18463228384288877
|
1167
|
-
:agility: 1.434305742967098
|
1168
|
-
team: *15
|
1169
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
1170
|
-
to_s: Melli Tuye
|
1171
|
-
stats:
|
1172
|
-
:offense: 4.345249049989797
|
1173
|
-
:defense: 3.392304012958874
|
1174
|
-
:agility: 3.7899023741105244
|
1175
|
-
team: *15
|
1176
|
-
shadows:
|
1177
|
-
- !ruby/object:Hlockey::Team::Player
|
1178
|
-
to_s: Dagose Jederenbo
|
1179
|
-
stats:
|
1180
|
-
:offense: 2.3117869611192274
|
1181
|
-
:defense: 2.8923189140641448
|
1182
|
-
:agility: 2.0554960270246565
|
1183
|
-
team: *15
|
1184
|
-
- !ruby/object:Hlockey::Team::Player
|
1185
|
-
to_s: Jeatrisarg Efria
|
1186
|
-
stats:
|
1187
|
-
:offense: 2.821545079645435
|
1188
|
-
:defense: 0.5379371210952805
|
1189
|
-
:agility: 2.5512738617923687
|
1190
|
-
team: *15
|
1191
|
-
- !ruby/object:Hlockey::Team::Player
|
1192
|
-
to_s: Decia Die
|
1193
|
-
stats:
|
1194
|
-
:offense: 4.02168516305309
|
1195
|
-
:defense: 4.296760326214988
|
1196
|
-
:agility: 0.9559945521277219
|
1197
|
-
team: *15
|
1198
|
-
:Dry Cool:
|
1199
|
-
- &16 !ruby/object:Hlockey::Team
|
1200
|
-
wins: 0
|
1201
|
-
losses: 0
|
1202
|
-
to_s: Baghdad Abacuses
|
1203
|
-
color: "#d264ad"
|
1204
|
-
emoji: "\U0001F9EE"
|
1205
|
-
motto: Your Days Are Numbered
|
1206
|
-
status: :in_contention
|
1207
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
1208
|
-
nickname: The Zigg
|
1209
|
-
full_name: The Etemenanki Rink
|
1210
|
-
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.
|
1211
|
-
hlockey_type: Ice
|
1212
|
-
team: *16
|
1213
|
-
roster:
|
1214
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
1215
|
-
to_s: Dak Dias
|
1216
|
-
stats:
|
1217
|
-
:offense: 2.021016440584704
|
1218
|
-
:defense: 0.6361664989176833
|
1219
|
-
:agility: 4.532652967583883
|
1220
|
-
team: *16
|
1221
|
-
:center: !ruby/object:Hlockey::Team::Player
|
1222
|
-
to_s: Hieldoni Fadoudons
|
1223
|
-
stats:
|
1224
|
-
:offense: 4.001996059111379
|
1225
|
-
:defense: 3.8352618652373254
|
1226
|
-
:agility: 4.752896089789449
|
1227
|
-
team: *16
|
1228
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
1229
|
-
to_s: Mil Hedrilia
|
1230
|
-
stats:
|
1231
|
-
:offense: 1.689371414133044
|
1232
|
-
:defense: 1.024330024772146
|
1233
|
-
:agility: 1.165962047836644
|
1234
|
-
team: *16
|
1235
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
1236
|
-
to_s: Flomina Cucisha
|
1237
|
-
stats:
|
1238
|
-
:offense: 3.7933690795711303
|
1239
|
-
:defense: 4.2267509358040645
|
1240
|
-
:agility: 4.383672509906895
|
1241
|
-
team: *16
|
1242
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
1243
|
-
to_s: Enisto Dene
|
1244
|
-
stats:
|
1245
|
-
:offense: 1.013393977043406
|
1246
|
-
:defense: 1.997047540832867
|
1247
|
-
:agility: 3.4227583616500015
|
1248
|
-
team: *16
|
1249
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
1250
|
-
to_s: Gia Hajaopeana
|
1251
|
-
stats:
|
1252
|
-
:offense: 3.0894223694082394
|
1253
|
-
:defense: 5.336515622894927
|
1254
|
-
:agility: 1.380155882670916
|
1255
|
-
team: *16
|
1256
|
-
shadows:
|
1257
|
-
- !ruby/object:Hlockey::Team::Player
|
1258
|
-
to_s: Maranny Madina
|
1259
|
-
stats:
|
1260
|
-
:offense: 1.4128013003566564
|
1261
|
-
:defense: 0.702020440278861
|
1262
|
-
:agility: 0.08479429503933922
|
1263
|
-
team: *16
|
1264
|
-
- !ruby/object:Hlockey::Team::Player
|
1265
|
-
to_s: Cathlisa Die
|
1266
|
-
stats:
|
1267
|
-
:offense: 0.5659798576974939
|
1268
|
-
:defense: 2.749132737041533
|
1269
|
-
:agility: 2.467777037410934
|
1270
|
-
team: *16
|
1271
|
-
- !ruby/object:Hlockey::Team::Player
|
1272
|
-
to_s: Eard Sly
|
1273
|
-
stats:
|
1274
|
-
:offense: 1.713065837789514
|
1275
|
-
:defense: 0.8573638676714308
|
1276
|
-
:agility: 2.9491164655226636
|
1277
|
-
team: *16
|
1278
|
-
- &17 !ruby/object:Hlockey::Team
|
1279
|
-
wins: 0
|
1280
|
-
losses: 0
|
1281
|
-
to_s: Jakarta Architects
|
1282
|
-
color: "#7d9535"
|
1283
|
-
emoji: "\U0001F4D0"
|
1284
|
-
motto: We'll Never Fall
|
1285
|
-
status: :in_contention
|
1286
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
1287
|
-
nickname: The Arch
|
1288
|
-
full_name: Gelora Bung Karno Hlockey Field
|
1289
|
-
description:
|
1290
|
-
hlockey_type: Field
|
1291
|
-
team: *17
|
1292
|
-
roster:
|
1293
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
1294
|
-
to_s: Mert Wilon
|
1295
|
-
stats:
|
1296
|
-
:offense: 5.006311929076305
|
1297
|
-
:defense: 0.35178562680358383
|
1298
|
-
:agility: 2.7772104934841138
|
1299
|
-
team: *17
|
1300
|
-
:center: !ruby/object:Hlockey::Team::Player
|
1301
|
-
to_s: Jease Vivelleedr
|
1302
|
-
stats:
|
1303
|
-
:offense: 1.5050150363088823
|
1304
|
-
:defense: 6.312293293576089
|
1305
|
-
:agility: 2.1141825942992516
|
1306
|
-
team: *17
|
1307
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
1308
|
-
to_s: Aglo Chelaa
|
1309
|
-
stats:
|
1310
|
-
:offense: 2.3240075440065513
|
1311
|
-
:defense: 4.13713960912173
|
1312
|
-
:agility: 3.132611178473918
|
1313
|
-
team: *17
|
1314
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
1315
|
-
to_s: Ngue Laurta
|
1316
|
-
stats:
|
1317
|
-
:offense: 2.697751751597681
|
1318
|
-
:defense: 0.1836266434144216
|
1319
|
-
:agility: 1.5942566062000822
|
1320
|
-
team: *17
|
1321
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
1322
|
-
to_s: Fainnya Jula
|
1323
|
-
stats:
|
1324
|
-
:offense: 3.438474404449765
|
1325
|
-
:defense: 0.7307994601576988
|
1326
|
-
:agility: 2.5692803988626647
|
1327
|
-
team: *17
|
1328
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
1329
|
-
to_s: Haelek Abervid
|
1330
|
-
stats:
|
1331
|
-
:offense: 3.780461748956275
|
1332
|
-
:defense: 4.765704190768407
|
1333
|
-
:agility: 1.5077647054942154
|
1334
|
-
team: *17
|
1335
|
-
shadows:
|
1336
|
-
- !ruby/object:Hlockey::Team::Player
|
1337
|
-
to_s: Gudienna Correnteph
|
1338
|
-
stats:
|
1339
|
-
:offense: 1.6007241909297911
|
1340
|
-
:defense: -0.9233287430759778
|
1341
|
-
:agility: 3.9178553339719335
|
1342
|
-
team: *17
|
1343
|
-
- !ruby/object:Hlockey::Team::Player
|
1344
|
-
to_s: Adianaul Abdenbenbe
|
1345
|
-
stats:
|
1346
|
-
:offense: 2.522231757935248
|
1347
|
-
:defense: 1.3916838237280924
|
1348
|
-
:agility: 2.982511803991502
|
1349
|
-
team: *17
|
1350
|
-
- !ruby/object:Hlockey::Team::Player
|
1351
|
-
to_s: Sal Everie
|
1352
|
-
stats:
|
1353
|
-
:offense: 0.8224645994521613
|
1354
|
-
:defense: 5.344724451206181
|
1355
|
-
:agility: 2.62136705710104
|
1356
|
-
team: *17
|
1357
|
-
- &18 !ruby/object:Hlockey::Team
|
1358
|
-
wins: 0
|
1359
|
-
losses: 0
|
1360
|
-
to_s: Kyoto Payphones
|
1361
|
-
color: "#ad8087"
|
1362
|
-
emoji: "\U0001F4F3"
|
1363
|
-
motto: Call Me!
|
1364
|
-
status: :in_contention
|
1365
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
1366
|
-
nickname: The Booth
|
1367
|
-
full_name: Ohashi West Service for Telecommunication and Payment Arena
|
1368
|
-
description:
|
1369
|
-
hlockey_type: Field
|
1370
|
-
team: *18
|
1371
|
-
roster:
|
1372
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
1373
|
-
to_s: Kan Ashann
|
1374
|
-
stats:
|
1375
|
-
:offense: 4.368792809218482
|
1376
|
-
:defense: 5.428004939804559
|
1377
|
-
:agility: 3.6392079533438655
|
1378
|
-
team: *18
|
1379
|
-
:center: !ruby/object:Hlockey::Team::Player
|
1380
|
-
to_s: Cla Elkia
|
1381
|
-
stats:
|
1382
|
-
:offense: 1.9312307289745068
|
1383
|
-
:defense: 1.730866974187785
|
1384
|
-
:agility: 1.9504913770360783
|
1385
|
-
team: *18
|
1386
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
1387
|
-
to_s: Aldee Lon
|
1388
|
-
stats:
|
1389
|
-
:offense: 5.374301228951008
|
1390
|
-
:defense: 0.2342991644469921
|
1391
|
-
:agility: 1.052063534268024
|
1392
|
-
team: *18
|
1393
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
1394
|
-
to_s: Niny Roshine
|
1395
|
-
stats:
|
1396
|
-
:offense: 2.880220702150386
|
1397
|
-
:defense: 5.050376511192564
|
1398
|
-
:agility: 4.062766271860494
|
1399
|
-
team: *18
|
1400
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
1401
|
-
to_s: Jc Ioamira
|
1402
|
-
stats:
|
1403
|
-
:offense: 3.024245047272672
|
1404
|
-
:defense: 3.8393916402097834
|
1405
|
-
:agility: 3.239684469038203
|
1406
|
-
team: *18
|
1407
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
1408
|
-
to_s: Ehaka Ideriliasi
|
1409
|
-
stats:
|
1410
|
-
:offense: 4.23199954623502
|
1411
|
-
:defense: 1.057971224253062
|
1412
|
-
:agility: 2.8299758440791396
|
1413
|
-
team: *18
|
1414
|
-
shadows:
|
1415
|
-
- !ruby/object:Hlockey::Team::Player
|
1416
|
-
to_s: Ard Marita
|
1417
|
-
stats:
|
1418
|
-
:offense: 1.3357535472697077
|
1419
|
-
:defense: 3.0715594445930456
|
1420
|
-
:agility: 0.35419584752973066
|
1421
|
-
team: *18
|
1422
|
-
- !ruby/object:Hlockey::Team::Player
|
1423
|
-
to_s: Kimarrise Gronicton
|
1424
|
-
stats:
|
1425
|
-
:offense: 0.726455812345899
|
1426
|
-
:defense: 1.4602072262142936
|
1427
|
-
:agility: 3.799443156470256
|
1428
|
-
team: *18
|
1429
|
-
- !ruby/object:Hlockey::Team::Player
|
1430
|
-
to_s: Ale Idelda
|
1431
|
-
stats:
|
1432
|
-
:offense: 0.7981489905185538
|
1433
|
-
:defense: 2.9282402860310586
|
1434
|
-
:agility: 1.653356047079749
|
1435
|
-
team: *18
|
1436
|
-
- &19 !ruby/object:Hlockey::Team
|
1437
|
-
wins: 0
|
1438
|
-
losses: 0
|
1439
|
-
to_s: Stony Brook Reapers
|
1440
|
-
color: "#469a82"
|
1441
|
-
emoji: "\U0001F480"
|
1442
|
-
motto: Memento Mori
|
1443
|
-
status: :in_contention
|
1444
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
1445
|
-
nickname:
|
1446
|
-
full_name: The Macabrink
|
1447
|
-
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.
|
1448
|
-
hlockey_type: Bone
|
1449
|
-
team: *19
|
1450
|
-
roster:
|
1451
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
1452
|
-
to_s: Elmalia Giguiasina
|
1453
|
-
stats:
|
1454
|
-
:offense: 4.4062531076402855
|
1455
|
-
:defense: 3.1307983855418735
|
1456
|
-
:agility: 1.9356029349371728
|
1457
|
-
team: *19
|
1458
|
-
:center: !ruby/object:Hlockey::Team::Player
|
1459
|
-
to_s: Ilia Boriu
|
1460
|
-
stats:
|
1461
|
-
:offense: 3.4105915386058774
|
1462
|
-
:defense: 1.6617680273609263
|
1463
|
-
:agility: 1.2537385286608949
|
1464
|
-
team: *19
|
1465
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
1466
|
-
to_s: Merene Phie
|
1467
|
-
stats:
|
1468
|
-
:offense: 1.4060061121167389
|
1469
|
-
:defense: 4.579674986428387
|
1470
|
-
:agility: 0.9055178762079841
|
1471
|
-
team: *19
|
1472
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
1473
|
-
to_s: Rimikkiser Arlee
|
1474
|
-
stats:
|
1475
|
-
:offense: 2.9513418405675655
|
1476
|
-
:defense: 3.8792212189579156
|
1477
|
-
:agility: 4.133205413829378
|
1478
|
-
team: *19
|
1479
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
1480
|
-
to_s: Bihadelden Danne
|
1481
|
-
stats:
|
1482
|
-
:offense: 0.4673574526898855
|
1483
|
-
:defense: 4.979742857776061
|
1484
|
-
:agility: 4.012969702417887
|
1485
|
-
team: *19
|
1486
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
1487
|
-
to_s: Gamirecia Daileencia
|
1488
|
-
stats:
|
1489
|
-
:offense: 2.4252076873842894
|
1490
|
-
:defense: 3.996672924848445
|
1491
|
-
:agility: 1.1017848131517805
|
1492
|
-
team: *19
|
1493
|
-
shadows:
|
1494
|
-
- !ruby/object:Hlockey::Team::Player
|
1495
|
-
to_s: Emon Suzanna
|
1496
|
-
stats:
|
1497
|
-
:offense: 1.9276624977755237
|
1498
|
-
:defense: 0.7897922026133702
|
1499
|
-
:agility: 3.7160248649763994
|
1500
|
-
team: *19
|
1501
|
-
- !ruby/object:Hlockey::Team::Player
|
1502
|
-
to_s: Bene Beraopio
|
1503
|
-
stats:
|
1504
|
-
:offense: 0.7221610610704859
|
1505
|
-
:defense: 1.825089905058035
|
1506
|
-
:agility: 2.207267002722999
|
1507
|
-
team: *19
|
1508
|
-
- !ruby/object:Hlockey::Team::Player
|
1509
|
-
to_s: Lucioven Megarby
|
1510
|
-
stats:
|
1511
|
-
:offense: 1.2119831007603765
|
1512
|
-
:defense: 2.008262073013745
|
1513
|
-
:agility: 3.645012169532285
|
1514
|
-
team: *19
|
1515
|
-
- &20 !ruby/object:Hlockey::Team
|
1516
|
-
wins: 0
|
1517
|
-
losses: 0
|
1518
|
-
to_s: Sydney Thinkers
|
1519
|
-
color: "#d847fa"
|
1520
|
-
emoji: "\U0001F914"
|
1521
|
-
motto: "Really Makes You Think \U0001F914"
|
1522
|
-
status: :in_contention
|
1523
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
1524
|
-
nickname: The Think Tank
|
1525
|
-
full_name: Stadium 42, sponsored by Deep Thought
|
1526
|
-
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.
|
1527
|
-
hlockey_type: Ice
|
1528
|
-
team: *20
|
1529
|
-
roster:
|
1530
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
1531
|
-
to_s: Hadja Cin
|
1532
|
-
stats:
|
1533
|
-
:offense: 4.491697820940057
|
1534
|
-
:defense: 5.052399862983872
|
1535
|
-
:agility: 4.736692731707976
|
1536
|
-
team: *20
|
1537
|
-
:center: !ruby/object:Hlockey::Team::Player
|
1538
|
-
to_s: Geo Lad
|
1539
|
-
stats:
|
1540
|
-
:offense: 4.089826264673838
|
1541
|
-
:defense: 4.21649420768056
|
1542
|
-
:agility: 0.9298286935782134
|
1543
|
-
team: *20
|
1544
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
1545
|
-
to_s: Sebby Elen
|
1546
|
-
stats:
|
1547
|
-
:offense: 2.134101182915938
|
1548
|
-
:defense: 2.708762224327589
|
1549
|
-
:agility: 3.8098851153874764
|
1550
|
-
team: *20
|
1551
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
1552
|
-
to_s: Dene Blana
|
1553
|
-
stats:
|
1554
|
-
:offense: 1.5524933939848573
|
1555
|
-
:defense: -0.004467575296080467
|
1556
|
-
:agility: 4.32270410903283
|
1557
|
-
team: *20
|
1558
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
1559
|
-
to_s: Retta Vasie
|
1560
|
-
stats:
|
1561
|
-
:offense: 4.083843361358481
|
1562
|
-
:defense: 3.7380085216655625
|
1563
|
-
:agility: -0.275379634216658
|
1564
|
-
team: *20
|
1565
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
1566
|
-
to_s: Kemen Shiree
|
1567
|
-
stats:
|
1568
|
-
:offense: 3.6667136371570876
|
1569
|
-
:defense: 3.4125149066888394
|
1570
|
-
:agility: 1.4475419262716251
|
1571
|
-
team: *20
|
1572
|
-
shadows:
|
1573
|
-
- !ruby/object:Hlockey::Team::Player
|
1574
|
-
to_s: Deonda Tammeen
|
1575
|
-
stats:
|
1576
|
-
:offense: 1.097497699869886
|
1577
|
-
:defense: 3.5726563918162317
|
1578
|
-
:agility: 0.5859062109443812
|
1579
|
-
team: *20
|
1580
|
-
- !ruby/object:Hlockey::Team::Player
|
1581
|
-
to_s: Floreana Suma
|
1582
|
-
stats:
|
1583
|
-
:offense: -0.4313612718495621
|
1584
|
-
:defense: 2.7620738655960526
|
1585
|
-
:agility: -0.32159130848838113
|
1586
|
-
team: *20
|
1587
|
-
- !ruby/object:Hlockey::Team::Player
|
1588
|
-
to_s: Abdelaher Ahcelbidai
|
1589
|
-
stats:
|
1590
|
-
:offense: 3.17590977717289
|
1591
|
-
:defense: 1.88968427961367
|
1592
|
-
:agility: 1.7618203774873131
|
1593
|
-
team: *20
|
1594
|
-
- !ruby/object:Hlockey::Team::Player
|
1595
|
-
to_s: Beg Face
|
1596
|
-
stats:
|
1597
|
-
:offense: 4.480719566969848
|
1598
|
-
:defense: 0.11064829761656125
|
1599
|
-
:agility: 4.563715538361195
|
1600
|
-
team: *20
|
1601
|
-
:Sleepy Tired:
|
1602
|
-
- &21 !ruby/object:Hlockey::Team
|
1603
|
-
wins: 0
|
1604
|
-
losses: 0
|
1605
|
-
to_s: Sleepersz
|
1606
|
-
color: "#73937c"
|
1607
|
-
emoji: "\U0001F6CC"
|
1608
|
-
motto: "...zZz..."
|
1609
|
-
status: :in_contention
|
1610
|
-
stadium: !ruby/object:Hlockey::Team::Stadium
|
1611
|
-
nickname: A Dream
|
1612
|
-
full_name: Sleepers(z) International Dream Stadium
|
1613
|
-
description: A stadium that exists within the dreams of hlockey players. The only consistency between their dreams is the actions that occur each game.
|
1614
|
-
hlockey_type: REM
|
1615
|
-
team: *21
|
1616
|
-
roster:
|
1617
|
-
:lwing: !ruby/object:Hlockey::Team::Player
|
1618
|
-
to_s: Zacinadeld Asa
|
1619
|
-
stats:
|
1620
|
-
:offense: 3.3550255369811923
|
1621
|
-
:defense: 2.201320827166095
|
1622
|
-
:agility: 4.244433221175963
|
1623
|
-
team: *21
|
1624
|
-
:center: !ruby/object:Hlockey::Team::Player
|
1625
|
-
to_s: Onisa Elsikeeder
|
1626
|
-
stats:
|
1627
|
-
:offense: 4.62819660290047
|
1628
|
-
:defense: 2.23101243973753
|
1629
|
-
:agility: 2.8687937732542395
|
1630
|
-
team: *21
|
1631
|
-
:rwing: !ruby/object:Hlockey::Team::Player
|
1632
|
-
to_s: Bargelean Kathonespi
|
1633
|
-
stats:
|
1634
|
-
:offense: 2.3701284645757204
|
1635
|
-
:defense: 1.8236999469591046
|
1636
|
-
:agility: 5.525766606040669
|
1637
|
-
team: *21
|
1638
|
-
:ldef: !ruby/object:Hlockey::Team::Player
|
1639
|
-
to_s: Lia Mine
|
1640
|
-
stats:
|
1641
|
-
:offense: 4.030828116734088
|
1642
|
-
:defense: 2.950779948353653
|
1643
|
-
:agility: 2.562511944415182
|
1644
|
-
team: *21
|
1645
|
-
:goalie: !ruby/object:Hlockey::Team::Player
|
1646
|
-
to_s: Nigeno Adreenvian
|
1647
|
-
stats:
|
1648
|
-
:offense: 2.8765908392571786
|
1649
|
-
:defense: 3.7380748343722376
|
1650
|
-
:agility: 3.0687023532144546
|
1651
|
-
team: *21
|
1652
|
-
:rdef: !ruby/object:Hlockey::Team::Player
|
1653
|
-
to_s: Valorgerie Phy
|
1654
|
-
stats:
|
1655
|
-
:offense: 3.5185523039960356
|
1656
|
-
:defense: 3.050430339879921
|
1657
|
-
:agility: 3.076069510981418
|
1658
|
-
team: *21
|
1659
|
-
shadows:
|
1660
|
-
- !ruby/object:Hlockey::Team::Player
|
1661
|
-
to_s: James Jlames
|
1662
|
-
stats:
|
1663
|
-
:offense: 0.5
|
1664
|
-
:defense: 1.0
|
1665
|
-
:agility: 0.0
|
1666
|
-
team: *21
|
1667
|
-
- !ruby/object:Hlockey::Team::Player
|
1668
|
-
to_s: Ceno Bed
|
1669
|
-
stats:
|
1670
|
-
:offense: 3.0352318004752314
|
1671
|
-
:defense: 2.4247259741096414
|
1672
|
-
:agility: 1.3067072400903768
|
1673
|
-
team: *21
|
1674
|
-
- !ruby/object:Hlockey::Team::Player
|
1675
|
-
to_s: Bee Lica
|
1676
|
-
stats:
|
1677
|
-
:offense: 3.552731677412705
|
1678
|
-
:defense: 2.9762084240469884
|
1679
|
-
:agility: 4.946350091796442
|
1680
|
-
team: *21
|
1681
|
-
- !ruby/object:Hlockey::Team::Player
|
1682
|
-
to_s: Cipattea Geix
|
1683
|
-
stats:
|
1684
|
-
:offense: 0.697432544547133
|
1685
|
-
:defense: 4.151198465902304
|
1686
|
-
:agility: 4.4817857457817585
|
1687
|
-
team: *21
|
1688
|
-
- !ruby/object:Hlockey::Team::Player
|
1689
|
-
to_s: Chill Age
|
1690
|
-
stats:
|
1691
|
-
:offense: 3.1652778226942626
|
1692
|
-
:defense: 0.5991761968215198
|
1693
|
-
:agility: 2.2597453823691174
|
1694
|
-
team: *21
|