Skip to content

Commit

Permalink
Update ASG
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbmatter committed Oct 26, 2023
1 parent 7267f2e commit d6f742a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions data/real-player-data.basketball.json
Original file line number Diff line number Diff line change
Expand Up @@ -738635,6 +738635,7 @@
"name": "Western Division"
}
],
"elamASG": false,
"luxuryPayroll": 950,
"maxContract": 250,
"minContract": 50,
Expand Down Expand Up @@ -740403,6 +740404,7 @@
},
{
"info": {
"elamASG": true,
"luxuryPayroll": 132650,
"maxContract": 36400,
"minContract": 900,
Expand Down Expand Up @@ -740450,6 +740452,8 @@
},
{
"info": {
"allStarType": "byConf",
"elamASG": false,
"luxuryPayroll": 165300,
"maxContract": 45350,
"minContract": 1150,
Expand Down
4 changes: 2 additions & 2 deletions src/common/defaultGameAttributes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ const defaultGameAttributes: GameAttributesLeagueWithHistory = {
playersRefuseToNegotiate: true,
allStarGame: 0.7,
allStarNum: 12,
allStarType: "draft",
allStarType: "byConf",
allStarDunk: true,
allStarThree: true,
budget: true,
Expand Down Expand Up @@ -237,7 +237,7 @@ const defaultGameAttributes: GameAttributesLeagueWithHistory = {
realPlayerDeterminism: 0,
spectator: false,
elam: false,
elamASG: true,
elamASG: false,
elamMinutes: 4,
elamOvertime: false,
elamPoints: 8,
Expand Down

0 comments on commit d6f742a

Please sign in to comment.