CGL CAVEMAN’S GRIDIRON LEAGUE A Caveman’s Sports Entertainment Production

CONSTITUTION 0.1

League Rules

Roster

30 active, 6 practice squad, 4 IR.

{
  "CB": 2,
  "DT": 2,
  "EDGE": 2,
  "FLEX_RB_WR_TE": 1,
  "K": 1,
  "LB": 3,
  "QB": 1,
  "RB": 2,
  "S": 2,
  "TE": 1,
  "WR": 3
}

Dynasty Drafts

36-round startup draft.

5-round annual rookie draft.

Full dynasty retention.

Scoring

Full PPR offense with balanced individual defensive scoring.

Status: provisional pending historical balance test

Schedule

14-game regular season. Every division rival is played twice. Seven playoff teams per conference.

Complete scoring configuration

{
  "idp": {
    "assisted_tackle": 0.75,
    "defensive_td": 6,
    "forced_fumble": 3,
    "fumble_recovery": 2,
    "interception": 5,
    "pass_defended": 2,
    "quarterback_hit": 0.5,
    "sack": 3,
    "safety": 5,
    "solo_tackle": 1.5,
    "tackle_for_loss": 1
  },
  "kicking": {
    "extra_point_made": 1,
    "field_goal_0_49": 3,
    "field_goal_50_plus": 5,
    "missed_kick": 0
  },
  "offense": {
    "fumble_lost": -2,
    "interception_thrown": -2,
    "passing_td": 4,
    "passing_yards": 0.04,
    "receiving_td": 6,
    "receiving_yards": 0.1,
    "reception": 1,
    "return_td": 6,
    "rushing_td": 6,
    "rushing_yards": 0.1,
    "two_point_conversion": 2
  },
  "status": "provisional pending historical balance test",
  "version": "0.1-preseason"
}