Add Pokémon from Sword/Shield DLCs
This commit is contained in:
12
index.html
12
index.html
@ -28,7 +28,7 @@
|
||||
<div id="game">
|
||||
<img src="pokemon/831-000.png" alt="wooloo" class="companion" />
|
||||
<h1>What is Pokétest?</h1>
|
||||
<p>There are now almost 900 Pocket Monsters, and a handful number of alternative forms. It's getting pretty tricky to know them all, let alone to catch them all. With Pokétest, you can train yourself and become unbeatable! Filter by generation, language and even by Mega Evolutions or Regional Forms!</p>
|
||||
<p>There are now almost 900 Pocket Monsters, and a handful number of alternative forms. It's getting pretty tricky to know them all, let alone to catch them all. With Pokétest, you can train yourself and become unbeatable! Filter by generation, language and even by Mega Evolutions, Regional or Gigantamax Forms!</p>
|
||||
|
||||
<p>You can play with your keyboard: just press 1, 2, 3 or 4 to choose the answer!</p>
|
||||
|
||||
@ -78,11 +78,11 @@
|
||||
|
||||
<input type="checkbox" name="regional" id="regional"><label for="regional"> <strong title="Regional">
|
||||
Regional Forms
|
||||
</strong> (31)</label><br />
|
||||
</strong> (37)</label><br />
|
||||
|
||||
<input type="checkbox" name="gigantamax" id="gigantamax"><label for="gigantamax"> <strong title="Gigantamax">
|
||||
Gigantamax Forms
|
||||
</strong> (22)</label>
|
||||
</strong> (32)</label>
|
||||
|
||||
</div>
|
||||
|
||||
@ -105,7 +105,7 @@
|
||||
|
||||
<h3>Number of questions</h3>
|
||||
<select class="questions first">
|
||||
<option name="questions" id="1" value="1">1 (debug)</option>
|
||||
<!--<option name="questions" id="1" value="1">1 (debug)</option>-->
|
||||
<option name="questions" id="15" value="15">15</option>
|
||||
<option name="questions" id="30" value="30">30</option>
|
||||
<option name="questions" id="50" value="50">50</option>
|
||||
@ -116,13 +116,13 @@
|
||||
|
||||
<h3>Time to answer</h3>
|
||||
<select class="time first">
|
||||
<option name="time" id="1" value="1">1 (debug)</option>
|
||||
<!--<option name="time" id="1" value="1">1 (debug)</option>-->
|
||||
<option name="time" id="2" value="2">2</option>
|
||||
<option name="time" id="5" value="5" selected>5</option>
|
||||
<option name="time" id="10" value="10">10</option>
|
||||
<option name="time" id="30" value="30">30</option>
|
||||
<option name="time" id="30" value="30">99</option>
|
||||
<option name="time" id="10000" value="10000">10000 (debug)</option>
|
||||
<!--<option name="time" id="10000" value="10000">10000 (debug)</option>-->
|
||||
</select> seconds
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user