Difference between revisions of "Extensions:Encyclopedia Loot Tables"

From Lorekeeper Wiki
Jump to navigation Jump to search
(Created page with "{{subst:Extension Page}}")
Tag: 2017 source edit
 
m (Update Contact Information)
Tag: 2017 source edit
 
(3 intermediate revisions 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=Encyclopedia Loot Tables|desc=Add world/loot-tables|auth=AnimatedCritter|status=stable|github={{Github|user=animatedcritter|branch=extension/encyclopedia-loot-tables}}|LKVer=2.1.0|migration=yes|package=no}}
<!-- Put a short summary of your extension here! -->
+
Adds loot tables to the world encyclopedia page! This includes the addition of <code>disclose_loots</code> to determine how much data a user can see from each loot table.
 
== Installation ==
 
== Installation ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull and merge the branch, making sure to address any merge issues.
 +
 
 +
Afterwards, run the following commands in your console:
 +
 
 +
<code>php artisan migrate</code>
 +
 
 +
<code>php artisan update-extension-tracker</code>
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
By default, all pre-existing tables will have their disclose_loots values set to false. You can run <code>php artisan modify-loot-table-display</code> to mass-update them all to one value, but you will still need to go through and manually update any outliers.
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
 
== Troubleshooting ==
 
== Troubleshooting ==
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
+
I am no longer on Discord. Instead, please contact me through CritterCodes (https://crittercodes.neocities.org/). Thank you!
 
== Images ==
 
== Images ==
<!-- Do you have any images to show what it looks like in action? -->
 
== See Also ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
 

Latest revision as of 17:00, 28 January 2024

Encyclopedia Loot Tables
Description Add world/loot-tables
Author(s) AnimatedCritter
Status stable
Github extension/encyclopedia-loot-tables
LK Version 2.1.0
Contains a Migration






Adds loot tables to the world encyclopedia page! This includes the addition of disclose_loots to determine how much data a user can see from each loot table.

Installation

Pull and merge the branch, making sure to address any merge issues.

Afterwards, run the following commands in your console:

php artisan migrate

php artisan update-extension-tracker

Configuration

By default, all pre-existing tables will have their disclose_loots values set to false. You can run php artisan modify-loot-table-display to mass-update them all to one value, but you will still need to go through and manually update any outliers.

Troubleshooting

I am no longer on Discord. Instead, please contact me through CritterCodes (https://crittercodes.neocities.org/). Thank you!

Images