diff --git a/How-to-release.md b/How-to-release.md deleted file mode 100644 index dceaddc..0000000 --- a/How-to-release.md +++ /dev/null @@ -1,7 +0,0 @@ -1. Make sure that the `version` is the correct version number. -2. Copy the `system.json` in order to make the version-specific manifest -3. Update the `download` to point to the version-specific file from Github -4. Compress all of the necessary files and folders -5. Create the release on Github with the correct tag being created -6. Upload the compressed files and the version-specific manifest file -7. Save the release as draft, prerelease, or stable (pre-releases won't be caught in the `/latest` URL that is used to check for updates) \ No newline at end of file diff --git a/System-Notes b/System-Notes deleted file mode 100644 index e61ae94..0000000 --- a/System-Notes +++ /dev/null @@ -1,2 +0,0 @@ -- "Resources" and "Supplies" are used interchangeably in the book -- \ No newline at end of file diff --git a/TODO b/TODO deleted file mode 100644 index be81a47..0000000 --- a/TODO +++ /dev/null @@ -1,29 +0,0 @@ -## MVP: -- Text-box PC Character sheet -- PC Data Structure -- Dice Rolling - -## Full Release -- Data Models: - - Actors: - - NPC - - PC - - Mob - - Items: - - Weapons - - Armour - - Equipment - - Foil - - Pet - - Transportation - - Structure - - Service - - Legendary Items - - Spells - - Aspects - - Status - - Roles -- Character Sheet: - - PC - - NPC - - Mob \ No newline at end of file