Skip to content

Commit

Permalink
Update to 2022-01-19
Browse files Browse the repository at this point in the history
  • Loading branch information
CharnelMouse committed Jan 20, 2022
1 parent 133f85d commit ae01e57
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 4 deletions.
Binary file modified R/sysdata.rda
Binary file not shown.
3 changes: 3 additions & 0 deletions data-raw/data.r
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ stopifnot(nrow(fsetdiff(entries[, c("tournament", "entry_type")], entry_rules[,
standardised_nicknames <- nicknames[, .(nickname,
name = standardise_deck_name(paste(spec1, spec2, spec3, starter, sep = "/"),
specs))]
decks$deck <- standardise_deck_name(decks$deck, specs, standardised_nicknames)
matches$deck1 <- standardise_deck_name(matches$deck1, specs, standardised_nicknames)
matches$deck2 <- standardise_deck_name(matches$deck2, specs, standardised_nicknames)
if (nrow(check_player_stats_agree(get_player_win_stats(matches), entries, include_nas = FALSE)) > 0L)
stop("Player stats do not agree")
if (nrow(check_player_sticks_to_tournament_deck(matches, decks, entry_rules)) > 0L)
Expand Down
8 changes: 4 additions & 4 deletions data-raw/matches.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1058,8 +1058,8 @@ start,end,tournament,round,round_match_number,player1,player2,deck1,deck2,map,vi
2022-01-10,2022-01-15,CAWS21,2,3,charnel_mouse,zhavier,[Law]/Fire/Growth,Miracle Grow,,zhavier,normal,forum,,charnel_mouse,
2022-01-08,2022-01-10,CAWS21,2,4,OffKilter,bansa,[Finesse]/Feral/Truth,[Blood/Fire]/Feral,,bansa,normal,forum,,charnel_mouse,
2022-01-07,2022-01-10,CAWS21,2,5,Nekoatl,Bomber678,[Balance/Growth]/Strength,Miracle Grow,,Bomber678,normal,forum,,charnel_mouse,
2022-01-15,,CAWS21,3,1,zango,Dreamfire,[Balance]/Anarchy/Peace,[Necromancy]/Discipline/Present,,,,forum,,charnel_mouse,
2022-01-15,2022-01-17,CAWS21,3,1,zango,Dreamfire,[Balance]/Anarchy/Peace,[Necromancy]/Discipline/Present,,Dreamfire,normal,forum,,charnel_mouse,
2022-01-15,,CAWS21,3,2,zhavier,Bomber678,Miracle Grow,Miracle Grow,,,,forum,,charnel_mouse,
2022-01-15,,CAWS21,3,3,bansa,Moby_Dick,[Blood/Fire]/Feral,[Demonology]/Finesse/Peace,,,,forum,,charnel_mouse,
2022-01-15,,CAWS21,3,4,FrozenStorm,OffKilter,[Necromancy]/Balance/Truth,[Finesse]/Feral/Truth,,,,forum,,charnel_mouse,
2022-01-17,,CAWS21,3,5,charnel_mouse,Nekoatl,[Law]/Fire/Growth,[Balance/Growth]/Strength,,,,forum,,charnel_mouse,
2022-01-15,2022-01-18,CAWS21,3,3,bansa,Moby_Dick,[Blood/Fire]/Feral,[Demonology]/Finesse/Peace,,bansa,normal,forum,,charnel_mouse,
2022-01-15,2022-01-19,CAWS21,3,4,FrozenStorm,OffKilter,[Necromancy]/Balance/Truth,[Finesse]/Feral/Truth,,FrozenStorm,normal,forum,,charnel_mouse,
2022-01-17,2022-01-17,CAWS21,3,5,charnel_mouse,Nekoatl,[Law]/Fire/Growth,[Balance/Growth]/Strength,,charnel_mouse,normal,forum,,charnel_mouse,
Binary file modified data/decks.rda
Binary file not shown.
Binary file modified data/entries.rda
Binary file not shown.
Binary file modified data/matches.rda
Binary file not shown.
Binary file modified data/nicknames.rda
Binary file not shown.
Binary file modified data/starters.rda
Binary file not shown.

0 comments on commit ae01e57

Please sign in to comment.