Difference between revisions of "Extensions:Alternate Trait Types"

From Lorekeeper Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
Tag: 2017 source edit
 
Line 10: Line 10:
 
* 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.
 
* 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.
 
** 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 ==
 
== Installation ==
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->

Latest revision as of 13:00, 11 December 2021

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.

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!

Images

See Also