Supported Although not part of the main Ares code release, this is a supported plugin. Report any problems you encounter: https://aresmush.com/feedback
Designed for AresMUSH 1.0
The traits system provides a simple way to store character stats with a name/description, as one might find on comic games.
+==~~~~~====~~~~====~~~~====~~~~=====~~~~=====~~~~====~~~~====~~~~====~~~~~==+
Traits - Steve
------------------------------------------------------------------------------
Shield
Cap has a super shield.
------------------------------------------------------------------------------
Strong
Cap is very strong.
+==~~~~~====~~~~====~~~~====~~~~=====~~~~=====~~~~====~~~~====~~~~====~~~~~==+
The plugin includes web portal controls to set traits during chargen and view them on a character profile.
- Unless you are planning to use traits in conjunction with FS3, you probably want to disable the FS3 plugins, as explained in Enabling and Disabling Plugins.
- In the game, run
plugin/install <github url>
. - Go to Admin->Setup and change your chargen stages. Replace the FS3 stages with a stage for traits:
Old:
stages:
sheet:
help: sheets
...
abilities:
help: skills
New:
stages:
...
traits:
help: traits
Configuration options can be found in game/config/traits.yml.
traits_blurb
- The instructions that appear above the traits web chargen controls.
Note: If you are using just traits (without any other skills system), you probably want to alias the 'sheet' command to 'traits'. You can do this by editing the shortcuts config in the traits.yml
config file.
---
custom:
shortcuts:
sheet: trait
Removing the plugin requires some code fiddling. See Uninstalling Traits.
Same as AresMUSH.