Compare commits

...

4 Commits

Author SHA1 Message Date
7321e761a4 Added more configuration 2022-05-09 17:07:38 +02:00
514d13114c Swapped two modules
Retired Weather Control
Un-Retired Smalltime
* Smalltime ACTUALLY can change the daytime on the fly... that's really flipping handy.
2022-05-09 16:02:52 +02:00
50c4f3664e Cya Smalltime 2022-05-09 15:39:04 +02:00
7f232aa041 Swapped About Time with Weather Control
About Time seems depricated and is not needed, when Simple Calendar is in place
2022-05-09 15:15:44 +02:00

View File

@ -28,13 +28,19 @@ This also aids me into getting the hang of the different plugins.
--- ---
## [About Time](https://gitlab.com/tposney/about-time) ## [Smalltime](https://github.com/unsoluble/smalltime)
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. A small module for displaying and controlling the current time of day.
### Recommended settings ### Recommended settings
| Option | Setting |
|:---------------------------|:---------------------------------|
| Time Format | 24hr |
| Show Seconds | true |
| Date Format | (Personal Prefference) 17. July |
| Affect Darkness by Default | true |
### Dependencies ### Dependencies
* Simple Calendar * None
### Personal Thoughts ### Personal Thoughts
@ -246,22 +252,6 @@ Allows importing Universal VTT map files into FoundryVTT.
- [ ] Done - [ ] Done
--- ---
## [Smalltime](https://github.com/unsoluble/smalltime)
A small module for displaying and controlling the current time of day.
### Recommended settings
### Dependencies
* None
### Personal Thoughts
- [ ] Documentation
- [x] Dependencies
- [ ] Thoughts
- [ ] Done
---
## [Settings Extender](https://gitlab.com/foundry-azzurite/settings-extender) ## [Settings Extender](https://gitlab.com/foundry-azzurite/settings-extender)
Extends the settings menu, adding additional types for configuration values. Extends the settings menu, adding additional types for configuration values.
@ -819,8 +809,20 @@ Allows to force chosen settings for all clients to the defaults provided by the
### Dependencies ### Dependencies
* [LibWrapper](https://github.com/ruipin/fvtt-lib-wrapper) * [LibWrapper](https://github.com/ruipin/fvtt-lib-wrapper)
### Personal Thoughts
---
## [Weather Control](https://gitlab.com/jstebenne/foundryvtt-weather-control)
The successor of Calendar/Weather, Weather Control aims to provide the most seamless experience to add dynamic weather to your game based on climates.
### Recommended settings
### Dependencies
* Simple Calendar
### Personal Thoughts ### Personal Thoughts
### Reason for retirement ### Reason for retirement
> Conflicting and awkward usage > It's an addon, which adds ANOTHER daytime overview.... we don't need that.
--- ---