evennia/evennia/contrib/rpg
2023-10-29 13:02:18 -04:00
..
buffs Format code imports 2022-11-10 22:21:12 +01:00
character_creator Added CharactersHandler to account and altered all calls of add/remove characters to use it. 2023-10-29 13:02:18 -04:00
dice Expand dice contrib readme 2023-07-27 12:03:08 +02:00
health_bar Format code imports 2022-11-10 22:21:12 +01:00
llm Adding more info to LLM doc page 2023-08-07 19:46:51 +02:00
rpsystem RPSystem sdesc command to support clear/view sdesc. Resolve #3073. 2023-02-26 12:11:28 +01:00
traits add __str__ for CounterTrait 2023-08-23 22:06:47 -06:00
__init__.py Update links/paths to new contrib locations 2021-12-19 17:46:17 +01:00
README.md Start refactor contrib folder 2021-12-18 11:32:34 +01:00

Rpg contribs

Contribs related to rpg mechanics, rules and roleplay. This is specifically for systems that help create a rpg character (chargens), store their stats and rule processing, dice rolling and roleplay facilitating.

Generic combat systems and other game-related systems that are commonly used in rpgs but could theoretically be used for other MMO-style games use the game_systems folder.`