File tree Expand file tree Collapse file tree
content/pages/league-format Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ root = true
2+
3+ [* ]
4+ charset = utf-8
5+ end_of_line = lf
6+ indent_size = 4
7+ indent_style = space
8+ insert_final_newline = false
9+ max_line_length = 120
10+ tab_width = 4
11+
12+ [* .{markdown,md} ]
13+ max_line_length = 80
14+ indent_size = 2
Original file line number Diff line number Diff line change 1+ +++
2+ title = ' Draft Order'
3+ +++
4+
5+ The 2014 draft was a snake draft with the order determined randomly by Yahoo.
6+
7+ ## Subsequent Drafts
8+
9+ The teams that do not make the playoffs in the previous year will be positioned
10+ based on how well they perform in the consolation bracket. After they are
11+ placed, the remainder are placed in reverse order of their performance in
12+ the playoffs.
13+
14+ ## Keepers
15+
16+ For picks that have been "occupied" by keepers, the keeper will automatically be
17+ selected and the round will continue. See the [ keepers page] ( /pages/league-format/keepers )
18+ for more details.
Original file line number Diff line number Diff line change 1+ +++
2+ title = ' Keepers'
3+ +++
4+
5+ ## Description
6+
7+ During the off-season before next year's draft, each owner can elect to keep
8+ up to three different players.
9+
10+ Keepers "occupy" the draft pick two rounds earlier than the previous year's
11+ round they were drafted in. Some examples:
12+
13+ - A player is drafted in Round 6 of last year and you elect to keep him, so
14+ he occupies Round 4 for your draft this year
15+ - A player was originally drafted in Round 5 two years ago by another player,
16+ but was traded to you this year. If you elect to keep him, he occupies Round 1.
17+
18+ As such, players who occupy Round 1 or Round 2 of the previous year cannot be kept.
19+
20+ FA/WW players and players drafted after the 12th round are treated as if they
21+ were drafted in Round 12 when calculating keeper costs.
22+
23+ If the draft pick for that round has been traded away or is already occupied, then you have two options:
24+
25+ - Your keeper player can occupy an earlier draft round instead e.g. 2nd round
26+ when only 3rd round is required.
27+ - Under these circumstances, the keeper is still valued based on the round
28+ they were originally drafted in.
29+ - You can try trading to regain the corresponding draft round pick. Please see
30+ the trading rules regarding draft picks.
31+
32+ A player loses their "keeper cost baseline" once they re-enter the draft pool.
33+
34+ ## TL;DR
35+
36+ ``` python
37+ if (player is drafted_in_round(n) and n < 12 ):
38+ keeper_status = n
39+ else :
40+ keeper_status = 12
41+ ```
Original file line number Diff line number Diff line change @@ -4,9 +4,10 @@ title = 'Waivers'
44
55## Description
66
7- This league uses game-time waivers i.e. a player gets added to the Waiver Wire
8- once their game starts until the Waiver Period ends on Tuesday at 11:59 Pacific
9- Time.
7+ This league uses
8+ [ game-time waivers] ( https://help.yahoo.com/kb/game---tuesday-sln7129.html )
9+ i.e. a player gets added to the Waiver Wire once their game starts until the
10+ Waiver Period ends on Tuesday at 11:59 Pacific Time.
1011
1112When a player is dropped, they get added to the Waiver Wire and are kept there
1213for a minimum of 1 day. That player can be kept on the Waiver Wire for more than
You can’t perform that action at this time.
0 commit comments