minor info addition
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
Message from repo fork:
|
||||
- I highly recommend using the official stable version of the plugin.
|
||||
- If possible, update the "Exceed Gear Data Directory" option and run the [WebUI Resource Update](/plugin/sdvx@asphyxia/WebUI%20resource%20update)
|
||||
- This is very work-in-progress, so expect things to break. Please **BACK UP YOUR DATA** to prevent unwanted data loss (just in case)
|
||||
- I won't update the text below lol
|
||||
|
||||
|
||||
@@ -53,6 +53,9 @@ async function loadItems(itemSet, gene_edition, items_crew, items_stamp, items_s
|
||||
if(itemCounts[0] >= itemCounts[1]) $('#pregene-roll').attr('disabled', 'disabled')
|
||||
|
||||
$('.count').text('Unlocked items: ' + itemCounts[0] + "/" + itemCounts[1])
|
||||
if(itemSet === 1) {
|
||||
$('.setinfo').append('<p style="padding:5px">These items are only usable in Japan. Change region to Japan in the ea3-config.xml file.</p>')
|
||||
}
|
||||
|
||||
if('crew' in geneItems.items) {
|
||||
$('.item_banners').append('<div style="padding: 5px"><h3>Nemsys Crew</h3></div>')
|
||||
|
||||
@@ -36,7 +36,7 @@ div
|
||||
select(name="set_select" id="set_select")
|
||||
// option(value="1") Premium Generator 1 (Aqua Set)
|
||||
div(style="padding: 15px; text-align: center;")
|
||||
div(style="padding: 5px")
|
||||
div.setinfo(style="padding: 5px")
|
||||
h3.count()
|
||||
input.input(type="text" name="refid", value=refid readonly)
|
||||
button.button(id="pregene-roll" style="font-size: 20px") Roll
|
||||
|
||||
Reference in New Issue
Block a user