Skip to content

Commit

Permalink
GAME A04
Browse files Browse the repository at this point in the history
  • Loading branch information
kanziebub committed Oct 21, 2023
1 parent ccbf399 commit 458f681
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
17 changes: 9 additions & 8 deletions EPIC/02/leaderboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,25 @@ layout: default

# **Lobby A Leaderboard**

### Games Played = 3
### Games Played = 4

| Rank | Team Name | Total Kill | **Points** |
|:-------|:----------------------|:-----------|:-----------|
| #**1** | **PlayMyHeroUltimate** | 29 | **69** |
| #**2** | **µ's** | 24 | **66** |
| #**3** | **20% AMP Enjoyer** | 23 | **52** |
| #**4** | Jocel Fake Info | 18 | 43 |
| #**5** | Ditinggal Gallileo | 17 | 42 |
| #**6** | Theo Lover | 12 | 29 |
| #**7** | FullSweat Tryhard NoChill | 3 | 12 |
| #**1** | **PlayMyHeroUltimate** | 42 | **103** |
| #**2** | **20% AMP Enjoyer** | 36 | **82** |
| #**3** | **µ's** | 25 | **68** |
| #**4** | Ditinggal Gallileo | 24 | 61 |
| #**5** | Jocel Fake Info | 24 | 57 |
| #**6** | Theo Lover | 12 | 32 |
| #**7** | FullSweat Tryhard NoChill | 4 | 15 |

### Penalty Log

| Game | Team Name | Penalty | Reason |
|:-------|:----------|:--------|:----------------------|
| A01 | FullSweat Tryhard NoChill | -2 | Non-Player Death |
| A04 | Theo Lover | -2 | Remake: Tac Skill |
| A04 | 20% AMP Enjoyer | -2 | Non-Player Death |



Expand Down
1 change: 1 addition & 0 deletions double_lobby_lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def refresh_page(sheetID_A, sheetID_B, target):
+ get_penalty_table()
+ set_penalty("A01", "FullSweat Tryhard NoChill", "-2", "Non-Player Death")
+ set_penalty("A04", "Theo Lover", "-2", "Remake: Tac Skill")
+ set_penalty("A04", "20% AMP Enjoyer", "-2", "Non-Player Death")
+ " \n \n")

df_B = set_df(sheetID_B, sheetName)
Expand Down

0 comments on commit 458f681

Please sign in to comment.