Add options for "daily quest" gems on JP
No code yet to actually use this option (nor is there code to do events) but the options are there
This commit is contained in:
parent
2f0068b047
commit
0eb8c0956c
2 changed files with 38 additions and 7 deletions
|
@ -76,9 +76,21 @@
|
|||
<option value="JP">JP</option>
|
||||
</select>
|
||||
<br /><br />
|
||||
<input type="checkbox" name="gems_include_events" id="gems_include_events" value="YES" />Include gems from events? (<a href="#" id="To">Read this first</A>)<br />
|
||||
<span id="gem_jp_daily_gems"><input type="checkbox" name="gems_include_daily_gems" id="gems_include_daily_gems" value="YES" />Include daily "quest" gems?
|
||||
(<a href="#" id="gem_quest_readme">What is this?</a>)<br />
|
||||
<div id="gem_quest_readme_dialog" title="About JP Daily 'Quest' Gems" style="display: none;">
|
||||
<p>On JP, you can now obtain a gem every day by completing the following steps, in the following order:</p>
|
||||
<ol>
|
||||
<li>Scout three Normal students. (The daily free scout counts.)</li>
|
||||
<li>Clear five live shows (any difficulty.)</li>
|
||||
<li>Practice ("feed") 5 cards of any kind.</li>
|
||||
<li>Play a live show (any difficulty) and get a Full Combo.</li>
|
||||
</ol>
|
||||
</div>
|
||||
</span>
|
||||
<input type="checkbox" name="gems_include_events" id="gems_include_events" value="YES" />Include gems from events? (<a href="#" id="gem_event_readme">Read this first</A>)<br />
|
||||
<div id="gem-event-options-area" align="center">
|
||||
<div id="dialog" title="About the Event Gem Calculator" style="display: none;">
|
||||
<div id="gem_event_readme_dialog" title="About the Event Gem Calculator" style="display: none;">
|
||||
<p>Due to the variable nature of events, calculation of gems gotten through events is at best an approximation. To make the calculations simpler, it assumes that each month has 2 events, ending on the 1st and the 15th, and events alternate between token events and score matches (and medley festivals if on JP.) Also, if you are tiering, it assumes that you will spend some gems to tier, and will use an estimate based on your average tier, but this will only be an estimate.)</p>
|
||||
</div>
|
||||
Average tier:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue