tf2-data 0.2.0__tar.gz → 0.3.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.2.0 → tf2_data-0.3.0}/PKG-INFO +1 -1
  2. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data/__init__.py +1 -1
  3. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data/json/defindex_full_names.json +188 -0
  4. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data/json/defindex_names.json +202 -16
  5. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data/json/effects.json +43 -10
  6. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data/json/schema_items.json +2451 -332
  7. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data.egg-info/PKG-INFO +1 -1
  8. {tf2_data-0.2.0 → tf2_data-0.3.0}/.flake8 +0 -0
  9. {tf2_data-0.2.0 → tf2_data-0.3.0}/.github/workflows/publish.yml +0 -0
  10. {tf2_data-0.2.0 → tf2_data-0.3.0}/.gitignore +0 -0
  11. {tf2_data-0.2.0 → tf2_data-0.3.0}/LICENSE +0 -0
  12. {tf2_data-0.2.0 → tf2_data-0.3.0}/README.md +0 -0
  13. {tf2_data-0.2.0 → tf2_data-0.3.0}/pyproject.toml +0 -0
  14. {tf2_data-0.2.0 → tf2_data-0.3.0}/setup.cfg +0 -0
  15. {tf2_data-0.2.0 → tf2_data-0.3.0}/setup.py +0 -0
  16. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data/files.py +0 -0
  17. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data/json/colors.json +0 -0
  18. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data/json/item_nameids.json +0 -0
  19. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data/json/killstreaks.json +0 -0
  20. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data/json/qualities.json +0 -0
  21. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data/json/schema_overview.json +0 -0
  22. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data/json/wears.json +0 -0
  23. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data/schema.py +0 -0
  24. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data/static.py +0 -0
  25. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data/utils.py +0 -0
  26. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data.egg-info/SOURCES.txt +0 -0
  27. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data.egg-info/dependency_links.txt +0 -0
  28. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data.egg-info/requires.txt +0 -0
  29. {tf2_data-0.2.0 → tf2_data-0.3.0}/src/tf2_data.egg-info/top_level.txt +0 -0
  30. {tf2_data-0.2.0 → tf2_data-0.3.0}/tests/__init__.py +0 -0
  31. {tf2_data-0.2.0 → tf2_data-0.3.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.2.0
3
+ Version: 0.3.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.2.0"
3
+ __version__ = "0.3.0"
4
4
  __license__ = "MIT"
5
5
 
6
6
  from .files import (
@@ -5299,6 +5299,10 @@
5299
5299
  "Map Token Bundle 26": [
5300
5300
  2175
5301
5301
  ],
5302
+ "2176": "Map Token Bundle 27",
5303
+ "Map Token Bundle 27": [
5304
+ 2176
5305
+ ],
5302
5306
  "2500": "Map Token Perks",
5303
5307
  "Map Token Perks": [
5304
5308
  2500
@@ -5455,6 +5459,30 @@
5455
5459
  "Map Token Blazehattan": [
5456
5460
  2538
5457
5461
  ],
5462
+ "2539": "Map Token Overcast",
5463
+ "Map Token Overcast": [
5464
+ 2539
5465
+ ],
5466
+ "2540": "Map Token Fortezza",
5467
+ "Map Token Fortezza": [
5468
+ 2540
5469
+ ],
5470
+ "2541": "Map Token Penguin Peak",
5471
+ "Map Token Penguin Peak": [
5472
+ 2541
5473
+ ],
5474
+ "2542": "Map Token Patagonia",
5475
+ "Map Token Patagonia": [
5476
+ 2542
5477
+ ],
5478
+ "2543": "Map Token Cutter",
5479
+ "Map Token Cutter": [
5480
+ 2543
5481
+ ],
5482
+ "2544": "Map Token Maul",
5483
+ "Map Token Maul": [
5484
+ 2544
5485
+ ],
5458
5486
  "5000": "Craft Bar Level 1",
5459
5487
  "Craft Bar Level 1": [
5460
5488
  5000
@@ -7043,6 +7071,18 @@
7043
7071
  "Scream Fortress 2024 War Paint Dummy": [
7044
7072
  5965
7045
7073
  ],
7074
+ "5966": "Self Gift - Stocking Stuffer 2024",
7075
+ "Self Gift - Stocking Stuffer 2024": [
7076
+ 5966
7077
+ ],
7078
+ "5967": "Winter 2024 Cosmetic Key",
7079
+ "Winter 2024 Cosmetic Key": [
7080
+ 5967
7081
+ ],
7082
+ "5968": "Winter 2024 Cosmetic Case",
7083
+ "Winter 2024 Cosmetic Case": [
7084
+ 5968
7085
+ ],
7046
7086
  "5999": "Strange Part (Armory)",
7047
7087
  "Strange Part (Armory)": [
7048
7088
  5999
@@ -7871,6 +7911,30 @@
7871
7911
  "Strange Filter: Blazehattan (Community)": [
7872
7912
  6655
7873
7913
  ],
7914
+ "6656": "Strange Filter: Overcast (Community)",
7915
+ "Strange Filter: Overcast (Community)": [
7916
+ 6656
7917
+ ],
7918
+ "6657": "Strange Filter: Fortezza (Community)",
7919
+ "Strange Filter: Fortezza (Community)": [
7920
+ 6657
7921
+ ],
7922
+ "6658": "Strange Filter: Penguin Peak (Community)",
7923
+ "Strange Filter: Penguin Peak (Community)": [
7924
+ 6658
7925
+ ],
7926
+ "6659": "Strange Filter: Patagonia (Community)",
7927
+ "Strange Filter: Patagonia (Community)": [
7928
+ 6659
7929
+ ],
7930
+ "6660": "Strange Filter: Cutter (Community)",
7931
+ "Strange Filter: Cutter (Community)": [
7932
+ 6660
7933
+ ],
7934
+ "6661": "Strange Filter: Maul (Community)",
7935
+ "Strange Filter: Maul (Community)": [
7936
+ 6661
7937
+ ],
7874
7938
  "8000": "UGC Highlander 1st Place North American Platinum Season 6",
7875
7939
  "UGC Highlander 1st Place North American Platinum Season 6": [
7876
7940
  8000
@@ -32675,6 +32739,26 @@
32675
32739
  "ozfortress Highlander Main Participant Season 8": [
32676
32740
  14260
32677
32741
  ],
32742
+ "14261": "Ghoulish Gambit Corrupted Crystal 2024",
32743
+ "Ghoulish Gambit Corrupted Crystal 2024": [
32744
+ 14261
32745
+ ],
32746
+ "14262": "Ghoulish Gambit Uncorrupted Crystal 2024",
32747
+ "Ghoulish Gambit Uncorrupted Crystal 2024": [
32748
+ 14262
32749
+ ],
32750
+ "14263": "Ghoulish Gambit Mostly-Corrupted Crystal 2024",
32751
+ "Ghoulish Gambit Mostly-Corrupted Crystal 2024": [
32752
+ 14263
32753
+ ],
32754
+ "14264": "Ghoulish Gambit Haunted Tank 2024",
32755
+ "Ghoulish Gambit Haunted Tank 2024": [
32756
+ 14264
32757
+ ],
32758
+ "14265": "Ghoulish Gambit Poisonous Potato 2024",
32759
+ "Ghoulish Gambit Poisonous Potato 2024": [
32760
+ 14265
32761
+ ],
32678
32762
  "15000": "concealedkiller_sniperrifle_nightowl",
32679
32763
  "concealedkiller_sniperrifle_nightowl": [
32680
32764
  15000
@@ -39334,5 +39418,109 @@
39334
39418
  "31489": "Defaced Detonator",
39335
39419
  "Defaced Detonator": [
39336
39420
  31489
39421
+ ],
39422
+ "31491": "Taunt: Curtain Call",
39423
+ "Taunt: Curtain Call": [
39424
+ 31491
39425
+ ],
39426
+ "31492": "Taunt: Peace!",
39427
+ "Taunt: Peace!": [
39428
+ 31492
39429
+ ],
39430
+ "31493": "Taunt: Fore-Head Slice",
39431
+ "Taunt: Fore-Head Slice": [
39432
+ 31493
39433
+ ],
39434
+ "31494": "Dapper Noel",
39435
+ "Dapper Noel": [
39436
+ 31494
39437
+ ],
39438
+ "31495": "The Necroprancer",
39439
+ "The Necroprancer": [
39440
+ 31495
39441
+ ],
39442
+ "31496": "The Battle Music",
39443
+ "The Battle Music": [
39444
+ 31496
39445
+ ],
39446
+ "31497": "Hot Spaniel",
39447
+ "Hot Spaniel": [
39448
+ 31497
39449
+ ],
39450
+ "31498": "Frostbite Fit",
39451
+ "Frostbite Fit": [
39452
+ 31498
39453
+ ],
39454
+ "31499": "L'aire Filteure",
39455
+ "L'aire Filteure": [
39456
+ 31499
39457
+ ],
39458
+ "31500": "Poleur Voyeur",
39459
+ "Poleur Voyeur": [
39460
+ 31500
39461
+ ],
39462
+ "31501": "Le Frosteaux",
39463
+ "Le Frosteaux": [
39464
+ 31501
39465
+ ],
39466
+ "31502": "Scrooge McDoc",
39467
+ "Scrooge McDoc": [
39468
+ 31502
39469
+ ],
39470
+ "31503": "The Checkered Past",
39471
+ "The Checkered Past": [
39472
+ 31503
39473
+ ],
39474
+ "31504": "Consigliere's Coverup",
39475
+ "Consigliere's Coverup": [
39476
+ 31504
39477
+ ],
39478
+ "31505": "The Crimbo Cap",
39479
+ "The Crimbo Cap": [
39480
+ 31505
39481
+ ],
39482
+ "31506": "The Triple Jumper",
39483
+ "The Triple Jumper": [
39484
+ 31506
39485
+ ],
39486
+ "31507": "Polar Charger",
39487
+ "Polar Charger": [
39488
+ 31507
39489
+ ],
39490
+ "31508": "Field Fatigues",
39491
+ "Field Fatigues": [
39492
+ 31508
39493
+ ],
39494
+ "31509": "Cossack Camo",
39495
+ "Cossack Camo": [
39496
+ 31509
39497
+ ],
39498
+ "31510": "Battle Balaclava",
39499
+ "Battle Balaclava": [
39500
+ 31510
39501
+ ],
39502
+ "31511": "The Top Brass",
39503
+ "The Top Brass": [
39504
+ 31511
39505
+ ],
39506
+ "31512": "Commanding Presence",
39507
+ "Commanding Presence": [
39508
+ 31512
39509
+ ],
39510
+ "31513": "Mine Sweepers",
39511
+ "Mine Sweepers": [
39512
+ 31513
39513
+ ],
39514
+ "31514": "Buck's Brim",
39515
+ "Buck's Brim": [
39516
+ 31514
39517
+ ],
39518
+ "31515": "The Westcoat",
39519
+ "The Westcoat": [
39520
+ 31515
39521
+ ],
39522
+ "31516": "Snug Sharpshooter",
39523
+ "Snug Sharpshooter": [
39524
+ 31516
39337
39525
  ]
39338
39526
  }
@@ -1191,8 +1191,8 @@
1191
1191
  "Treasure Hat": [
1192
1192
  333
1193
1193
  ],
1194
- "334": "Hat of Undeniable Wealth And Respect",
1195
- "Hat of Undeniable Wealth And Respect": [
1194
+ "334": "Hat of Undeniable Wealth and Respect",
1195
+ "Hat of Undeniable Wealth and Respect": [
1196
1196
  334
1197
1197
  ],
1198
1198
  "335": "Foster's Facade",
@@ -3813,8 +3813,8 @@
3813
3813
  "Br\u00fctal Bouffant": [
3814
3814
  1014
3815
3815
  ],
3816
- "1015": "Shred Alert",
3817
- "Shred Alert": [
3816
+ "1015": "Taunt: The Shred Alert",
3817
+ "Taunt: The Shred Alert": [
3818
3818
  1015
3819
3819
  ],
3820
3820
  "1016": "Buck Turner All-Stars",
@@ -4884,7 +4884,8 @@
4884
4884
  2172,
4885
4885
  2173,
4886
4886
  2174,
4887
- 2175
4887
+ 2175,
4888
+ 2176
4888
4889
  ],
4889
4890
  "2008": "The Medieval Medic",
4890
4891
  "The Medieval Medic": [
@@ -5331,16 +5332,16 @@
5331
5332
  "Robot Heavy Collectible Figure Promo": [
5332
5333
  2128
5333
5334
  ],
5334
- "2129": "Love And War Taunts Bundle",
5335
- "Love And War Taunts Bundle": [
5335
+ "2129": "Love and War Taunts Bundle",
5336
+ "Love and War Taunts Bundle": [
5336
5337
  2129
5337
5338
  ],
5338
- "2130": "Love And War Weapons Bundle",
5339
- "Love And War Weapons Bundle": [
5339
+ "2130": "Love and War Weapons Bundle",
5340
+ "Love and War Weapons Bundle": [
5340
5341
  2130
5341
5342
  ],
5342
- "2131": "Love And War Cosmetics Bundle",
5343
- "Love And War Cosmetics Bundle": [
5343
+ "2131": "Love and War Cosmetics Bundle",
5344
+ "Love and War Cosmetics Bundle": [
5344
5345
  2131,
5345
5346
  2145
5346
5347
  ],
@@ -5384,7 +5385,7 @@
5384
5385
  "Tough Break Community Maps Bundle": [
5385
5386
  2144
5386
5387
  ],
5387
- "2145": "Love And War Cosmetics Bundle",
5388
+ "2145": "Love and War Cosmetics Bundle",
5388
5389
  "2146": "Scout Starter Pack",
5389
5390
  "2147": "Soldier Starter Pack",
5390
5391
  "2148": "Pyro Starter Pack",
@@ -5428,6 +5429,7 @@
5428
5429
  "2173": "Map Stamps Collection",
5429
5430
  "2174": "Map Stamps Collection",
5430
5431
  "2175": "Map Stamps Collection",
5432
+ "2176": "Map Stamps Collection",
5431
5433
  "2500": "Map Stamp - Perks",
5432
5434
  "Map Stamp - Perks": [
5433
5435
  2500
@@ -5584,6 +5586,30 @@
5584
5586
  "Map Stamp - Blazehattan": [
5585
5587
  2538
5586
5588
  ],
5589
+ "2539": "Map Stamp - Overcast",
5590
+ "Map Stamp - Overcast": [
5591
+ 2539
5592
+ ],
5593
+ "2540": "Map Stamp - Fortezza",
5594
+ "Map Stamp - Fortezza": [
5595
+ 2540
5596
+ ],
5597
+ "2541": "Map Stamp - Penguin Peak",
5598
+ "Map Stamp - Penguin Peak": [
5599
+ 2541
5600
+ ],
5601
+ "2542": "Map Stamp - Patagonia",
5602
+ "Map Stamp - Patagonia": [
5603
+ 2542
5604
+ ],
5605
+ "2543": "Map Stamp - Cutter",
5606
+ "Map Stamp - Cutter": [
5607
+ 2543
5608
+ ],
5609
+ "2544": "Map Stamp - Maul",
5610
+ "Map Stamp - Maul": [
5611
+ 2544
5612
+ ],
5587
5613
  "5000": "Scrap Metal",
5588
5614
  "Scrap Metal": [
5589
5615
  5000
@@ -7027,6 +7053,18 @@
7027
7053
  "Scream Fortress XVI Collection": [
7028
7054
  5965
7029
7055
  ],
7056
+ "5966": "Gift-Stuffed Stocking 2024",
7057
+ "Gift-Stuffed Stocking 2024": [
7058
+ 5966
7059
+ ],
7060
+ "5967": "Winter 2024 Cosmetic Key",
7061
+ "Winter 2024 Cosmetic Key": [
7062
+ 5967
7063
+ ],
7064
+ "5968": "Winter 2024 Cosmetic Case",
7065
+ "Winter 2024 Cosmetic Case": [
7066
+ 5968
7067
+ ],
7030
7068
  "5999": "Strange Part",
7031
7069
  "Strange Part": [
7032
7070
  5999
@@ -7843,6 +7881,30 @@
7843
7881
  "Strange Filter: Blazehattan (Community)": [
7844
7882
  6655
7845
7883
  ],
7884
+ "6656": "Strange Filter: Overcast (Community)",
7885
+ "Strange Filter: Overcast (Community)": [
7886
+ 6656
7887
+ ],
7888
+ "6657": "Strange Filter: Fortezza (Community)",
7889
+ "Strange Filter: Fortezza (Community)": [
7890
+ 6657
7891
+ ],
7892
+ "6658": "Strange Filter: Penguin Peak (Community)",
7893
+ "Strange Filter: Penguin Peak (Community)": [
7894
+ 6658
7895
+ ],
7896
+ "6659": "Strange Filter: Patagonia (Community)",
7897
+ "Strange Filter: Patagonia (Community)": [
7898
+ 6659
7899
+ ],
7900
+ "6660": "Strange Filter: Cutter (Community)",
7901
+ "Strange Filter: Cutter (Community)": [
7902
+ 6660
7903
+ ],
7904
+ "6661": "Strange Filter: Maul (Community)",
7905
+ "Strange Filter: Maul (Community)": [
7906
+ 6661
7907
+ ],
7846
7908
  "8000": "UGC Highlander 1st Place North American Platinum",
7847
7909
  "UGC Highlander 1st Place North American Platinum": [
7848
7910
  8000
@@ -23864,6 +23926,26 @@
23864
23926
  "14258": "ozfortress Highlander Main Second Place",
23865
23927
  "14259": "ozfortress Highlander Main Third Place",
23866
23928
  "14260": "ozfortress Highlander Main Participant",
23929
+ "14261": "Ghoulish Gambit Corrupted Crystal 2024",
23930
+ "Ghoulish Gambit Corrupted Crystal 2024": [
23931
+ 14261
23932
+ ],
23933
+ "14262": "Ghoulish Gambit Uncorrupted Crystal 2024",
23934
+ "Ghoulish Gambit Uncorrupted Crystal 2024": [
23935
+ 14262
23936
+ ],
23937
+ "14263": "Ghoulish Gambit Mostly-Corrupted Crystal 2024",
23938
+ "Ghoulish Gambit Mostly-Corrupted Crystal 2024": [
23939
+ 14263
23940
+ ],
23941
+ "14264": "Ghoulish Gambit Haunted Tank 2024",
23942
+ "Ghoulish Gambit Haunted Tank 2024": [
23943
+ 14264
23944
+ ],
23945
+ "14265": "Ghoulish Gambit Poisonous Potato 2024",
23946
+ "Ghoulish Gambit Poisonous Potato 2024": [
23947
+ 14265
23948
+ ],
23867
23949
  "15000": "Sniper Rifle",
23868
23950
  "15001": "SMG",
23869
23951
  "15002": "Scattergun",
@@ -26053,8 +26135,8 @@
26053
26135
  "Head Hunter": [
26054
26136
  30494
26055
26137
  ],
26056
- "30495": "Claws And Infect",
26057
- "Claws And Infect": [
26138
+ "30495": "Claws and Infect",
26139
+ "Claws and Infect": [
26058
26140
  30495
26059
26141
  ],
26060
26142
  "30496": "Crazy Legs",
@@ -28387,8 +28469,8 @@
28387
28469
  "Twisted Topper": [
28388
28470
  31211
28389
28471
  ],
28390
- "31212": "Beanie The All-Gnawing",
28391
- "Beanie The All-Gnawing": [
28472
+ "31212": "Beanie the All-Gnawing",
28473
+ "Beanie the All-Gnawing": [
28392
28474
  31212
28393
28475
  ],
28394
28476
  "31213": "Eyequarium",
@@ -29466,5 +29548,109 @@
29466
29548
  "31489": "Defaced Detonator",
29467
29549
  "Defaced Detonator": [
29468
29550
  31489
29551
+ ],
29552
+ "31491": "Taunt: Curtain Call",
29553
+ "Taunt: Curtain Call": [
29554
+ 31491
29555
+ ],
29556
+ "31492": "Taunt: Peace!",
29557
+ "Taunt: Peace!": [
29558
+ 31492
29559
+ ],
29560
+ "31493": "Taunt: Fore-Head Slice",
29561
+ "Taunt: Fore-Head Slice": [
29562
+ 31493
29563
+ ],
29564
+ "31494": "Dapper Noel",
29565
+ "Dapper Noel": [
29566
+ 31494
29567
+ ],
29568
+ "31495": "Necroprancer",
29569
+ "Necroprancer": [
29570
+ 31495
29571
+ ],
29572
+ "31496": "Battle Music",
29573
+ "Battle Music": [
29574
+ 31496
29575
+ ],
29576
+ "31497": "Hot Spaniel",
29577
+ "Hot Spaniel": [
29578
+ 31497
29579
+ ],
29580
+ "31498": "Frostbite Fit",
29581
+ "Frostbite Fit": [
29582
+ 31498
29583
+ ],
29584
+ "31499": "L'aire Filteure",
29585
+ "L'aire Filteure": [
29586
+ 31499
29587
+ ],
29588
+ "31500": "Poleur Voyeur",
29589
+ "Poleur Voyeur": [
29590
+ 31500
29591
+ ],
29592
+ "31501": "Le Frosteaux",
29593
+ "Le Frosteaux": [
29594
+ 31501
29595
+ ],
29596
+ "31502": "Scrooge McDoc",
29597
+ "Scrooge McDoc": [
29598
+ 31502
29599
+ ],
29600
+ "31503": "Checkered Past",
29601
+ "Checkered Past": [
29602
+ 31503
29603
+ ],
29604
+ "31504": "Consigliere's Coverup",
29605
+ "Consigliere's Coverup": [
29606
+ 31504
29607
+ ],
29608
+ "31505": "Crimbo Cap",
29609
+ "Crimbo Cap": [
29610
+ 31505
29611
+ ],
29612
+ "31506": "Triple Jumper",
29613
+ "Triple Jumper": [
29614
+ 31506
29615
+ ],
29616
+ "31507": "Polar Charger",
29617
+ "Polar Charger": [
29618
+ 31507
29619
+ ],
29620
+ "31508": "Field Fatigues",
29621
+ "Field Fatigues": [
29622
+ 31508
29623
+ ],
29624
+ "31509": "Cossack Camo",
29625
+ "Cossack Camo": [
29626
+ 31509
29627
+ ],
29628
+ "31510": "Battle Balaclava",
29629
+ "Battle Balaclava": [
29630
+ 31510
29631
+ ],
29632
+ "31511": "Top Brass",
29633
+ "Top Brass": [
29634
+ 31511
29635
+ ],
29636
+ "31512": "Commanding Presence",
29637
+ "Commanding Presence": [
29638
+ 31512
29639
+ ],
29640
+ "31513": "Mine Sweepers",
29641
+ "Mine Sweepers": [
29642
+ 31513
29643
+ ],
29644
+ "31514": "Buck's Brim",
29645
+ "Buck's Brim": [
29646
+ 31514
29647
+ ],
29648
+ "31515": "Westcoat",
29649
+ "Westcoat": [
29650
+ 31515
29651
+ ],
29652
+ "31516": "Snug Sharpshooter",
29653
+ "Snug Sharpshooter": [
29654
+ 31516
29469
29655
  ]
29470
29656
  }
@@ -71,8 +71,8 @@
71
71
  "44": "Misty Skull",
72
72
  "Harvest Moon": 45,
73
73
  "45": "Harvest Moon",
74
- "It's A Secret To Everybody": 46,
75
- "46": "It's A Secret To Everybody",
74
+ "It's a Secret to Everybody": 46,
75
+ "46": "It's a Secret to Everybody",
76
76
  "Stormy 13th Hour": 47,
77
77
  "47": "Stormy 13th Hour",
78
78
  "Attrib_Particle55": 55,
@@ -127,8 +127,8 @@
127
127
  "79": "Darkblaze",
128
128
  "Demonflame": 80,
129
129
  "80": "Demonflame",
130
- "Bonzo The All-Gnawing": 81,
131
- "81": "Bonzo The All-Gnawing",
130
+ "Bonzo the All-Gnawing": 81,
131
+ "81": "Bonzo the All-Gnawing",
132
132
  "Amaranthine": 82,
133
133
  "82": "Amaranthine",
134
134
  "Stare From Beyond": 83,
@@ -167,10 +167,10 @@
167
167
  "99": "Nebula",
168
168
  "Death by Disco": 100,
169
169
  "100": "Death by Disco",
170
- "It's a mystery to everyone": 101,
171
- "101": "It's a mystery to everyone",
172
- "It's a puzzle to me": 102,
173
- "102": "It's a puzzle to me",
170
+ "It's a Mystery to Everyone": 101,
171
+ "101": "It's a Mystery to Everyone",
172
+ "It's a Puzzle to Me": 102,
173
+ "102": "It's a Puzzle to Me",
174
174
  "Ether Trail": 103,
175
175
  "103": "Ether Trail",
176
176
  "Nether Trail": 104,
@@ -482,8 +482,8 @@
482
482
  "Haunted Forever!": 262,
483
483
  "261": "Haunted Forever!",
484
484
  "262": "Haunted Forever!",
485
- "Forever And Forever!": 263,
486
- "263": "Forever And Forever!",
485
+ "Forever and Forever!": 263,
486
+ "263": "Forever and Forever!",
487
487
  "Cursed Forever!": 264,
488
488
  "264": "Cursed Forever!",
489
489
  "Moth Plague": 265,
@@ -663,6 +663,23 @@
663
663
  "\u00dcber Blaze": 363,
664
664
  "362": "\u00dcber Blaze",
665
665
  "363": "\u00dcber Blaze",
666
+ "Sizzling": 364,
667
+ "364": "Sizzling",
668
+ "Crystal Crown": 366,
669
+ "365": "Crystal Crown",
670
+ "366": "Crystal Crown",
671
+ "Halcyon Halo": 367,
672
+ "367": "Halcyon Halo",
673
+ "Ghosts of Smissmas Time": 368,
674
+ "368": "Ghosts of Smissmas Time",
675
+ "Aurora Skies": 369,
676
+ "369": "Aurora Skies",
677
+ "Shining Bokeh": 370,
678
+ "370": "Shining Bokeh",
679
+ "Playful Aurora": 371,
680
+ "371": "Playful Aurora",
681
+ "Frisky Morning": 372,
682
+ "372": "Frisky Morning",
666
683
  "Hot": 701,
667
684
  "701": "Hot",
668
685
  "Isotope": 702,
@@ -1023,6 +1040,22 @@
1023
1040
  "3183": "Heavy Rain",
1024
1041
  "Pumpkin Patch": 3184,
1025
1042
  "3184": "Pumpkin Patch",
1043
+ "Snowy Day": 3185,
1044
+ "3185": "Snowy Day",
1045
+ "Snowy Spirit": 3187,
1046
+ "3186": "Snowy Spirit",
1047
+ "3187": "Snowy Spirit",
1048
+ "Lavender Sensation": 3188,
1049
+ "3188": "Lavender Sensation",
1050
+ "Verdant Phenomenon": 3189,
1051
+ "3189": "Verdant Phenomenon",
1052
+ "Award Winning": 3191,
1053
+ "3190": "Award Winning",
1054
+ "3191": "Award Winning",
1055
+ "Operatic Triumph": 3192,
1056
+ "3192": "Operatic Triumph",
1057
+ "Tangled Lights": 3193,
1058
+ "3193": "Tangled Lights",
1026
1059
  "Attrib_Particle22001": 22001,
1027
1060
  "22001": "Attrib_Particle22001",
1028
1061
  "Attrib_Particle22002": 22002,