Add wilderness to contrib/README.md.
This commit is contained in:
parent
43109ab8f4
commit
5330cf114a
1 changed files with 6 additions and 6 deletions
|
|
@ -17,17 +17,15 @@ things you want from here into your game folder and change them there.
|
||||||
|
|
||||||
* Barter system (Griatch 2012) - A safe and effective barter-system
|
* Barter system (Griatch 2012) - A safe and effective barter-system
|
||||||
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 and selector for
|
* CharGen (Griatch 2011) - A simple Character creator for OOC mode.
|
||||||
Evennia's ooc mode. Works well with the menu login contrib and
|
Meant as a starting point for a more fleshed-out system.
|
||||||
is intended as a starting point for building a more full-featured
|
|
||||||
character creation system.
|
|
||||||
* 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.
|
||||||
* Extended Room (Griatch 2012) - An expanded Room typeclass with
|
* Extended Room (Griatch 2012) - An expanded Room typeclass with
|
||||||
multiple descriptions for time and season as well as details.
|
multiple descriptions for time and season as well as details.
|
||||||
* GenderSub (Griatch 2015) - Simple example of storing gender on a
|
* GenderSub (Griatch 2015) - Simple example (only) of storing gender
|
||||||
character and access it in an emote with a custom marker.
|
on a character and access it in an emote with a custom marker.
|
||||||
* Mail (grungies1138 2016) - An in-game mail system for communication.
|
* Mail (grungies1138 2016) - An in-game mail system for communication.
|
||||||
* Menu login (Griatch 2011) - A login system using menus asking
|
* Menu login (Griatch 2011) - A login system using menus asking
|
||||||
for name/password rather than giving them as one command
|
for name/password rather than giving them as one command
|
||||||
|
|
@ -45,6 +43,8 @@ things you want from here into your game folder and change them there.
|
||||||
time to pass depending on if you are walking/running etc.
|
time to pass depending on if you are walking/running etc.
|
||||||
* Talking NPC (Griatch 2011) - A talking NPC object that offers a
|
* Talking NPC (Griatch 2011) - A talking NPC object that offers a
|
||||||
menu-driven conversation tree.
|
menu-driven conversation tree.
|
||||||
|
* Wilderness (titeuf87 2017) - Make infinitely large wilderness areas
|
||||||
|
with dynamically created locations.
|
||||||
|
|
||||||
## Contrib packages
|
## Contrib packages
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue