Start work on additional features of gem calc

* account for JP daily gem "quests"
* account for events (going to be a crude approximation at best)
This commit is contained in:
Donald Burr 2015-10-18 23:41:21 -07:00
parent dfc2605895
commit e9ad69cb79
2 changed files with 144 additions and 2 deletions

View file

@ -66,7 +66,25 @@
<div id="tab-love-gem">
<div id="love-gem-form" align="center">
Current Gems:&nbsp;&nbsp;&nbsp;<input type="text" readonly="true" size="5" id="current_gems" name="current_gems" placeholder="optional" value="" />
<br /><br />
<br />
Game Version:&nbsp;&nbsp;&nbsp;
<select id="gem_game_version" name="gem_game_version">
<option value="EN">EN</option>
<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?<br />
<div id="gem-event-options-area" align="center">
Average tier:&nbsp;&nbsp;&nbsp;
<select id="gems_tier_level" name="gems_tier_level">
<option value="1">1</option>
<option value="2">2</option>
<option value="0">Event SR only</option>
</select>
<br />
(NOTE: 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.)
</div>
<br />
Mode:<br />
<input type="radio" name="gem-mode" id="gem-mode" value="DATE" checked />Number of gems on date?<br />
<input type="radio" name="gem-mode" id="gem-mode" value="GEMS" />Date when you get <i>x</i> gems?<br /><br />