From 33e4e9234bed5a5c75f08788978f257d2843565a Mon Sep 17 00:00:00 2001 From: red Date: Sun, 13 Jun 2021 03:46:54 +0100 Subject: [PATCH] Add roadmap --- ROADMAP.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md new file mode 100644 index 0000000..422857b --- /dev/null +++ b/ROADMAP.md @@ -0,0 +1,22 @@ +# Roadmap + +## Initial API Re-implementation + +- [ ] TC submit +- [ ] \(non endpoint\) TC storage (for spawn and sync) +- [ ] TC spawn +- [ ] TC open +- [ ] TC sync +- [ ] TC images +- [ ] Mod for switching TC endpoint (Mandatory and C#, otherwise this reimp is useless.) + +This will provide the same API for time capsules. + +## Additional features + +- [ ] Queue +- [ ] Filter +- [ ] Random Capsule Generator +- [ ] Allow for more item slots\[1\] + +\[1\] - Time capsules only have 6 slots (2x3 space) for items you can place. Game *technically* can handle more than that - as overflow is dumped outside of the inventory.