added About Time

This commit is contained in:
Jesse James Isler 2022-05-09 11:15:36 +02:00
parent 4767883002
commit 5fc170ffff
1 changed files with 31 additions and 0 deletions

View File

@ -28,6 +28,23 @@ This also aids me into getting the hang of the different plugins.
---
## [About Time](https://gitlab.com/tposney/about-time)
A module to support a game time clock in Foundry VTT. Arbitrary calendars are supported Gregorian and Greyhawk supplied but it is easy to add your own. See notes at the end. Please have a look at Gettingstarted.md it has more information.
### Recommended settings
### Dependencies
* Simple Calendar
### Personal Thoughts
- [ ] Documentation
- [x] Dependencies
- [ ] Thoughts
- [ ] Done
---
## [Tidy5e Sheet](https://github.com/sdenec/tidy5e-sheet)
An alternative Character Sheet for Foundry VTT dnd5e aimed at creating a cleaner UI.
@ -711,6 +728,20 @@ A module to make the game settings menu a bit more comfortale to use. A stand al
- [ ] Thoughts
- [ ] Done
---
## [Simple Calendar](https://github.com/vigoren/foundryvtt-simple-calendar)
This module allows you to create a completely customizable calendar that ties in with the Game Masters world exactly how they want it to. Notes and events can be added to the calendar to help keep track of what and when things are happening in your world.
### Recommended settings
### Dependencies
* None
### Personal Thoughts
- [ ] Documentation
- [ ] Done
---
## [LibWrapper](https://github.com/ruipin/fvtt-lib-wrapper)