{"id":13994247,"url":"https://github.com/oganm/dndstats","last_synced_at":"2025-12-24T22:52:28.854Z","repository":{"id":80646721,"uuid":"141774568","full_name":"oganm/dndstats","owner":"oganm","description":"Statistics of DnD characters submitted to https://oganm.com/shiny/printSheetApp and https://oganm.com/shiny/interactiveSheet. A larger dataset is at https://github.com/oganm/dnddata","archived":false,"fork":false,"pushed_at":"2018-09-10T04:55:58.000Z","size":13873,"stargazers_count":38,"open_issues_count":0,"forks_count":17,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-29T16:38:50.073Z","etag":null,"topics":["5e","dnd","dnd5e","dungeons-and-dragons","ogan-dnd"],"latest_commit_sha":null,"homepage":"https://oganm.github.io/dndstats","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oganm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-07-21T02:24:13.000Z","updated_at":"2024-10-07T21:55:56.000Z","dependencies_parsed_at":"2023-03-12T11:41:49.439Z","dependency_job_id":null,"html_url":"https://github.com/oganm/dndstats","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oganm/dndstats","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oganm%2Fdndstats","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oganm%2Fdndstats/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oganm%2Fdndstats/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oganm%2Fdndstats/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oganm","download_url":"https://codeload.github.com/oganm/dndstats/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oganm%2Fdndstats/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266561192,"owners_count":23948614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["5e","dnd","dnd5e","dungeons-and-dragons","ogan-dnd"],"created_at":"2024-08-09T14:02:47.330Z","updated_at":"2025-07-22T19:31:25.384Z","avatar_url":"https://github.com/oganm.png","language":"R","funding_links":[],"categories":["R"],"sub_categories":[],"readme":"\nDnD character statistics\n========================\n\nThis is my experiment on doing some stats on DnD characters.\n\nSee [here](https://oganm.github.io/dndstats/) for the document\n\n\nSee [here](https://github.com/oganm/dndstats/blob/master/docs/index.Rmd) for the Rmd source code for the document.\n\nThe text of this document is licensed under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license\n\nThe code blocks within the source code is licensed under [MIT license](https://opensource.org/licenses/MIT).\n\n\n## Data access\n\nThis dataset is present in 2 forms: in its entirety that includes duplicates\nof characters and filtered version that only includes unique characters.\n\nGo [here](docs/charTable.tsv) for the complete data and [here](docs/uniqueTable.tsv) for the filtered one. Both have\nthe same columns as explained below. The code to generate these tables can be found [here](https://github.com/oganm/dndstats/blob/master/dataProcess.R).\n\nBelow are the descriptions of the columns in the files. If you think something you'd be interested\nin is missing, you can let me know.\n\n**name:** This column has hashes that represent character names. If the hashes are\nthe same, that means the names are the same. Real names are removed\nto protect character anonymity. Yes D\u0026D characters have rights.\n\n**race:** This is the race field as it come out of the application. It is not really\nhelpful as subrace and race information all mixed up together and unevenly available.\nIt also includes some homebrew content. You probably want to use the **processedRace**\ncolumn if you are interested in this.\n\n**background:** Background as it comes out of the application.\n\n**date:** Time \u0026 date of input. Dates before 2018-04-16 are unreliable as some has accidentally changed\nwhile moving files around.\n\n**class:** Class and level. Different classes are separated by `|` when needed.\n\n**justClass:** Class without level. Different classes are separated by `|` when needed.\n\n**subclass:** Subclasses. Again, separated by `|` when needed.\n\n**level:** Total character level.\n\n**feats:** Feats chosen by character. Separated by `|` when needed.\n\n**HP:** Character HP.\n\n**AC:** Character AC.\n\n**Str, Dex, Con, Int, Wis, Cha:** ability scores\n\n**alignment:** Alignment free text field. It is a mess, don't touch it. See **processedAlignment**,**good** and **lawful** instead.\n\n**skills:** List of skills with proficiency.  Separated by `|`.\n\n**weapons:** List weapons. Separated by `|`. It is somewhat of a mess as it allows free text inputs. See **processedWeapons**.\n\n**spells:** List of spells and their levels. Spells are separated by `|`s. Each spell has its level next to it\nseparated by `*`s. This is a huge mess as its a free text field and some users included things like damage dice in them. See **processedSpells**.\n\n**day:** A shortened version of **date**. Only includes day information.\n\n**processedAlignment:** Processed version of the **alignment** column. Way people wrote up their alignments are manually sifted through and assigned to the matching aligmment. First character represents lawfulness (L, N, C), second one goodness (G,N,E). An empty string means alignment wasn't written or unclear.\n\n**good, lawful:** Isolated columns for goodness and lawfulness.\n\n**processedRace:** I have gone through the way **race** column is filled by the app and asigned them to correct\nraces. If empty, indiciates a homebrew race not natively supported by the app.\n\n**processedSpells:** Formatting is same as the **spells** column but it is cleaned up.  Using string similarity I tried\nto match the spells to the full list of spells available in the official publications. The spell is removed if the spell I guessed does not have the correct level or doesn't include all words of the original spell and has too many modifications to be recognizable. It may have a few false matches but it should be mostly fine\n\n**processedWeapons:** Similar to **processedSpells**, **weapons** column is matched to the closest official weapon with some restrictions.\n\n**levelGroup:** splits levels into groups as used in the feat percentage plot. Only present in the filtered data\nbut easy enough to make on your own.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foganm%2Fdndstats","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foganm%2Fdndstats","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foganm%2Fdndstats/lists"}