mirror of
https://github.com/bartvdbraak/SlayerWeightCalculator.git
synced 2025-04-27 01:31:20 +00:00
symmetrical-quests-unlocks
create symmetrical quest unlock columns by adding "completed all" to first column and pusing "horror from the deep" to second column. also gave primary color to "completed all" to emphasize that option
This commit is contained in:
parent
191b888f77
commit
07a48710ed
1 changed files with 32 additions and 32 deletions
64
index.html
64
index.html
|
@ -90,43 +90,43 @@
|
|||
<div class="col-6">
|
||||
<h5>Quest unlocks</h5>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
<label><input type="checkbox" id="toggleQuests" onclick="toggleQuestAll($(this))"> Completed all (or
|
||||
ignore quests)</label>
|
||||
<div class="row pt-2">
|
||||
<div class="col-6">
|
||||
<label class="text-primary"><input type="checkbox" id="toggleQuests" onclick="toggleQuestAll($(this))"> Completed all (or
|
||||
ignore quests)</label>
|
||||
<div class="quests">
|
||||
<form>
|
||||
<label><input type="checkbox" name="quest" id="bonevoyage">
|
||||
Bone Voyage <small>Unlocks Fossil Island Wyverns</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="cabinfever">
|
||||
Cabin Fever <small>Unlocks Cave, Jungle Horrors</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="scabaras">
|
||||
Contact! <small>Unlocks Minions of Scabaras</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="spiritcreatures">
|
||||
Death Plateau <small>Unlocks Spiritual Creatures</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="molanisks">
|
||||
Death to the Dorgeshuun <small>Unlocks Molanisks</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="dustdevils">
|
||||
Desert Treasure (started) <small>Unlocks Dust, Smoke Devils</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="dragonslayer">
|
||||
Dragon Slayer <small>Unlocks Dragons</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="dragonslayer2">
|
||||
Dragon Slayer II <small>Unlocks Adamant, Rune Dragons</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="skeletalwyverns">
|
||||
Elemental Workshop I <small>Unlocks Skeletals Wyverns</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="killerwatts">
|
||||
Ernest the Chicken <small>Unlocks Killerwatts</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="fairytale2">
|
||||
Fairy Tale II <small>Unlocks Abyssal Demons (without Priest in Peril)</small></label><br>
|
||||
|
||||
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row pt-2">
|
||||
<div class="col-6 quests">
|
||||
<form>
|
||||
<label><input type="checkbox" name="quest" id="bonevoyage">
|
||||
Bone Voyage <small>Unlocks Fossil Island Wyverns</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="cabinfever">
|
||||
Cabin Fever <small>Unlocks Cave, Jungle Horrors</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="scabaras">
|
||||
Contact! <small>Unlocks Minions of Scabaras</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="spiritcreatures">
|
||||
Death Plateau <small>Unlocks Spiritual Creatures</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="molanisks">
|
||||
Death to the Dorgeshuun <small>Unlocks Molanisks</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="dustdevils">
|
||||
Desert Treasure (started) <small>Unlocks Dust, Smoke Devils</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="dragonslayer">
|
||||
Dragon Slayer <small>Unlocks Dragons</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="dragonslayer2">
|
||||
Dragon Slayer II <small>Unlocks Adamant, Rune Dragons</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="skeletalwyverns">
|
||||
Elemental Workshop I <small>Unlocks Skeletals Wyverns</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="killerwatts">
|
||||
Ernest the Chicken <small>Unlocks Killerwatts</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="fairytale2">
|
||||
Fairy Tale II <small>Unlocks Abyssal Demons (without Priest in Peril)</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="dagannoths">
|
||||
Horror from the Deep <small>Unlocks Dagannoths</small></label><br>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-6 quests">
|
||||
<form>
|
||||
<label><input type="checkbox" name="quest" id="shadowwarriors">
|
||||
Legends' Quest <small>Unlocks Shadow Warriors</small></label><br>
|
||||
<label><input type="checkbox" name="quest" id="lostcity">
|
||||
|
|
Loading…
Reference in a new issue