Skip to content

Commit

Permalink
Removed all non-ASCII characters from the creature information data t…
Browse files Browse the repository at this point in the history
…able
  • Loading branch information
njlyon0 committed Apr 27, 2024
1 parent ae3281d commit 82ed301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified data/creatures.rda
Binary file not shown.
2 changes: 2 additions & 0 deletions dev/update-creatures.R
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ beasts_v7 %>%

# Do final tidying
creatures <- beasts_v7 %>%
# Drop non-ASCII counting column
dplyr::select(-non_ascii_ct) %>%
# Remove all homebrewed entries
dplyr::filter(!source %in% c("Homebrew", "Out Of The Box 5e",
"Nerzugals Extended Bestiary",
Expand Down

0 comments on commit 82ed301

Please sign in to comment.