Skip to content

Commit

Permalink
Add 'Options' to the help modal
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelPage0110 authored and orichalque committed Aug 26, 2021
1 parent 77c83c2 commit 694ca2d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ <h4>Gloomhaven Deckbuilder</h4>
<span v-if="!hasEnabledCurses">Quick curse</span>
<i v-else>Quick curse</i>
</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#" v-on:click="hasEnabledSaveGameplayData = !hasEnabledSaveGameplayData">
<span v-if="!hasEnabledSaveGameplayData">Gameplay data saving</span>
<i v-else>Gameplay data saving</i>
Expand Down Expand Up @@ -860,6 +861,15 @@ <h3>Symbols</h3>
<li class="row"><img style="width: 2em; background-color: grey; " src="data/icons/keep-on-board-one-turn.png"/>: Round bonus</li>
<li class="row">+1: Use persistent item or ability </li>
</ul>
<hr/>
<h3>Options</h3>
<ul class="container">
<li>Set expansion : Access to new classes</li>
<li>Accept card : Display a button to add a card from another class to your hand</li>
<li>Sort modifiers : Display a button to sort the first X modifiers of your draw pile</li>
<li>Quick curse : Display buttons to add a curse or a blessing to your modifiers draw pile</li>
<li>Gameplay data saving : Toggle the saving of the state of your board (abilities, modifiers, gear and battle goals)</li>
</ul>
</div>
</div>
</div>
Expand Down

0 comments on commit 694ca2d

Please sign in to comment.