Skip to content

Commit 843b13b

Browse files
authored
Merge pull request #10 from offish/v1.0.3
update items
2 parents 4ac2640 + 1cac889 commit 843b13b

File tree

4 files changed

+217
-36
lines changed

4 files changed

+217
-36
lines changed

src/tf2_data/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# flake8: noqa
22
__title__ = "tf2-data"
33
__author__ = "offish"
4-
__version__ = "1.0.2"
4+
__version__ = "1.0.3"
55
__license__ = "MIT"
66

77
from .constants import COLORS, EXTERIORS, KILLSTREAKS, QUALITIES, QUALITY_COLORS, WEARS

src/tf2_data/json/defindex_full_names.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33803,6 +33803,18 @@
3380333803
"CappingTV Summer Brawl Participant 2025": [
3380433804
14503
3380533805
],
33806+
"14504": "AsiaFortress Liquid.tf Highlander Invite 1st Place Winter 2024",
33807+
"AsiaFortress Liquid.tf Highlander Invite 1st Place Winter 2024": [
33808+
14504
33809+
],
33810+
"14505": "AsiaFortress Liquid.tf Highlander Invite 2nd Place Winter 2024",
33811+
"AsiaFortress Liquid.tf Highlander Invite 2nd Place Winter 2024": [
33812+
14505
33813+
],
33814+
"14506": "AsiaFortress Liquid.tf Highlander Invite 3rd Place Winter 2024",
33815+
"AsiaFortress Liquid.tf Highlander Invite 3rd Place Winter 2024": [
33816+
14506
33817+
],
3380633818
"15000": "concealedkiller_sniperrifle_nightowl",
3380733819
"concealedkiller_sniperrifle_nightowl": [
3380833820
15000

src/tf2_data/json/defindex_names.json

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@
305305
"Blutsauger": [
306306
36
307307
],
308-
"37": "Ubersaw",
309-
"Ubersaw": [
308+
"37": "\u00dcbersaw",
309+
"\u00dcbersaw": [
310310
37
311311
],
312312
"38": "Axtinguisher",
@@ -3765,8 +3765,8 @@
37653765
"Festive Sandvich": [
37663766
1002
37673767
],
3768-
"1003": "Festive Ubersaw",
3769-
"Festive Ubersaw": [
3768+
"1003": "Festive \u00dcbersaw",
3769+
"Festive \u00dcbersaw": [
37703770
1003
37713771
],
37723772
"1004": "Festive Frontier Justice",
@@ -23937,15 +23937,18 @@
2393723937
],
2393823938
"14108": "AsiaFortress Liquid.tf Highlander Invite 1st Place",
2393923939
"AsiaFortress Liquid.tf Highlander Invite 1st Place": [
23940-
14108
23940+
14108,
23941+
14504
2394123942
],
2394223943
"14109": "AsiaFortress Liquid.tf Highlander Invite 2nd Place",
2394323944
"AsiaFortress Liquid.tf Highlander Invite 2nd Place": [
23944-
14109
23945+
14109,
23946+
14505
2394523947
],
2394623948
"14110": "AsiaFortress Liquid.tf Highlander Invite 3rd Place",
2394723949
"AsiaFortress Liquid.tf Highlander Invite 3rd Place": [
23948-
14110
23950+
14110,
23951+
14506
2394923952
],
2395023953
"14111": "TF2Maps Charitable Heart 2024",
2395123954
"TF2Maps Charitable Heart 2024": [
@@ -24642,6 +24645,9 @@
2464224645
"14501": "CappingTV Summer Brawl 2nd Place",
2464324646
"14502": "CappingTV Summer Brawl 3rd Place",
2464424647
"14503": "CappingTV Summer Brawl Participant",
24648+
"14504": "AsiaFortress Liquid.tf Highlander Invite 1st Place",
24649+
"14505": "AsiaFortress Liquid.tf Highlander Invite 2nd Place",
24650+
"14506": "AsiaFortress Liquid.tf Highlander Invite 3rd Place",
2464524651
"15000": "Sniper Rifle",
2464624652
"15001": "SMG",
2464724653
"15002": "Scattergun",
@@ -25491,8 +25497,8 @@
2549125497
"Das Feelinbeterbager": [
2549225498
30096
2549325499
],
25494-
"30097": "Das Ubersternmann",
25495-
"Das Ubersternmann": [
25500+
"30097": "Das \u00dcbersternmann",
25501+
"Das \u00dcbersternmann": [
2549625502
30097
2549725503
],
2549825504
"30098": "Das Metalmeatencasen",
@@ -30377,8 +30383,8 @@
3037730383
"Sir Buildsalot": [
3037830384
31524
3037930385
],
30380-
"31525": "Hunk Of Monk",
30381-
"Hunk Of Monk": [
30386+
"31525": "Hunk of Monk",
30387+
"Hunk of Monk": [
3038230388
31525
3038330389
],
3038430390
"31526": "Fat Friar",
@@ -30389,8 +30395,8 @@
3038930395
"Mr. Rostov": [
3039030396
31527
3039130397
],
30392-
"31528": "Esprit De Corps",
30393-
"Esprit De Corps": [
30398+
"31528": "Esprit de Corps",
30399+
"Esprit de Corps": [
3039430400
31528
3039530401
],
3039630402
"31529": "Hardcore Pantalon",

0 commit comments

Comments
 (0)