Rename convert_gamescript to custom_gamescript to reflect its new function. Change names of the settings variables used to TIME_* to better match the settings naming style elsewhere. Add updated docstring to module; pertains to #1217.

This commit is contained in:
Griatch 2017-02-16 00:04:01 +01:00
parent b91e12db20
commit 1b3fb8fca9
2 changed files with 27 additions and 20 deletions

View file

@ -19,9 +19,8 @@ things you want from here into your game folder and change them there.
for any game. Allows safe trading of any godds (including coin)
* CharGen (Griatch 2011) - A simple Character creator for OOC mode.
Meant as a starting point for a more fleshed-out system.
* Convert_gametime (Griatch 2017) - converter routines broken out
of evennia.utils.gametime. Converts seconds to parts of years with
an arbitrary number of weeks/months etc.
* Custom gametime (Griatch, vlgeoff 2017) - Implements Evennia's
gametime module but for custom game world-specific calendars.
* Dice (Griatch 2012) - A fully featured dice rolling system.
* Email-login (Griatch 2012) - A variant of the standard login system
that requires an email to login rather then just name+password.