Skip to content

Commit

Permalink
Deployed 9f03a71 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorWieland committed Oct 27, 2023
1 parent 2ecd83b commit 991b1a6
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 14 deletions.
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

51 changes: 38 additions & 13 deletions showdown/reference/battle-messages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4951,7 +4951,7 @@ <h3 id="poketypes.showdown.battlemessage.BattleMessage_move" class="doc doc-head
<p>
<span class="doc-attribute-annotation">
<b>TYPE:</b>
<code>str</code>
<code><a class="autorefs autorefs-internal" title="poketypes.dex.DexMove" href="../../../dex/reference/dex-classes/#poketypes.dex.dexdata_pb2.DexMove">DexMove</a>.<span title="poketypes.dex.DexMove.ValueType">ValueType</span></code>
</span>
</p>
</td>
Expand Down Expand Up @@ -6345,12 +6345,12 @@ <h3 id="poketypes.showdown.battlemessage.BattleMessage_notarget" class="doc doc-
<td><code>POKEMON</code></td>
<td class="doc-attribute-details">
<div class="doc-md-description">
<p>The pokemon that had no target available</p>
<p>The pokemon that had no target available.</p>
</div>
<p>
<span class="doc-attribute-annotation">
<b>TYPE:</b>
<code><a class="autorefs autorefs-internal" title="poketypes.showdown.battlemessage.PokemonIdentifier" href="#poketypes.showdown.battlemessage.PokemonIdentifier">PokemonIdentifier</a></code>
<code><span title="typing.Optional">Optional</span>[<a class="autorefs autorefs-internal" title="poketypes.showdown.battlemessage.PokemonIdentifier" href="#poketypes.showdown.battlemessage.PokemonIdentifier">PokemonIdentifier</a>]</code>
</span>
</p>
</td>
Expand All @@ -6368,6 +6368,7 @@ <h3 id="poketypes.showdown.battlemessage.BattleMessage_notarget" class="doc doc-
<summary>Message Format(s)</summary>
<ul>
<li>|-notarget|POKEMON</li>
<li>|-notarget</li>
</ul>
</details>
<details class="example" open>
Expand Down Expand Up @@ -9211,7 +9212,7 @@ <h3 id="poketypes.showdown.battlemessage.BattleMessage_item" class="doc doc-head
<p>
<span class="doc-attribute-annotation">
<b>TYPE:</b>
<code>str</code>
<code><a class="autorefs autorefs-internal" title="poketypes.dex.DexItem" href="../../../dex/reference/dex-classes/#poketypes.dex.dexdata_pb2.DexItem">DexItem</a>.<span title="poketypes.dex.DexItem.ValueType">ValueType</span></code>
</span>
</p>
</td>
Expand Down Expand Up @@ -9323,7 +9324,7 @@ <h3 id="poketypes.showdown.battlemessage.BattleMessage_enditem" class="doc doc-h
<p>
<span class="doc-attribute-annotation">
<b>TYPE:</b>
<code>str</code>
<code><a class="autorefs autorefs-internal" title="poketypes.dex.DexItem" href="../../../dex/reference/dex-classes/#poketypes.dex.dexdata_pb2.DexItem">DexItem</a>.<span title="poketypes.dex.DexItem.ValueType">ValueType</span></code>
</span>
</p>
</td>
Expand Down Expand Up @@ -9710,10 +9711,6 @@ <h3 id="poketypes.showdown.battlemessage.BattleMessage_mega" class="doc doc-head

<p>Message communicating that a pokemon has mega evolved.</p>

<details class="warning" open>
<summary>Warning</summary>
<p>Not implemented yet.</p>
</details>


<table>
Expand All @@ -9738,6 +9735,34 @@ <h3 id="poketypes.showdown.battlemessage.BattleMessage_mega" class="doc doc-head
</p>
</td>
</tr>
<tr>
<td><code>BASE_SPECIES</code></td>
<td class="doc-attribute-details">
<div class="doc-md-description">
<p>The base species of the pokemon that is mega evolving</p>
</div>
<p>
<span class="doc-attribute-annotation">
<b>TYPE:</b>
<code><a class="autorefs autorefs-internal" title="poketypes.dex.DexPokemon" href="../../../dex/reference/dex-classes/#poketypes.dex.dexdata_pb2.DexPokemon">DexPokemon</a>.<span title="poketypes.dex.DexPokemon.ValueType">ValueType</span></code>
</span>
</p>
</td>
</tr>
<tr>
<td><code>MEGA_STONE</code></td>
<td class="doc-attribute-details">
<div class="doc-md-description">
<p>The mega stone that is being used</p>
</div>
<p>
<span class="doc-attribute-annotation">
<b>TYPE:</b>
<code><a class="autorefs autorefs-internal" title="poketypes.dex.DexItem" href="../../../dex/reference/dex-classes/#poketypes.dex.dexdata_pb2.DexItem">DexItem</a>.<span title="poketypes.dex.DexItem.ValueType">ValueType</span></code>
</span>
</p>
</td>
</tr>
</tbody>
</table>

Expand All @@ -9750,13 +9775,13 @@ <h3 id="poketypes.showdown.battlemessage.BattleMessage_mega" class="doc doc-head
<details class="info" open>
<summary>Message Format(s):</summary>
<ul>
<li>|-mega|POKEMON|MEGASTONE</li>
<li>|-mega|POKEMON|BASE_SPECIES|MEGASTONE</li>
</ul>
</details>
<details class="example" open>
<summary>Input Example(s)</summary>
<ul>
<li>TODO</li>
<li>|-mega|p1a: Absol|Absol|Absolite</li>
</ul>
</details>

Expand Down Expand Up @@ -9830,7 +9855,7 @@ <h3 id="poketypes.showdown.battlemessage.BattleMessage_primal" class="doc doc-he
<p>
<span class="doc-attribute-annotation">
<b>TYPE:</b>
<code>str</code>
<code><a class="autorefs autorefs-internal" title="poketypes.dex.DexItem" href="../../../dex/reference/dex-classes/#poketypes.dex.dexdata_pb2.DexItem">DexItem</a>.<span title="poketypes.dex.DexItem.ValueType">ValueType</span></code>
</span>
</p>
</td>
Expand Down Expand Up @@ -10646,7 +10671,7 @@ <h3 id="poketypes.showdown.battlemessage.BattleMessage_prepare" class="doc doc-h
<p>
<span class="doc-attribute-annotation">
<b>TYPE:</b>
<code>str</code>
<code><a class="autorefs autorefs-internal" title="poketypes.dex.DexMove" href="../../../dex/reference/dex-classes/#poketypes.dex.dexdata_pb2.DexMove">DexMove</a>.<span title="poketypes.dex.DexMove.ValueType">ValueType</span></code>
</span>
</p>
</td>
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 991b1a6

Please sign in to comment.