Extensions:Alternate Trait Types
Jump to navigation
Jump to search
Description | Adds support for alternate types of traits. |
---|---|
Author(s) | Mercury |
Status | Testing |
Github | extension/alt-trait-types |
LK Version | 2.0.0 |
Contains a Migration | |
Adds support for alternate types of traits. These are full traits in their own right and have the same properties, with some additions:
- Display mode: controls how the type's name is displayed. Options are (where "name" is the alternate type's name, etc):
- Name
- Name (Species Name)
- Name (Subtype Name)
- Name (Parent Trait Name)
- Name Parent Trait Name
- Display Separately: Whether or not the trait should be displayed separately in world, species trait indexes (if enabled). These traits will always be visible separately on masterlist entries/when selecting traits, etc.
- Traits not displayed separately have a summary of their information displayed under their parent trait in world.
Parent traits also acquire the display mode setting in the event that additional disambiguation is required.
Installation
Pull the branch; run php artisan migrate
and php artisan update-extension-tracker
.
Configuration
N/A
Usage
Add alternate types to traits as desired.
Troubleshooting
Find me in the Lorekeeper server!