Difference between revisions of "Extensions:Character Pairings"
Jump to navigation
Jump to search
(initial creation) Tag: 2017 source edit |
m Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Character Pairings|desc=Allows two characters to be paired/bred for new MYO slots.|auth=Cylunny|status=testing|github={{Github|user=Cylunny|branch=lorekeeper/tree/extension/character-pairings}}|LKVer=2.1.2|migration=yes|package=no}} |
− | + | A character breeding/pairing extension! This extension serves as a baseline and should be flexible enough for simple breeding systems, or for not yet existing ones! If your system is very specific, feel free to edit parts of this for your own use. | |
== Installation == | == Installation == | ||
− | < | + | * pull & deal with merge conflicts |
+ | * <code>php artisan add-site-settings</code> | ||
+ | * php artisan migrate | ||
+ | * php artisan optimize x2 | ||
+ | * php artisan update-extension-tracker | ||
+ | |||
== Configuration == | == Configuration == | ||
<!-- Is any configuration necessary? Describe it here! --> | <!-- Is any configuration necessary? Describe it here! --> | ||
Line 13: | Line 18: | ||
== See Also == | == See Also == | ||
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | <!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | ||
− |
Revision as of 05:53, 5 September 2023
Description | Allows two characters to be paired/bred for new MYO slots. |
---|---|
Author(s) | Cylunny |
Status | testing |
Github | lorekeeper/tree/extension/character-pairings |
LK Version | 2.1.2 |
Contains a Migration | |
A character breeding/pairing extension! This extension serves as a baseline and should be flexible enough for simple breeding systems, or for not yet existing ones! If your system is very specific, feel free to edit parts of this for your own use.
Installation
- pull & deal with merge conflicts
php artisan add-site-settings
- php artisan migrate
- php artisan optimize x2
- php artisan update-extension-tracker