From dabbc4e85028296167afc828574f1b2a388ef0fb Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Thu, 1 Feb 2024 22:08:25 -0700 Subject: [PATCH] Cleanup files --- How-to-release.md | 7 ------- System-Notes | 2 -- TODO | 29 ----------------------------- 3 files changed, 38 deletions(-) delete mode 100644 How-to-release.md delete mode 100644 System-Notes delete mode 100644 TODO 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