Skip to content

Commit

Permalink
GK goal points change
Browse files Browse the repository at this point in the history
  • Loading branch information
jack89roberts committed Jul 23, 2024
1 parent 6eb9950 commit 857525c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airsenal/framework/FPL_scoring_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
How many points does FPL assign for goals, assists, clean sheets, appearances
"""

points_for_goal = {"GK": 6, "DEF": 6, "MID": 5, "FWD": 4}
points_for_goal = {"GK": 10, "DEF": 6, "MID": 5, "FWD": 4}

points_for_cs = {"GK": 4, "DEF": 4, "MID": 1, "FWD": 0}

Expand Down

0 comments on commit 857525c

Please sign in to comment.