Difference between revisions of "Extensions:Trait prompt reward"

From Lorekeeper Wiki
Jump to navigation Jump to search
(made page)
Tag: 2017 source edit
 
m (fix code snippet)
 
(One intermediate revision by the same user not shown)
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=Trait Prompt Reward|desc=Let user add traits as a prompt reward|auth=CH3RVB|status=stable|github={{Github|user=CH3RVB|branch=extension/feature-reward}}|LKVer=2.1|migration=no|package=no}}
<!-- Put a short summary of your extension here! -->
+
Allows users and admins to add traits as a prompt reward (like items and currencies)
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull the branch, handle any conflicts, run <code> php artisan update-extension-tracker</code>
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
none
 
== Usage ==
 
== Usage ==
<!-- Is there anything users should know about using your extension? -->
+
Upping the "quantity" for traits does not exactly work due to how I had to set it up... you'll have to add multiple of the same trait if you want multiple.
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
No known errors
 
== Images ==
 
== Images ==
 
<!-- Do you have any images to show what it looks like in action? -->
 
<!-- Do you have any images to show what it looks like in action? -->
 
== 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. -->
 
v
 

Latest revision as of 18:41, 19 April 2023

Trait Prompt Reward
Description Let user add traits as a prompt reward
Author(s) CH3RVB
Status stable
Github extension/feature-reward
LK Version 2.1






Allows users and admins to add traits as a prompt reward (like items and currencies)

Installation

Pull the branch, handle any conflicts, run php artisan update-extension-tracker

Configuration

none

Usage

Upping the "quantity" for traits does not exactly work due to how I had to set it up... you'll have to add multiple of the same trait if you want multiple.

Troubleshooting

No known errors

Images

See Also