Skip to content

Commit

Permalink
no more clown league
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmerritt committed Sep 10, 2015
1 parent ddfcbc9 commit 64bddcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
7 changes: 0 additions & 7 deletions app/src/config/configs.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,4 @@ CONFIG["ESPN"] = $.extend({}, manual, {
, TEAMS: 10
});

CONFIG["CLOWN"] = $.extend({}, manual, {
ROSTER: "QB, RB, RB, WR, WR, TE, WR/RB, K, DST, BN, BN, BN, BN"
, ROSTER_SLOTS: 13
, TEAMS: 12
, SCORING: "CLOWN"
});

})();
10 changes: 1 addition & 9 deletions app/src/config/scoring_systems.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,9 @@ SCORING["ESPN"] = $.extend({}, SCORING_BASE, {
// TODO: field goal misses
});

var one_thirtieth = 1/30
, one_fifteenth = 1/15
var one_fifteenth = 1/15
;

SCORING["CLOWN"] = $.extend({}, SCORING_BASE, {
"pass_yds": one_thirtieth
, "pass_ints": -2
, "rush_yds": one_fifteenth
, "rec_yds": one_fifteenth
});

SCORING["MARKET"] = $.extend({}, SCORING_BASE, {
"pass_300+": 2,
"field_100+": 2,
Expand Down

0 comments on commit 64bddcc

Please sign in to comment.