{"id":13520960,"url":"https://github.com/ben/foundry-ironsworn","last_synced_at":"2025-09-12T19:38:15.808Z","repository":{"id":37057149,"uuid":"283003976","full_name":"ben/foundry-ironsworn","owner":"ben","description":"Ironsworn and Starforged, for Foundry VTT","archived":false,"fork":false,"pushed_at":"2025-09-02T14:28:53.000Z","size":52628,"stargazers_count":75,"open_issues_count":110,"forks_count":45,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-09-02T16:23:20.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ben.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"2020-07-27T20:05:50.000Z","updated_at":"2025-09-02T14:28:57.000Z","dependencies_parsed_at":"2023-09-24T18:07:03.713Z","dependency_job_id":"7c776f39-e724-452b-9b67-974d9bef837d","html_url":"https://github.com/ben/foundry-ironsworn","commit_stats":null,"previous_names":[],"tags_count":318,"template":false,"template_full_name":null,"purl":"pkg:github/ben/foundry-ironsworn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ben%2Ffoundry-ironsworn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ben%2Ffoundry-ironsworn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ben%2Ffoundry-ironsworn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ben%2Ffoundry-ironsworn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ben","download_url":"https://codeload.github.com/ben/foundry-ironsworn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ben%2Ffoundry-ironsworn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274864556,"owners_count":25364232,"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-09-12T02:00:09.324Z","response_time":60,"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":[],"created_at":"2024-08-01T06:00:25.069Z","updated_at":"2025-09-12T19:38:15.480Z","avatar_url":"https://github.com/ben.png","language":"TypeScript","funding_links":[],"categories":["Tools"],"sub_categories":["Starforged"],"readme":"# Ironsworn and Starforged for Foundry VTT\n\n![Download count of latest release](https://img.shields.io/github/downloads/ben/foundry-ironsworn/latest/ironsworn.zip?style=for-the-badge)\n[![Forge Installs](https://img.shields.io/badge/dynamic/json?label=Forge%20Installs\u0026query=package.installs\u0026suffix=%25\u0026url=https%3A%2F%2Fforge-vtt.com%2Fapi%2Fbazaar%2Fpackage%2Ffoundry-ironsworn\u0026style=for-the-badge)](https://forge-vtt.com/bazaar/package/foundry-ironsworn)\n\nThis is a Foundry VTT implementation of the [**Ironsworn**](https://tomkinpress.com/pages/ironsworn), [**Ironsworn: Delve**](https://tomkinpress.com/pages/ironsworn-delve), [**Ironsworn: Starforged**](https://tomkinpress.com/pages/ironsworn-starforged), and [**Sundered Isles**](https://tomkinpress.com/pages/sundered-isles) games by Shawn Tomkin.\n\nTo install it, just search for \"ironsworn\" in the system-installation UI, or use this URL:\n\n```\nhttps://github.com/ben/foundry-ironsworn/releases/latest/download/system.json\n```\n\nFor information on how to play a game, check out [the wiki](https://github.com/ben/foundry-ironsworn/wiki/Getting-Started).\n\n# System Development\n\n\u003e [!IMPORTANT]\n\u003e Currently you **must** have [Datasworn](https://github.com/rsek/datasworn/tree/v0.1.0) checked out to the `v0.1.0` branch in the same directory as this repo in order for the build to succeed.\n\u003e I don't like it either, and as soon as there's an NPM release, I'll fix it and remove this note.\n\nHere's what you'll need to make changes to this system:\n\n1. Install Foundry 11 or later, and start it up.\n2. Install the main `foundry-ironsworn` system, and create a world that uses it.\n3. Clone this repo somewhere you can find it, and run `npm install`.\n4. Run `npm start` from this repository.\n5. Open a browser to http://localhost:8080.\n\nWhen you use that browser window, Vite will serve up freshly-built assets instead of the ones in the installed version of the system, and will do browser-window refreshes for you in many cases.\nSome things to remember:\n\n- Only the Javascript and stylesheets are served up by Vite. If you change anything else (like a `.hbs` file), you'll want to do something like this before reloading:\n  ```\n  cp -R system/* ~/Library/Application\\ Support/FoundryVTT/Data/systems/foundry-ironsworn/\n  ```\n- If you make a change to `system.json` or any of the I18n files, you'll have to return to setup, use the command above, and start the world up again.\n- [Vue Inspector](https://github.com/webfansplz/vite-plugin-vue-inspector) is configured, so tap alt+shift (cmd+shift on Mac) and click on a Vue element to open the relevant file in VS Code.\n\n# Credits\n\n\nThis work is based on several works created by Shawn Tomkin, and are licensed under the [CC-BY-NC-SA](http://creativecommons.org/licenses/by-nc-sa/4.0/) license, as detailed at https://tomkinpress.com/pages/licensing.\n\nData courtesy of [Datasworn](https://github.com/rsek/datasworn), which is used here under its MIT license.\n\nHand-drawn map scene courtesy of [McSekcer](https://www.reddit.com/user/McSekcer/).\n\nStarforged scenes courtesy of [Unsplash](https://unsplash.com), and used under their [license](https://unsplash.com/license).\n\nOcean scenes courtesy of [@AuguestBebel](https://github.com/AugustBebel) (https://github.com/ben/foundry-ironsworn/pull/993).\n\nExtra location icons courtesy of [Eric Rains and Kirin](https://github.com/ben/foundry-ironsworn/pull/485).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fben%2Ffoundry-ironsworn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fben%2Ffoundry-ironsworn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fben%2Ffoundry-ironsworn/lists"}