Skip to content

Commit

Permalink
Y9S1 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
CNDRD committed Feb 26, 2024
1 parent 8999fd0 commit bba969b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
16 changes: 16 additions & 0 deletions siegeapi/constants/operators.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
operator_dict = {
"deimos": {
"name": "Deimos",
"safename": "deimos",
"realname": "Gerald Morris",
"birthplace": "Birmingham, Alabama",
"age": 51,
"date_of_birth": "December 24th",
"season_introduced": "Y9S1",
"health": 2,
"speed": 2,
"unit": "N/A",
"country_code": "US",
"roles": ["INTEL", "MAP CONTROL"],
"side": "attacker",
"icon_url": "https://i.imgur.com/av1keWp.png",
},
"tubarao": {
"name": "Tubarão",
"safename": "tubarao",
Expand Down
9 changes: 9 additions & 0 deletions siegeapi/constants/seasons.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,13 @@
"code": "Y8S4",
"start_date": "2023-12-06"
},



33: {
"name": "Deadly Omen",
"hex": "#f14b37",
"code": "Y9S1",
"start_date": "2024-03-05"
},
}
5 changes: 5 additions & 0 deletions siegeapi/constants/weapons.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,11 @@
"icon_url": "6W3Jz0YcQzbZ6BOPr7VVel/4c67f342964132a652f7d5821e887050/.44_Mag_Semi-Auto.png",
"imgur_url": "https://i.imgur.com/4QUGA4Z.png",
},
".44 Vendetta": {
"type": "Pistol",
"icon_url": "2kx8YFXaz4l9A3iJctZ33h/30f25aff1e25daf0dff88d258423adcf/44VENDETTA.png",
"imgur_url": "https://i.imgur.com/YCCL5cK.png",
},

# Hand Cannon
"GONNE-6": {
Expand Down

0 comments on commit bba969b

Please sign in to comment.