{"id":17034134,"url":"https://github.com/lordnull/dicer","last_synced_at":"2025-03-22T21:42:56.721Z","repository":{"id":138913865,"uuid":"9489892","full_name":"lordnull/dicer","owner":"lordnull","description":"Generic RPG Stat and Dice Roller for OS X","archived":false,"fork":false,"pushed_at":"2013-07-10T22:33:29.000Z","size":722,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-28T01:36:33.403Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lordnull.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-17T05:23:14.000Z","updated_at":"2015-11-17T14:27:51.000Z","dependencies_parsed_at":"2023-03-11T11:26:26.250Z","dependency_job_id":null,"html_url":"https://github.com/lordnull/dicer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordnull%2Fdicer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordnull%2Fdicer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordnull%2Fdicer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lordnull%2Fdicer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lordnull","download_url":"https://codeload.github.com/lordnull/dicer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245026004,"owners_count":20549067,"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","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":[],"created_at":"2024-10-14T08:37:30.752Z","updated_at":"2025-03-22T21:42:56.688Z","avatar_url":"https://github.com/lordnull.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"dicer\n=====\n\nGeneric RPG Stat and Dice Roller for OS X\n\nBuild\n=====\n\nDicer uses [MacGap](https://github.com/maccman/macgap) to package the\napplication. Make is eschewed for a simpler build.sh script. The resulting\napplication is in ./app.\n\nUse\n===\n\nEventually there will be help in the application. For now, Characters have\nstats and rolls associated with them. Rolls use the following grammer:\n\n    dice [operation dice ] ... [operaton dice]\n\t\t  dice := integer | [num_rolls][rollmode][minmax]\n\t\t\t\trollmode := d | w\n\t\t\t  minmax := integer | integer..integer\n\nSome examples:\n\n    1d6 := roll 1 six sided die.\n\t\t1d6 + 2 := roll 1 six sided die, then add 2.\n\t\t2d8 + d6 := roll 2 eight sided die, then add the roll of a 1 sided die.\n\t\t1w6 := roll 1 six sided die. On a six, add the result and reroll.\n\nAnywhere an integer can go, a stat box from the character can go. For\nexample, the character \"ThunderPants\" has a state call \"Pure Awesome\" with\na value of 27. He can add this value whenever he rolls a 6 sided die. His\nroll would look like:\n\n    1d6 + [Pure Awesome]\n\nThis can also be used for weapon damage in dnd 4th edition:\n\n    1d[W] + [Strength Mod] + [Weapon Enhancement] + [Weapon Proficiency]\n\nOr for a wild die system, like Star Wars d6:\n\n    [Force Use]d6 + 1w6\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flordnull%2Fdicer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flordnull%2Fdicer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flordnull%2Fdicer/lists"}