evennia/evennia/contrib/rpg
2024-11-27 15:34:17 -07:00
..
buffs Apply black to codes 2024-04-01 17:51:05 +02:00
character_creator fix charcreate contrib error messaging 2024-10-17 11:17:13 -06:00
dice Apply black to codes 2024-04-01 17:51:05 +02:00
health_bar Format code imports 2022-11-10 22:21:12 +01:00
llm Update LLM contrib docs 2024-11-27 15:34:17 -07:00
rpsystem Merge pull request #3550 from InspectorCaracal/rpsystem-search-fix 2024-07-10 19:43:32 +02:00
traits Update docs for Trait.traithandler/Trait.get_trait() functionality 2024-07-13 20:17:00 +02: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.`