Extensions:Alternate Trait Types

From Lorekeeper Wiki
Revision as of 15:18, 24 November 2021 by Mercury (talk | contribs)
Jump to navigation Jump to search
Alternate Trait Types
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.

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!

Images

See Also