Difference between revisions of "Extensions:Encyclopedia Loot Tables"

From Lorekeeper Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
m (Update Contact Information)
Tag: 2017 source edit
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
Afterwards, run the following commands in your console:
 
Afterwards, run the following commands in your console:
  
`php artisan migrate`
+
<code>php artisan migrate</code>
  
`php artisan update-extension-tracker`
+
<code>php artisan update-extension-tracker</code>
 
== Configuration ==
 
== Configuration ==
 
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.
 
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.
 
== Troubleshooting ==
 
== Troubleshooting ==
If you are having any issues (or have suggestions to improve this extension) you can find me over on the Lorekeeper Discord server (AnimatedCritter#7094)!
+
I am no longer on Discord. Instead, please contact me through CritterCodes (https://crittercodes.neocities.org/). Thank you!
 
== Images ==
 
== Images ==

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