mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Add TraitProperties as alternative way to define Traits from the traits contrib. Also clean up docs to resolve #2450.
This commit is contained in:
parent
6e975236eb
commit
78e063d9ca
4 changed files with 240 additions and 30 deletions
|
|
@ -134,6 +134,17 @@ Full director-style emoting system replacing names with sdescs/recogs. Supports
|
|||
|
||||
Dynamic obfuscation of emotes when speaking unfamiliar languages. Also obfuscates whispers.
|
||||
|
||||
|
||||
### Traits
|
||||
|
||||
*Whitenoise 2014, Griatch2021*
|
||||
|
||||
Powerful on-object properties (very extended Attributes) for representing
|
||||
health, mana, skill-levels etc, with automatic min/max value, base, modifiers
|
||||
and named tiers for different values. Also include timed rate increase/decrease
|
||||
to have values change over a period of time.
|
||||
|
||||
|
||||
### Turnbattle
|
||||
|
||||
*FlutterSprite 2017*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue