-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I found that I wanted my PCs to have a base where they can store equipment so they don't carry everything on their sheets. That in turn reminded me that SWRPG added "Homesteads" as a concept in the Far Horizons splatbook and so I got to work implementing this sheet as a match for that. It should also serve well for military bases, palaces, apartments, or whatever else the PCs base themselves out of. I'd love to see this accepted, because along with this I'm hoping to bring automatic encumbrance calculation back in, and this gives characters a place to offload their gear. **Notes on the PR:** - I intentionally didn't squash everything yet, but feel free to squash merge. I wanted the dev-process of the homestead sheet to become apparent and allow for easier feedback - I opted to make the homestead's storage and upgrades into two separate files in `actor/parts`. I feel like `ffg-weapon-armor-gear` is already very crowded with both character and vehicle stuff in there and I didn't want to bloat it further. - I've been testing this code without issue in my personal game. Consider that an integration test, since we can't really do automated testing for this kind of stuff.
- Loading branch information
1 parent
5e26685
commit 1acd7a3
Showing
16 changed files
with
345 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.