diff --git a/sdvx@asphyxia/README.md b/sdvx@asphyxia/README.md index 4648c82..d1f56bf 100644 --- a/sdvx@asphyxia/README.md +++ b/sdvx@asphyxia/README.md @@ -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 diff --git a/sdvx@asphyxia/webui/asset/js/generator.js b/sdvx@asphyxia/webui/asset/js/generator.js index cc31e1c..55d49d0 100644 --- a/sdvx@asphyxia/webui/asset/js/generator.js +++ b/sdvx@asphyxia/webui/asset/js/generator.js @@ -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('

These items are only usable in Japan. Change region to Japan in the ea3-config.xml file.

') + } if('crew' in geneItems.items) { $('.item_banners').append('

Nemsys Crew

') diff --git a/sdvx@asphyxia/webui/profile_premium generator.pug b/sdvx@asphyxia/webui/profile_premium generator.pug index a58d406..604e1dc 100644 --- a/sdvx@asphyxia/webui/profile_premium generator.pug +++ b/sdvx@asphyxia/webui/profile_premium generator.pug @@ -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