← Systems

builtin

PPR 1.0 · 20 global stats · DB 16 weights, baseline 10

Editing is locked. Sign in to build your own, or use the admin passcode to change or clone this one.

Global weights

Points per unit of each stat, for every player at every position.

  • Passing Yards pass_yardspts/unit
  • Passing TDs pass_tdspts/unit
  • Interceptions Thrown pass_interceptionspts/unit
  • 2-Pt Conversions (Pass) pass_2ptpts/unit
  • Rushing Yards rush_yardspts/unit
  • Rushing TDs rush_tdspts/unit
  • 2-Pt Conversions (Rush) rush_2ptpts/unit
  • Receiving Yards rec_yardspts/unit
  • Receiving TDs rec_tdspts/unit
  • 2-Pt Conversions (Receiving) rec_2ptpts/unit
  • Fumbles Lost fumbles_lostpts/unit
  • FG Made 0-19 fg_made_0_19pts/unit
  • FG Made 20-29 fg_made_20_29pts/unit
  • FG Made 30-39 fg_made_30_39pts/unit
  • FG Made 40-49 fg_made_40_49pts/unit
  • FG Made 50-59 fg_made_50_59pts/unit
  • FG Made 60+ fg_made_60pluspts/unit
  • Field Goals Missed fg_missedpts/unit
  • Extra Points Made pat_madepts/unit
  • Receptions rec_receptionspts/unit

Global brackets

Weekly milestones for every position: a tier ladder over one stat, e.g. 0 points under 200 rushing yards and 4 above it. A position's own brackets are added to these.

No brackets.

Position overrides

Layered on top of the global weights: extra stats, a participation baseline, and DST-style brackets.

DB

Weights (merged over global, 0 disables an inherited weight)

  • Unassisted Tackles def_tackles_solopts/unit
  • Tackles Made With Assist def_tackles_with_assistpts/unit
  • Assisted Tackles def_tackle_assistspts/unit
  • Tackles For Loss def_tackles_for_losspts/unit
  • Sacks def_sackspts/unit
  • Interceptions def_interceptionspts/unit
  • Passes Defended def_pass_defendedpts/unit
  • Forced Fumbles def_fumbles_forcedpts/unit
  • Fumble Recoveries (Opponent) def_fumble_recoveriespts/unit
  • Fumble Return TDs def_fumble_recovery_tdspts/unit
  • Defensive TDs (Non-Fumble) def_tdspts/unit
  • Safeties def_safetiespts/unit
  • Targets Allowed cov_targetspts/unit
  • Receptions Allowed cov_receptionspts/unit
  • Yards Allowed cov_yardspts/unit
  • TDs Allowed cov_tdspts/unit

Baseline

Points for showing uppts/week
  • %
  • snaps
  • snaps

Every gate that is switched on must be met (compared with ≥) or the week scores no baseline points.

Brackets

No brackets.

Rules JSON
{
  "global": {
    "weights": {
      "pass_yards": 0.04,
      "pass_tds": 4,
      "pass_interceptions": -2,
      "pass_2pt": 2,
      "rush_yards": 0.1,
      "rush_tds": 6,
      "rush_2pt": 2,
      "rec_yards": 0.1,
      "rec_tds": 6,
      "rec_2pt": 2,
      "fumbles_lost": -2,
      "fg_made_0_19": 3,
      "fg_made_20_29": 3,
      "fg_made_30_39": 3,
      "fg_made_40_49": 4,
      "fg_made_50_59": 5,
      "fg_made_60plus": 5,
      "fg_missed": -1,
      "pat_made": 1,
      "rec_receptions": 1
    }
  },
  "positionOverrides": {
    "DB": {
      "weights": {
        "def_tackles_solo": 0.4,
        "def_tackles_with_assist": 0.4,
        "def_tackle_assists": 0.2,
        "def_tackles_for_loss": 1.5,
        "def_sacks": 4,
        "def_interceptions": 5,
        "def_pass_defended": 3.5,
        "def_fumbles_forced": 4,
        "def_fumble_recoveries": 3,
        "def_fumble_recovery_tds": 6,
        "def_tds": 6,
        "def_safeties": 2,
        "cov_targets": 2,
        "cov_receptions": -3,
        "cov_yards": -0.3,
        "cov_tds": -6
      },
      "baseline": {
        "points": 10,
        "minDefSnapPct": 0.25
      }
    }
  }
}