Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tf2_data/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# flake8: noqa
__title__ = "tf2-data"
__author__ = "offish"
__version__ = "1.0.2"
__version__ = "1.0.3"
__license__ = "MIT"

from .constants import COLORS, EXTERIORS, KILLSTREAKS, QUALITIES, QUALITY_COLORS, WEARS
Expand Down
12 changes: 12 additions & 0 deletions src/tf2_data/json/defindex_full_names.json
Original file line number Diff line number Diff line change
Expand Up @@ -33803,6 +33803,18 @@
"CappingTV Summer Brawl Participant 2025": [
14503
],
"14504": "AsiaFortress Liquid.tf Highlander Invite 1st Place Winter 2024",
"AsiaFortress Liquid.tf Highlander Invite 1st Place Winter 2024": [
14504
],
"14505": "AsiaFortress Liquid.tf Highlander Invite 2nd Place Winter 2024",
"AsiaFortress Liquid.tf Highlander Invite 2nd Place Winter 2024": [
14505
],
"14506": "AsiaFortress Liquid.tf Highlander Invite 3rd Place Winter 2024",
"AsiaFortress Liquid.tf Highlander Invite 3rd Place Winter 2024": [
14506
],
"15000": "concealedkiller_sniperrifle_nightowl",
"concealedkiller_sniperrifle_nightowl": [
15000
Expand Down
32 changes: 19 additions & 13 deletions src/tf2_data/json/defindex_names.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@
"Blutsauger": [
36
],
"37": "Ubersaw",
"Ubersaw": [
"37": "\u00dcbersaw",
"\u00dcbersaw": [
37
],
"38": "Axtinguisher",
Expand Down Expand Up @@ -3765,8 +3765,8 @@
"Festive Sandvich": [
1002
],
"1003": "Festive Ubersaw",
"Festive Ubersaw": [
"1003": "Festive \u00dcbersaw",
"Festive \u00dcbersaw": [
1003
],
"1004": "Festive Frontier Justice",
Expand Down Expand Up @@ -23937,15 +23937,18 @@
],
"14108": "AsiaFortress Liquid.tf Highlander Invite 1st Place",
"AsiaFortress Liquid.tf Highlander Invite 1st Place": [
14108
14108,
14504
],
"14109": "AsiaFortress Liquid.tf Highlander Invite 2nd Place",
"AsiaFortress Liquid.tf Highlander Invite 2nd Place": [
14109
14109,
14505
],
"14110": "AsiaFortress Liquid.tf Highlander Invite 3rd Place",
"AsiaFortress Liquid.tf Highlander Invite 3rd Place": [
14110
14110,
14506
],
"14111": "TF2Maps Charitable Heart 2024",
"TF2Maps Charitable Heart 2024": [
Expand Down Expand Up @@ -24642,6 +24645,9 @@
"14501": "CappingTV Summer Brawl 2nd Place",
"14502": "CappingTV Summer Brawl 3rd Place",
"14503": "CappingTV Summer Brawl Participant",
"14504": "AsiaFortress Liquid.tf Highlander Invite 1st Place",
"14505": "AsiaFortress Liquid.tf Highlander Invite 2nd Place",
"14506": "AsiaFortress Liquid.tf Highlander Invite 3rd Place",
"15000": "Sniper Rifle",
"15001": "SMG",
"15002": "Scattergun",
Expand Down Expand Up @@ -25491,8 +25497,8 @@
"Das Feelinbeterbager": [
30096
],
"30097": "Das Ubersternmann",
"Das Ubersternmann": [
"30097": "Das \u00dcbersternmann",
"Das \u00dcbersternmann": [
30097
],
"30098": "Das Metalmeatencasen",
Expand Down Expand Up @@ -30377,8 +30383,8 @@
"Sir Buildsalot": [
31524
],
"31525": "Hunk Of Monk",
"Hunk Of Monk": [
"31525": "Hunk of Monk",
"Hunk of Monk": [
31525
],
"31526": "Fat Friar",
Expand All @@ -30389,8 +30395,8 @@
"Mr. Rostov": [
31527
],
"31528": "Esprit De Corps",
"Esprit De Corps": [
"31528": "Esprit de Corps",
"Esprit de Corps": [
31528
],
"31529": "Hardcore Pantalon",
Expand Down
Loading