Difference between revisions of "Extensions:Character Pairings"

From Lorekeeper Wiki
Jump to navigation Jump to search
(initial creation)
Tag: 2017 source edit
 
m
Tag: 2017 source edit
Line 1: Line 1:
{{Extensioninfobox|title=the extension's name|desc=A short description|auth=Author(s)|status=status (such as WIP, testing, stable)|github={{Github|user=username|branch=branch}}|LKVer=What Lorekeeper version the ext is built on|migration=yes/no|package=yes/no}}
+
{{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}}
<!-- Put a short summary of your extension here! -->
+
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 ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
* 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 06:53, 5 September 2023

Character Pairings
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

Configuration

Usage

Troubleshooting

Images

See Also