tf2-data 0.1.0__tar.gz → 0.2.0__tar.gz

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.
Files changed (31) hide show
  1. {tf2_data-0.1.0 → tf2_data-0.2.0}/PKG-INFO +1 -1
  2. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data/__init__.py +1 -1
  3. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data/json/defindex_full_names.json +488 -0
  4. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data/json/defindex_names.json +348 -96
  5. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data/json/schema_items.json +5783 -7
  6. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data.egg-info/PKG-INFO +1 -1
  7. {tf2_data-0.1.0 → tf2_data-0.2.0}/.flake8 +0 -0
  8. {tf2_data-0.1.0 → tf2_data-0.2.0}/.github/workflows/publish.yml +0 -0
  9. {tf2_data-0.1.0 → tf2_data-0.2.0}/.gitignore +0 -0
  10. {tf2_data-0.1.0 → tf2_data-0.2.0}/LICENSE +0 -0
  11. {tf2_data-0.1.0 → tf2_data-0.2.0}/README.md +0 -0
  12. {tf2_data-0.1.0 → tf2_data-0.2.0}/pyproject.toml +0 -0
  13. {tf2_data-0.1.0 → tf2_data-0.2.0}/setup.cfg +0 -0
  14. {tf2_data-0.1.0 → tf2_data-0.2.0}/setup.py +0 -0
  15. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data/files.py +0 -0
  16. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data/json/colors.json +0 -0
  17. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data/json/effects.json +0 -0
  18. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data/json/item_nameids.json +0 -0
  19. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data/json/killstreaks.json +0 -0
  20. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data/json/qualities.json +0 -0
  21. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data/json/schema_overview.json +0 -0
  22. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data/json/wears.json +0 -0
  23. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data/schema.py +0 -0
  24. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data/static.py +0 -0
  25. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data/utils.py +0 -0
  26. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data.egg-info/SOURCES.txt +0 -0
  27. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data.egg-info/dependency_links.txt +0 -0
  28. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data.egg-info/requires.txt +0 -0
  29. {tf2_data-0.1.0 → tf2_data-0.2.0}/src/tf2_data.egg-info/top_level.txt +0 -0
  30. {tf2_data-0.1.0 → tf2_data-0.2.0}/tests/__init__.py +0 -0
  31. {tf2_data-0.1.0 → tf2_data-0.2.0}/tests/test_static.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tf2-data
3
- Version: 0.1.0
3
+ Version: 0.2.0
4
4
  Summary: Item schemas, unusual effects, SKUs and more useful data for TF2 trading
5
5
  Author-email: offish <overutilization@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/offish/tf2-data
@@ -1,6 +1,6 @@
1
1
  __title__ = "tf2-data"
2
2
  __author__ = "offish"
3
- __version__ = "0.1.0"
3
+ __version__ = "0.2.0"
4
4
  __license__ = "MIT"
5
5
 
6
6
  from .files import (
@@ -32187,6 +32187,494 @@
32187
32187
  "CLTF2 Tournament Supporter Ultiduo Cup Fall 2024": [
32188
32188
  14138
32189
32189
  ],
32190
+ "14139": "ETF2L 6v6 Premiership Gold Medal Season 47",
32191
+ "ETF2L 6v6 Premiership Gold Medal Season 47": [
32192
+ 14139
32193
+ ],
32194
+ "14140": "ETF2L 6v6 Premiership Silver Medal Season 47",
32195
+ "ETF2L 6v6 Premiership Silver Medal Season 47": [
32196
+ 14140
32197
+ ],
32198
+ "14141": "ETF2L 6v6 Premiership Bronze Medal Season 47",
32199
+ "ETF2L 6v6 Premiership Bronze Medal Season 47": [
32200
+ 14141
32201
+ ],
32202
+ "14142": "ETF2L 6v6 Premiership Participation Medal Season 47",
32203
+ "ETF2L 6v6 Premiership Participation Medal Season 47": [
32204
+ 14142
32205
+ ],
32206
+ "14143": "ETF2L 6v6 Division 1 Gold Medal Season 47",
32207
+ "ETF2L 6v6 Division 1 Gold Medal Season 47": [
32208
+ 14143
32209
+ ],
32210
+ "14144": "ETF2L 6v6 Division 1 Silver Medal Season 47",
32211
+ "ETF2L 6v6 Division 1 Silver Medal Season 47": [
32212
+ 14144
32213
+ ],
32214
+ "14145": "ETF2L 6v6 Division 1 Bronze Medal Season 47",
32215
+ "ETF2L 6v6 Division 1 Bronze Medal Season 47": [
32216
+ 14145
32217
+ ],
32218
+ "14146": "ETF2L 6v6 Division 1 Participation Medal Season 47",
32219
+ "ETF2L 6v6 Division 1 Participation Medal Season 47": [
32220
+ 14146
32221
+ ],
32222
+ "14147": "ETF2L 6v6 Division 2 Gold Medal Season 47",
32223
+ "ETF2L 6v6 Division 2 Gold Medal Season 47": [
32224
+ 14147
32225
+ ],
32226
+ "14148": "ETF2L 6v6 Division 2 Silver Medal Season 47",
32227
+ "ETF2L 6v6 Division 2 Silver Medal Season 47": [
32228
+ 14148
32229
+ ],
32230
+ "14149": "ETF2L 6v6 Division 2 Bronze Medal Season 47",
32231
+ "ETF2L 6v6 Division 2 Bronze Medal Season 47": [
32232
+ 14149
32233
+ ],
32234
+ "14150": "ETF2L 6v6 Division 2 Participation Medal Season 47",
32235
+ "ETF2L 6v6 Division 2 Participation Medal Season 47": [
32236
+ 14150
32237
+ ],
32238
+ "14151": "ETF2L 6v6 Mid Gold Medal Season 47",
32239
+ "ETF2L 6v6 Mid Gold Medal Season 47": [
32240
+ 14151
32241
+ ],
32242
+ "14152": "ETF2L 6v6 Mid Silver Medal Season 47",
32243
+ "ETF2L 6v6 Mid Silver Medal Season 47": [
32244
+ 14152
32245
+ ],
32246
+ "14153": "ETF2L 6v6 Mid Bronze Medal Season 47",
32247
+ "ETF2L 6v6 Mid Bronze Medal Season 47": [
32248
+ 14153
32249
+ ],
32250
+ "14154": "ETF2L 6v6 Mid Playoff Medal Season 47",
32251
+ "ETF2L 6v6 Mid Playoff Medal Season 47": [
32252
+ 14154
32253
+ ],
32254
+ "14155": "ETF2L 6v6 Mid Participation Medal Season 47",
32255
+ "ETF2L 6v6 Mid Participation Medal Season 47": [
32256
+ 14155
32257
+ ],
32258
+ "14156": "ETF2L 6v6 Low Gold Medal Season 47",
32259
+ "ETF2L 6v6 Low Gold Medal Season 47": [
32260
+ 14156
32261
+ ],
32262
+ "14157": "ETF2L 6v6 Low Silver Medal Season 47",
32263
+ "ETF2L 6v6 Low Silver Medal Season 47": [
32264
+ 14157
32265
+ ],
32266
+ "14158": "ETF2L 6v6 Low Bronze Medal Season 47",
32267
+ "ETF2L 6v6 Low Bronze Medal Season 47": [
32268
+ 14158
32269
+ ],
32270
+ "14159": "ETF2L 6v6 Low Playoff Medal Season 47",
32271
+ "ETF2L 6v6 Low Playoff Medal Season 47": [
32272
+ 14159
32273
+ ],
32274
+ "14160": "ETF2L 6v6 Low Participation Medal Season 47",
32275
+ "ETF2L 6v6 Low Participation Medal Season 47": [
32276
+ 14160
32277
+ ],
32278
+ "14161": "ETF2L 6v6 Open Gold Medal Season 47",
32279
+ "ETF2L 6v6 Open Gold Medal Season 47": [
32280
+ 14161
32281
+ ],
32282
+ "14162": "ETF2L 6v6 Open Silver Medal Season 47",
32283
+ "ETF2L 6v6 Open Silver Medal Season 47": [
32284
+ 14162
32285
+ ],
32286
+ "14163": "ETF2L 6v6 Open Bronze Medal Season 47",
32287
+ "ETF2L 6v6 Open Bronze Medal Season 47": [
32288
+ 14163
32289
+ ],
32290
+ "14164": "ETF2L 6v6 Open Playoff Medal Season 47",
32291
+ "ETF2L 6v6 Open Playoff Medal Season 47": [
32292
+ 14164
32293
+ ],
32294
+ "14165": "ETF2L 6v6 Open Participation Medal Season 47",
32295
+ "ETF2L 6v6 Open Participation Medal Season 47": [
32296
+ 14165
32297
+ ],
32298
+ "14166": "ETF2L 6v6 Premiership Gold Medal Season 48",
32299
+ "ETF2L 6v6 Premiership Gold Medal Season 48": [
32300
+ 14166
32301
+ ],
32302
+ "14167": "ETF2L 6v6 Premiership Silver Medal Season 48",
32303
+ "ETF2L 6v6 Premiership Silver Medal Season 48": [
32304
+ 14167
32305
+ ],
32306
+ "14168": "ETF2L 6v6 Premiership Bronze Medal Season 48",
32307
+ "ETF2L 6v6 Premiership Bronze Medal Season 48": [
32308
+ 14168
32309
+ ],
32310
+ "14169": "ETF2L 6v6 Premiership Participation Medal Season 48",
32311
+ "ETF2L 6v6 Premiership Participation Medal Season 48": [
32312
+ 14169
32313
+ ],
32314
+ "14170": "ETF2L 6v6 Division 1 Gold Medal Season 48",
32315
+ "ETF2L 6v6 Division 1 Gold Medal Season 48": [
32316
+ 14170
32317
+ ],
32318
+ "14171": "ETF2L 6v6 Division 1 Silver Medal Season 48",
32319
+ "ETF2L 6v6 Division 1 Silver Medal Season 48": [
32320
+ 14171
32321
+ ],
32322
+ "14172": "ETF2L 6v6 Division 1 Bronze Medal Season 48",
32323
+ "ETF2L 6v6 Division 1 Bronze Medal Season 48": [
32324
+ 14172
32325
+ ],
32326
+ "14173": "ETF2L 6v6 Division 1 Participation Medal Season 48",
32327
+ "ETF2L 6v6 Division 1 Participation Medal Season 48": [
32328
+ 14173
32329
+ ],
32330
+ "14174": "ETF2L 6v6 Division 2 Gold Medal Season 48",
32331
+ "ETF2L 6v6 Division 2 Gold Medal Season 48": [
32332
+ 14174
32333
+ ],
32334
+ "14175": "ETF2L 6v6 Division 2 Silver Medal Season 48",
32335
+ "ETF2L 6v6 Division 2 Silver Medal Season 48": [
32336
+ 14175
32337
+ ],
32338
+ "14176": "ETF2L 6v6 Division 2 Bronze Medal Season 48",
32339
+ "ETF2L 6v6 Division 2 Bronze Medal Season 48": [
32340
+ 14176
32341
+ ],
32342
+ "14177": "ETF2L 6v6 Division 2 Participation Medal Season 48",
32343
+ "ETF2L 6v6 Division 2 Participation Medal Season 48": [
32344
+ 14177
32345
+ ],
32346
+ "14178": "ETF2L 6v6 Division 3 Gold Medal Season 48",
32347
+ "ETF2L 6v6 Division 3 Gold Medal Season 48": [
32348
+ 14178
32349
+ ],
32350
+ "14179": "ETF2L 6v6 Division 3 Silver Medal Season 48",
32351
+ "ETF2L 6v6 Division 3 Silver Medal Season 48": [
32352
+ 14179
32353
+ ],
32354
+ "14180": "ETF2L 6v6 Division 3 Bronze Medal Season 48",
32355
+ "ETF2L 6v6 Division 3 Bronze Medal Season 48": [
32356
+ 14180
32357
+ ],
32358
+ "14181": "ETF2L 6v6 Division 3 Participation Medal Season 48",
32359
+ "ETF2L 6v6 Division 3 Participation Medal Season 48": [
32360
+ 14181
32361
+ ],
32362
+ "14182": "ETF2L 6v6 Division 4 Gold Medal Season 48",
32363
+ "ETF2L 6v6 Division 4 Gold Medal Season 48": [
32364
+ 14182
32365
+ ],
32366
+ "14183": "ETF2L 6v6 Division 4 Silver Medal Season 48",
32367
+ "ETF2L 6v6 Division 4 Silver Medal Season 48": [
32368
+ 14183
32369
+ ],
32370
+ "14184": "ETF2L 6v6 Division 4 Bronze Medal Season 48",
32371
+ "ETF2L 6v6 Division 4 Bronze Medal Season 48": [
32372
+ 14184
32373
+ ],
32374
+ "14185": "ETF2L 6v6 Division 4 Participation Medal Season 48",
32375
+ "ETF2L 6v6 Division 4 Participation Medal Season 48": [
32376
+ 14185
32377
+ ],
32378
+ "14186": "ETF2L 6v6 Low Gold Medal Season 48",
32379
+ "ETF2L 6v6 Low Gold Medal Season 48": [
32380
+ 14186
32381
+ ],
32382
+ "14187": "ETF2L 6v6 Low Silver Medal Season 48",
32383
+ "ETF2L 6v6 Low Silver Medal Season 48": [
32384
+ 14187
32385
+ ],
32386
+ "14188": "ETF2L 6v6 Low Bronze Medal Season 48",
32387
+ "ETF2L 6v6 Low Bronze Medal Season 48": [
32388
+ 14188
32389
+ ],
32390
+ "14189": "ETF2L 6v6 Low Playoff Medal Season 48",
32391
+ "ETF2L 6v6 Low Playoff Medal Season 48": [
32392
+ 14189
32393
+ ],
32394
+ "14190": "ETF2L 6v6 Low Participation Medal Season 48",
32395
+ "ETF2L 6v6 Low Participation Medal Season 48": [
32396
+ 14190
32397
+ ],
32398
+ "14191": "ETF2L 6v6 Open Gold Medal Season 48",
32399
+ "ETF2L 6v6 Open Gold Medal Season 48": [
32400
+ 14191
32401
+ ],
32402
+ "14192": "ETF2L 6v6 Open Silver Medal Season 48",
32403
+ "ETF2L 6v6 Open Silver Medal Season 48": [
32404
+ 14192
32405
+ ],
32406
+ "14193": "ETF2L 6v6 Open Bronze Medal Season 48",
32407
+ "ETF2L 6v6 Open Bronze Medal Season 48": [
32408
+ 14193
32409
+ ],
32410
+ "14194": "ETF2L 6v6 Open Playoff Medal Season 48",
32411
+ "ETF2L 6v6 Open Playoff Medal Season 48": [
32412
+ 14194
32413
+ ],
32414
+ "14195": "ETF2L 6v6 Open Participation Medal Season 48",
32415
+ "ETF2L 6v6 Open Participation Medal Season 48": [
32416
+ 14195
32417
+ ],
32418
+ "14196": "ETF2L Highlander Premiership Gold Medal Season 32",
32419
+ "ETF2L Highlander Premiership Gold Medal Season 32": [
32420
+ 14196
32421
+ ],
32422
+ "14197": "ETF2L Highlander Premiership Silver Medal Season 32",
32423
+ "ETF2L Highlander Premiership Silver Medal Season 32": [
32424
+ 14197
32425
+ ],
32426
+ "14198": "ETF2L Highlander Premiership Bronze Medal Season 32",
32427
+ "ETF2L Highlander Premiership Bronze Medal Season 32": [
32428
+ 14198
32429
+ ],
32430
+ "14199": "ETF2L Highlander Premiership Participation Medal Season 32",
32431
+ "ETF2L Highlander Premiership Participation Medal Season 32": [
32432
+ 14199
32433
+ ],
32434
+ "14200": "ETF2L Highlander Division 1 Gold Medal Season 32",
32435
+ "ETF2L Highlander Division 1 Gold Medal Season 32": [
32436
+ 14200
32437
+ ],
32438
+ "14201": "ETF2L Highlander Division 1 Silver Medal Season 32",
32439
+ "ETF2L Highlander Division 1 Silver Medal Season 32": [
32440
+ 14201
32441
+ ],
32442
+ "14202": "ETF2L Highlander Division 1 Bronze Medal Season 32",
32443
+ "ETF2L Highlander Division 1 Bronze Medal Season 32": [
32444
+ 14202
32445
+ ],
32446
+ "14203": "ETF2L Highlander Division 1 Participation Medal Season 32",
32447
+ "ETF2L Highlander Division 1 Participation Medal Season 32": [
32448
+ 14203
32449
+ ],
32450
+ "14204": "ETF2L Highlander Division 2 Gold Medal Season 32",
32451
+ "ETF2L Highlander Division 2 Gold Medal Season 32": [
32452
+ 14204
32453
+ ],
32454
+ "14205": "ETF2L Highlander Division 2 Silver Medal Season 32",
32455
+ "ETF2L Highlander Division 2 Silver Medal Season 32": [
32456
+ 14205
32457
+ ],
32458
+ "14206": "ETF2L Highlander Division 2 Bronze Medal Season 32",
32459
+ "ETF2L Highlander Division 2 Bronze Medal Season 32": [
32460
+ 14206
32461
+ ],
32462
+ "14207": "ETF2L Highlander Division 2 Participation Medal Season 32",
32463
+ "ETF2L Highlander Division 2 Participation Medal Season 32": [
32464
+ 14207
32465
+ ],
32466
+ "14208": "ETF2L Highlander Mid Gold Medal Season 32",
32467
+ "ETF2L Highlander Mid Gold Medal Season 32": [
32468
+ 14208
32469
+ ],
32470
+ "14209": "ETF2L Highlander Mid Silver Medal Season 32",
32471
+ "ETF2L Highlander Mid Silver Medal Season 32": [
32472
+ 14209
32473
+ ],
32474
+ "14210": "ETF2L Highlander Mid Bronze Medal Season 32",
32475
+ "ETF2L Highlander Mid Bronze Medal Season 32": [
32476
+ 14210
32477
+ ],
32478
+ "14211": "ETF2L Highlander Mid Participation Medal Season 32",
32479
+ "ETF2L Highlander Mid Participation Medal Season 32": [
32480
+ 14211
32481
+ ],
32482
+ "14212": "ETF2L Highlander Low Gold Medal Season 32",
32483
+ "ETF2L Highlander Low Gold Medal Season 32": [
32484
+ 14212
32485
+ ],
32486
+ "14213": "ETF2L Highlander Low Silver Medal Season 32",
32487
+ "ETF2L Highlander Low Silver Medal Season 32": [
32488
+ 14213
32489
+ ],
32490
+ "14214": "ETF2L Highlander Low Bronze Medal Season 32",
32491
+ "ETF2L Highlander Low Bronze Medal Season 32": [
32492
+ 14214
32493
+ ],
32494
+ "14215": "ETF2L Highlander Low Participation Medal Season 32",
32495
+ "ETF2L Highlander Low Participation Medal Season 32": [
32496
+ 14215
32497
+ ],
32498
+ "14216": "ETF2L Highlander Open Gold Medal Season 32",
32499
+ "ETF2L Highlander Open Gold Medal Season 32": [
32500
+ 14216
32501
+ ],
32502
+ "14217": "ETF2L Highlander Open Silver Medal Season 32",
32503
+ "ETF2L Highlander Open Silver Medal Season 32": [
32504
+ 14217
32505
+ ],
32506
+ "14218": "ETF2L Highlander Open Bronze Medal Season 32",
32507
+ "ETF2L Highlander Open Bronze Medal Season 32": [
32508
+ 14218
32509
+ ],
32510
+ "14219": "ETF2L Highlander Open Playoff Medal Season 32",
32511
+ "ETF2L Highlander Open Playoff Medal Season 32": [
32512
+ 14219
32513
+ ],
32514
+ "14220": "ETF2L Highlander Open Participation Medal Season 32",
32515
+ "ETF2L Highlander Open Participation Medal Season 32": [
32516
+ 14220
32517
+ ],
32518
+ "14221": "ETF2L Highlander Open 4 Gold Medal",
32519
+ "ETF2L Highlander Open 4 Gold Medal": [
32520
+ 14221
32521
+ ],
32522
+ "14222": "ETF2L Highlander Open 4 Silver Medal",
32523
+ "ETF2L Highlander Open 4 Silver Medal": [
32524
+ 14222
32525
+ ],
32526
+ "14223": "ETF2L Highlander Open 4 Bronze Medal",
32527
+ "ETF2L Highlander Open 4 Bronze Medal": [
32528
+ 14223
32529
+ ],
32530
+ "14224": "ETF2L Highlander Open 4 Participation Medal",
32531
+ "ETF2L Highlander Open 4 Participation Medal": [
32532
+ 14224
32533
+ ],
32534
+ "14225": "Sacred Scouts 6v6 Gold Medal 2024",
32535
+ "Sacred Scouts 6v6 Gold Medal 2024": [
32536
+ 14225
32537
+ ],
32538
+ "14226": "Sacred Scouts 6v6 Silver Medal 2024",
32539
+ "Sacred Scouts 6v6 Silver Medal 2024": [
32540
+ 14226
32541
+ ],
32542
+ "14227": "Sacred Scouts 6v6 Bronze Medal 2024",
32543
+ "Sacred Scouts 6v6 Bronze Medal 2024": [
32544
+ 14227
32545
+ ],
32546
+ "14228": "Sacred Scouts 6v6 Participant 2024",
32547
+ "Sacred Scouts 6v6 Participant 2024": [
32548
+ 14228
32549
+ ],
32550
+ "14229": "AsiaFortress Liquid.tf Invite 1st Place Fall 2024",
32551
+ "AsiaFortress Liquid.tf Invite 1st Place Fall 2024": [
32552
+ 14229
32553
+ ],
32554
+ "14230": "AsiaFortress Liquid.tf Invite 2nd Place Fall 2024",
32555
+ "AsiaFortress Liquid.tf Invite 2nd Place Fall 2024": [
32556
+ 14230
32557
+ ],
32558
+ "14231": "AsiaFortress Liquid.tf Invite 3rd Place Fall 2024",
32559
+ "AsiaFortress Liquid.tf Invite 3rd Place Fall 2024": [
32560
+ 14231
32561
+ ],
32562
+ "14232": "AsiaFortress Liquid.tf Highlander Open 1st Place Winter 2024",
32563
+ "AsiaFortress Liquid.tf Highlander Open 1st Place Winter 2024": [
32564
+ 14232
32565
+ ],
32566
+ "14233": "AsiaFortress Liquid.tf Highlander Open 2nd Place Winter 2024",
32567
+ "AsiaFortress Liquid.tf Highlander Open 2nd Place Winter 2024": [
32568
+ 14233
32569
+ ],
32570
+ "14234": "AsiaFortress Liquid.tf Highlander Open 3rd Place Winter 2024",
32571
+ "AsiaFortress Liquid.tf Highlander Open 3rd Place Winter 2024": [
32572
+ 14234
32573
+ ],
32574
+ "14235": "AsiaFortress Liquid.tf Highlander Invite Participant Winter 2024",
32575
+ "AsiaFortress Liquid.tf Highlander Invite Participant Winter 2024": [
32576
+ 14235
32577
+ ],
32578
+ "14236": "AsiaFortress Liquid.tf Highlander Open Participant Winter 2024",
32579
+ "AsiaFortress Liquid.tf Highlander Open Participant Winter 2024": [
32580
+ 14236
32581
+ ],
32582
+ "14237": "ozfortress Premier 1st Place Season 41",
32583
+ "ozfortress Premier 1st Place Season 41": [
32584
+ 14237
32585
+ ],
32586
+ "14238": "ozfortress Premier 2nd Place Season 41",
32587
+ "ozfortress Premier 2nd Place Season 41": [
32588
+ 14238
32589
+ ],
32590
+ "14239": "ozfortress Premier 3rd Place Season 41",
32591
+ "ozfortress Premier 3rd Place Season 41": [
32592
+ 14239
32593
+ ],
32594
+ "14240": "ozfortress Premier Participant Season 41",
32595
+ "ozfortress Premier Participant Season 41": [
32596
+ 14240
32597
+ ],
32598
+ "14241": "ozfortress High 1st Place Season 41",
32599
+ "ozfortress High 1st Place Season 41": [
32600
+ 14241
32601
+ ],
32602
+ "14242": "ozfortress High 2nd Place Season 41",
32603
+ "ozfortress High 2nd Place Season 41": [
32604
+ 14242
32605
+ ],
32606
+ "14243": "ozfortress High 3rd Place Season 41",
32607
+ "ozfortress High 3rd Place Season 41": [
32608
+ 14243
32609
+ ],
32610
+ "14244": "ozfortress High Participant Season 41",
32611
+ "ozfortress High Participant Season 41": [
32612
+ 14244
32613
+ ],
32614
+ "14245": "ozfortress Intermediate 1st Place Season 41",
32615
+ "ozfortress Intermediate 1st Place Season 41": [
32616
+ 14245
32617
+ ],
32618
+ "14246": "ozfortress Intermediate 2nd Place Season 41",
32619
+ "ozfortress Intermediate 2nd Place Season 41": [
32620
+ 14246
32621
+ ],
32622
+ "14247": "ozfortress Intermediate 3rd Place Season 41",
32623
+ "ozfortress Intermediate 3rd Place Season 41": [
32624
+ 14247
32625
+ ],
32626
+ "14248": "ozfortress Intermediate Participant Season 41",
32627
+ "ozfortress Intermediate Participant Season 41": [
32628
+ 14248
32629
+ ],
32630
+ "14249": "ozfortress Open 1st Place Season 41",
32631
+ "ozfortress Open 1st Place Season 41": [
32632
+ 14249
32633
+ ],
32634
+ "14250": "ozfortress Open 2nd Place Season 41",
32635
+ "ozfortress Open 2nd Place Season 41": [
32636
+ 14250
32637
+ ],
32638
+ "14251": "ozfortress Open 3rd Place Season 41",
32639
+ "ozfortress Open 3rd Place Season 41": [
32640
+ 14251
32641
+ ],
32642
+ "14252": "ozfortress Open Participant Season 41",
32643
+ "ozfortress Open Participant Season 41": [
32644
+ 14252
32645
+ ],
32646
+ "14253": "ozfortress Highlander Premier First Place Season 8",
32647
+ "ozfortress Highlander Premier First Place Season 8": [
32648
+ 14253
32649
+ ],
32650
+ "14254": "ozfortress Highlander Premier Second Place Season 8",
32651
+ "ozfortress Highlander Premier Second Place Season 8": [
32652
+ 14254
32653
+ ],
32654
+ "14255": "ozfortress Highlander Premier Third Place Season 8",
32655
+ "ozfortress Highlander Premier Third Place Season 8": [
32656
+ 14255
32657
+ ],
32658
+ "14256": "ozfortress Highlander Premier Participant Season 8",
32659
+ "ozfortress Highlander Premier Participant Season 8": [
32660
+ 14256
32661
+ ],
32662
+ "14257": "ozfortress Highlander Main First Place Season 8",
32663
+ "ozfortress Highlander Main First Place Season 8": [
32664
+ 14257
32665
+ ],
32666
+ "14258": "ozfortress Highlander Main Second Place Season 8",
32667
+ "ozfortress Highlander Main Second Place Season 8": [
32668
+ 14258
32669
+ ],
32670
+ "14259": "ozfortress Highlander Main Third Place Season 8",
32671
+ "ozfortress Highlander Main Third Place Season 8": [
32672
+ 14259
32673
+ ],
32674
+ "14260": "ozfortress Highlander Main Participant Season 8",
32675
+ "ozfortress Highlander Main Participant Season 8": [
32676
+ 14260
32677
+ ],
32190
32678
  "15000": "concealedkiller_sniperrifle_nightowl",
32191
32679
  "concealedkiller_sniperrifle_nightowl": [
32192
32680
  15000