Browse Source

Added HP stat to Pokemon listings

old
Jean 1 year ago
parent
commit
ab92881c1e
Signed by: easthighNerd <jean@easthighnerd.net> GPG Key ID: F4B3EACD21AEFFF4
2 changed files with 18 additions and 3 deletions
  1. +9
    -2
      pokemon/current/crystal/index.html
  2. +9
    -1
      res/mkd/pokemon/current/crystal.md

+ 9
- 2
pokemon/current/crystal/index.html View File

@@ -70,7 +70,8 @@
</ul>
</nav>
<main>
<h1 id="player-information">Player Information</h1>
<p><a href="/pokemon/current">&lt;– Back to Current Playthroughs</a></p>
<h1 id="player-information">Player Information</h1>
<h2 id="kris">KRIS</h2>
<p><img src="/res/img/pokemon/kris.png" class="pokemon_sprite" style="width:auto;height:100pt;border-radius:12.5pt;" /></p>
<h2 id="pokedex">Pokedex</h2>
@@ -105,6 +106,7 @@
<p>76</p>
<h2 id="stats">Stats</h2>
<ul>
<li>HP: ???</li>
<li>Attack: 172</li>
<li>Defense: 219</li>
<li>Special Attack: 185</li>
@@ -136,6 +138,7 @@
<p>76</p>
<h2 id="stats-1">Stats</h2>
<ul>
<li>HP: ???</li>
<li>Attack: 191</li>
<li>Defense: 168</li>
<li>Special Attack: 163</li>
@@ -167,6 +170,7 @@
<p>76</p>
<h2 id="stats-2">Stats</h2>
<ul>
<li>HP: ???</li>
<li>Attack: 206</li>
<li>Defense: 157</li>
<li>Special Attack: 155</li>
@@ -198,6 +202,7 @@
<p>76</p>
<h2 id="stats-3">Stats</h2>
<ul>
<li>HP: ???</li>
<li>Attack: 194</li>
<li>Defense: 170</li>
<li>Special Attack: 179</li>
@@ -209,7 +214,7 @@
<li>Surf <em>(Water)</em></li>
<li>Ice Beam <em>(Ice)</em></li>
<li>Body Slam <em>(Normal)</em></li>
<li>Psycic <em>(Psycic)</em></li>
<li>Psychic <em>(Psychic)</em></li>
</ul>
<hr />
<h2 id="lil-dude">LIL’ DUDE</h2>
@@ -229,6 +234,7 @@
<p>???</p>
<h2 id="stats-4">Stats</h2>
<ul>
<li>HP: ???</li>
<li>Attack: ???</li>
<li>Defense: ???</li>
<li>Special Attack: ???</li>
@@ -259,6 +265,7 @@
<p>???</p>
<h2 id="stats-5">Stats</h2>
<ul>
<li>HP: ???</li>
<li>Attack: ???</li>
<li>Defense: ???</li>
<li>Special Attack: ???</li>


+ 9
- 1
res/mkd/pokemon/current/crystal.md View File

@@ -1,3 +1,5 @@
[<-- Back to Current Playthroughs](/pokemon/current)

# Player Information

## KRIS
@@ -72,6 +74,7 @@ Female

## Stats

* HP: ???
* Attack: 172
* Defense: 219
* Special Attack: 185
@@ -114,6 +117,7 @@ Female

## Stats

* HP: ???
* Attack: 191
* Defense: 168
* Special Attack: 163
@@ -156,6 +160,7 @@ Male

## Stats

* HP: ???
* Attack: 206
* Defense: 157
* Special Attack: 155
@@ -198,6 +203,7 @@ Male

## Stats

* HP: ???
* Attack: 194
* Defense: 170
* Special Attack: 179
@@ -209,7 +215,7 @@ Male
- Surf *(Water)*
- Ice Beam *(Ice)*
- Body Slam *(Normal)*
- Psycic *(Psycic)*
- Psychic *(Psychic)*

---

@@ -240,6 +246,7 @@ Golem

## Stats

* HP: ???
* Attack: ???
* Defense: ???
* Special Attack: ???
@@ -281,6 +288,7 @@ Electabuzz

## Stats

* HP: ???
* Attack: ???
* Defense: ???
* Special Attack: ???


Loading…
Cancel
Save