{"id":26964170,"url":"https://github.com/truewill/embracer","last_synced_at":"2026-02-15T02:04:40.966Z","repository":{"id":41359169,"uuid":"98122795","full_name":"TrueWill/embracer","owner":"TrueWill","description":"MET Vampire the Masquerade character generator","archived":false,"fork":false,"pushed_at":"2026-02-08T01:23:17.000Z","size":2442,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-08T09:41:09.728Z","etag":null,"topics":["character-generator","larp","vampire-the-masquerade"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/TrueWill.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-23T20:13:59.000Z","updated_at":"2026-02-08T01:23:16.000Z","dependencies_parsed_at":"2025-04-03T06:31:02.450Z","dependency_job_id":"5f0e4793-dd77-459c-84ff-83e6f0ef30c8","html_url":"https://github.com/TrueWill/embracer","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/TrueWill/embracer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueWill%2Fembracer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueWill%2Fembracer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueWill%2Fembracer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueWill%2Fembracer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TrueWill","download_url":"https://codeload.github.com/TrueWill/embracer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrueWill%2Fembracer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29465397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T01:01:38.065Z","status":"online","status_checked_at":"2026-02-15T02:00:07.449Z","response_time":118,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["character-generator","larp","vampire-the-masquerade"],"created_at":"2025-04-03T06:30:05.010Z","updated_at":"2026-02-15T02:04:40.952Z","avatar_url":"https://github.com/TrueWill.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# embracer\n\nMET Vampire the Masquerade character generator\n\nBased on 2015 edition from By Night Studios\n\nSome terms are copyrighted by or registered trademarks of CCP hf.\nThis tool is unofficial, and the author is not affiliated with the companies mentioned above.\n\n## Live\n\nDeployed to https://www.met-embracer.com/\n\nCurrently deployment is manual, so the site may not reflect the latest changes.\n\n## To Do\n\n* Print options (A4 size, etc.)\n* Improve test coverage\n* Techniques (clear if change Generation)\n* Elder Powers (clear if change Generation)\n* Eerie Presence Flaw can be purchased multiple times\n* Anarch Movement Generation merit and Path costs\n* True Brujah cannot purchase Empathy\n* Premascine can learn Necromancy: Mortis Path as out-of-clan\n* Volgirre can learn Vicissitude out-of-clan (up to 2 dots)\n* Carpathians can learn Protean out-of-clan and cannot take the Szlachta merit\n* Koldun additional Thaumaturgy path (odd costs)\n* Angellis Ater choice of in-clan discipline\n* Necromantic Training and similar merits allowing access to disciplines\n\n## Contributing\n\n### Standards\n\n* [Prettier](https://prettier.io/) v1 with single quotes (`yarn prettify`)\n* [EditorConfig](http://editorconfig.org/)\n* [Yarn](https://yarnpkg.com/en/)\n* [prop-types](https://github.com/facebook/prop-types)\n* Prefer function components to class components (OK to use [Hooks](https://reactjs.org/docs/hooks-intro.html))\n* [Flux Standard Actions](https://github.com/acdlite/flux-standard-action)\n* [Strict Mode](https://reactjs.org/docs/strict-mode.html) (except for react-select)\n* [Reselect](https://github.com/reactjs/reselect) selectors\n* Only reducers and selectors should know the exact state structure\n* [CSS Modules](https://facebook.github.io/create-react-app/docs/adding-a-css-modules-stylesheet)\n* Jest/React Testing Library tests (using it() alias for test()) - all passing: [![Build Status](https://travis-ci.com/TrueWill/embracer.svg?branch=master)](https://travis-ci.com/TrueWill/embracer)\n* No ESLint warnings/errors\n* No console warnings/errors\n* Works in modern browsers (does _not_ support Internet Explorer)\n\n## Acknowledgements\n\nBuilt with [React](https://reactjs.org/) and [Redux](https://redux.js.org/) - thanks so much to Facebook, Dan Abramov, Mark Erikson, and all contributors!\n\nSpecial thanks to my lovely wife [hellomandie](https://github.com/hellomandie) for styling the app!\n\nThanks to Anthony Accomazzo for his article on [deploying a React app to Amazon's S3](https://www.fullstackreact.com/articles/deploying-a-react-app-to-s3/).\n\nUses [Font Awesome](http://fontawesome.io) by Dave Gandy (v4, **not** v5).\n\nUses [jsPDF](https://github.com/MrRio/jsPDF) by James Hall.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruewill%2Fembracer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftruewill%2Fembracer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftruewill%2Fembracer/lists"}