Updated contrib README.

This commit is contained in:
Griatch 2017-02-12 19:16:48 +01:00
parent 22e22ffced
commit 27f57f7a1b

View file

@ -19,6 +19,9 @@ things you want from here into your game folder and change them there.
for any game. Allows safe trading of any godds (including coin) for any game. Allows safe trading of any godds (including coin)
* CharGen (Griatch 2011) - A simple Character creator for OOC mode. * CharGen (Griatch 2011) - A simple Character creator for OOC mode.
Meant as a starting point for a more fleshed-out system. 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.
* Dice (Griatch 2012) - A fully featured dice rolling system. * Dice (Griatch 2012) - A fully featured dice rolling system.
* Email-login (Griatch 2012) - A variant of the standard login system * Email-login (Griatch 2012) - A variant of the standard login system
that requires an email to login rather then just name+password. that requires an email to login rather then just name+password.