mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
4319 lines
305 KiB
HTML
4319 lines
305 KiB
HTML
<--Original code by Eric Tannenbaum (sepianra). Edited by Wildog4-->
|
||
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab1" value="1" title="Trainer" checked="checked" />
|
||
<span class="sheet-tab sheet-tab1">Trainer</span>
|
||
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab2" value="2" title="Pokemon1" />
|
||
<span class="sheet-tab sheet-tab2">Trainer Info</span>
|
||
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab3" value="3" title="Pokemon2" />
|
||
<span class="sheet-tab sheet-tab3">Pokemon</span>
|
||
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab4" value="4" title="Pokemon3" />
|
||
<span class="sheet-tab sheet-tab4">Contest</span>
|
||
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab5" value="5" title="Pokemon4" />
|
||
<span class="sheet-tab sheet-tab5">Egg Info</span>
|
||
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab6" value="6" title="Pokemon5" />
|
||
<span class="sheet-tab sheet-tab6">Quick Ref.</span>
|
||
<input type="radio" name="attr_tab" class="sheet-tab sheet-tab7" value="7" title="Pokemon6" />
|
||
<span class="sheet-tab sheet-tab7">Contest Ref.</span>
|
||
|
||
<hr/>
|
||
|
||
<div class="sheet-tab-content sheet-tab1">
|
||
|
||
|
||
<div class="sheet-3colrow">
|
||
|
||
<div class="sheet-col">
|
||
|
||
<label>Name:</label><input type="text" name="attr_character_name" /><br>
|
||
<label>Gender:</label><input type="text" name="attr_gender" /><br>
|
||
<label>Type 1:</label><input type="text" name="attr_typea" class='sheet-type' value="Typeless"/>
|
||
<br>
|
||
<label>Type 2:</label><input type="text" name="attr_typeb" class='sheet-type' />
|
||
<br>
|
||
<label>Money:</label><input type="text" name="attr_money" class='sheet-type'/>
|
||
<label>Level:</label><input type="number" name="attr_level" Value="0" min="0" /><br>
|
||
<label>Honors:</label><input type="number" name="attr_honors" Value="0" min="0" /><br>
|
||
<label>Age:</label><input type="number" name="attr_age" /><br>
|
||
<hr>
|
||
<h3>HP</h3>
|
||
<label>Current</label><strong class='dee'></strong><input type="number" name='attr_HP_current' class='sheet-med'>
|
||
<span class="sheet-atr">/</span>
|
||
<strong class='dee'></strong><input type="number" name='attr_HP_max' value="(@{hp}+@{level})*8+@{HP_max_mod}" disabled="true" min="0" class='sheet-med'><br>
|
||
<label>Temp</label><strong class='dee'></strong><input type="number" name='attr_HP_temp' value="0" class='sheet-med'><br>
|
||
<label>Max-Mod</label><strong class='dee'></strong><input type="number" name='attr_HP_max_mod' value="0" class='sheet-med'><br>
|
||
<hr>
|
||
<h3 style="margin-bottom: 10px">Evasion Bonuses</h3>
|
||
<span class="sheet-atr">ATK </span>
|
||
<input type="number" name="attr_atkevasion" value="@{defmod}" class="sheet-short" disabled="true">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_atkbonusevasion" value="0" class="sheet-short">
|
||
<span class="sheet-atr">=</span>
|
||
<input type="number" name="attr_atktotevasion" value="@{defmod}+@{atkbonusevasion}+@{evastg}" class="sheet-short" disabled="true">
|
||
<br>
|
||
<span class="sheet-atr">SATK </span>
|
||
<input type="number" name="attr_satkevasion" value="@{sdefmod}" class="sheet-short" disabled="true">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_satkbonusevasion" value="0" class="sheet-short">
|
||
<span class="sheet-atr">=</span>
|
||
<input type="number" name="attr_satktotevasion" value="@{sdefmod}+@{satkbonusevasion}+@{evastg}" class="sheet-short" disabled="true">
|
||
<br>
|
||
<span class="sheet-atr">BOTH </span>
|
||
<input type="number" name="attr_spdevasion" value="@{spdmod}" class="sheet-short" disabled="true">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_spdbonusevasion" value="0" class="sheet-short">
|
||
<span class="sheet-atr">=</span>
|
||
<input type="number" name="attr_spdtotevasion" value="@{spdmod}+@{spdbonusevasion}+@{evastg}" class="sheet-short" disabled="true">
|
||
<hr>
|
||
<h3 style="margin-bottom: 10px">Misc. Attack Bonuses</h3>
|
||
<label>Accuracy</label>
|
||
<input type="number" name="attr_Miscaccuracy" value="0" class="sheet-short">
|
||
<br>
|
||
<label>Damage</label>
|
||
<input type="number" name="attr_Miscdamage" value="0" class="sheet-short">
|
||
<h3 style="margin-bottom: 10px">Movement</h3>
|
||
<label>Overland</label>
|
||
<input type="text" name="attr_overland" value="5" class="sheet-short">
|
||
<br>
|
||
<label>Surface</label>
|
||
<input type="text" name="attr_surface1" value="4" class="sheet-short">
|
||
<br>
|
||
<label>Underwater</label>
|
||
<input type="text" name="attr_underwater1" value="3" class="sheet-short">
|
||
</div>
|
||
|
||
<div class="sheet-col">
|
||
<p style="text-align: center;">
|
||
<img src="http://pokemontabletop.com/images/logo.png" style="max-height: 100px;" />
|
||
</p>
|
||
|
||
<h3 style="text-align: center;">Stats</h3>
|
||
|
||
<table style="width: 110%;">
|
||
<thead>
|
||
<tr>
|
||
<th> </th>
|
||
<th>Base</th>
|
||
<th>Stages</th>
|
||
<th>Total</th>
|
||
<th>Modifier</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>HP</td>
|
||
<td><input type="number" name="attr_hp" class="sheet-short" value="6" min="0" /></td>
|
||
</tr>
|
||
<tr>
|
||
<td>ATK</td>
|
||
<td><input type="number" name="attr_atk" class="sheet-short" value="6" min="0" /></td>
|
||
<td><select name="attr_atkstg" class="sheet-shorter2">
|
||
<option value="ceil((@{atk}))">0</option>
|
||
<option value="ceil((@{atk})*1.25)">1</option>
|
||
<option value="ceil((@{atk})*1.5)">2</option>
|
||
<option value="ceil((@{atk})*1.75)">3</option>
|
||
<option value="ceil((@{atk})*2)">4</option>
|
||
<option value="ceil((@{atk})*2.25)">5</option>
|
||
<option value="ceil((@{atk})*2.5)">6</option>
|
||
<option value="floor((@{atk})*.85)">-1</option>
|
||
<option value="floor((@{atk})*.70)">-2</option>
|
||
<option value="floor((@{atk})*.55)">-3</option>
|
||
<option value="floor((@{atk})*.40)">-4</option>
|
||
<option value="floor((@{atk})*.25)">-5</option>
|
||
<option value="floor((@{atk})*.10)">-6</option></select></td>
|
||
<td><input type="number" name="attr_atktot" value="floor(@{atkstg}*(0.5**@{Burned}))" disabled="true" class="sheet-short" />
|
||
<td><input type="number" name="attr_atkmod" class="sheet-short" />
|
||
<button type='roll' value= '&{template:skill} {{name=ATK Check}} {{skill=[[1d20+@{atkmod}]]}} {{effect= @{character_name} performs an ATK Check}}' name='roll_ATKCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td>DEF</td>
|
||
<td><input type="number" name="attr_def" class="sheet-short" value="6" min="0" /></td>
|
||
<td><select name="attr_defstg" class="sheet-shorter2">
|
||
<option value="ceil((@{def}))">0</option>
|
||
<option value="ceil((@{def})*1.25)">1</option>
|
||
<option value="ceil((@{def})*1.5)">2</option>
|
||
<option value="ceil((@{def})*1.75)">3</option>
|
||
<option value="ceil((@{def})*2)">4</option>
|
||
<option value="ceil((@{def})*2.25)">5</option>
|
||
<option value="ceil((@{def})*2.5)">6</option>
|
||
<option value="floor((@{def})*.85)">-1</option>
|
||
<option value="floor((@{def})*.70)">-2</option>
|
||
<option value="floor((@{def})*.55)">-3</option>
|
||
<option value="floor((@{def})*.40)">-4</option>
|
||
<option value="floor((@{def})*.25)">-5</option>
|
||
<option value="floor((@{def})*.10)">-6</option></select></td>
|
||
<td><input type="number" name="attr_deftot" value="@{defstg}" disabled="true" class="sheet-short" />
|
||
<td><input type="number" name="attr_defmod" class="sheet-short" />
|
||
<button type='roll' value= '&{template:skill} {{name=DEF Check}} {{skill=[[1d20+@{defmod}]]}} {{effect= @{character_name} performs a DEF Check}}' name='roll_DEFCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td>SATK</td>
|
||
<td><input type="number" name="attr_satk" class="sheet-short" value="6" min="0" /></td>
|
||
<td><select name="attr_satkstg" class="sheet-shorter2">
|
||
<option value="ceil((@{satk}))">0</option>
|
||
<option value="ceil((@{satk})*1.25)">1</option>
|
||
<option value="ceil((@{satk})*1.5)">2</option>
|
||
<option value="ceil((@{satk})*1.75)">3</option>
|
||
<option value="ceil((@{satk})*2)">4</option>
|
||
<option value="ceil((@{satk})*2.25)">5</option>
|
||
<option value="ceil((@{satk})*2.5)">6</option>
|
||
<option value="floor((@{satk})*.85)">-1</option>
|
||
<option value="floor((@{satk})*.70)">-2</option>
|
||
<option value="floor((@{satk})*.55)">-3</option>
|
||
<option value="floor((@{satk})*.40)">-4</option>
|
||
<option value="floor((@{satk})*.25)">-5</option>
|
||
<option value="floor((@{satk})*.10)">-6</option></select></td>
|
||
<td><input type="number" name="attr_satktot" value="floor(@{satkstg}*(0.5**@{Poisoned}))" disabled="true" class="sheet-short" />
|
||
<td><input type="number" name="attr_satkmod" class="sheet-short" />
|
||
<button type='roll' value= '&{template:skill} {{name=SATK Check}} {{skill=[[1d20+@{satkmod}]]}} {{effect= @{character_name} performs a SATK Check}}' name='roll_SATKCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td>SDEF</td>
|
||
<td><input type="number" name="attr_sdef" class="sheet-short" value="6" min="0" /></td>
|
||
<td><select name="attr_sdefstg" class="sheet-shorter2">
|
||
<option value="ceil((@{sdef}))">0</option>
|
||
<option value="ceil((@{sdef})*1.25)">1</option>
|
||
<option value="ceil((@{sdef})*1.5)">2</option>
|
||
<option value="ceil((@{sdef})*1.75)">3</option>
|
||
<option value="ceil((@{sdef})*2)">4</option>
|
||
<option value="ceil((@{sdef})*2.25)">5</option>
|
||
<option value="ceil((@{sdef})*2.5)">6</option>
|
||
<option value="floor((@{sdef})*.85)">-1</option>
|
||
<option value="floor((@{sdef})*.70)">-2</option>
|
||
<option value="floor((@{sdef})*.55)">-3</option>
|
||
<option value="floor((@{sdef})*.40)">-4</option>
|
||
<option value="floor((@{sdef})*.25)">-5</option>
|
||
<option value="floor((@{sdef})*.10)">-6</option></select></td>
|
||
<td><input type="number" name="attr_sdeftot" value="@{sdefstg}" disabled="true" class="sheet-short" />
|
||
<td><input type="number" name="attr_sdefmod" class="sheet-short" />
|
||
<button type='roll' value= '&{template:skill} {{name=SDEF Check}} {{skill=[[1d20+@{sdefmod}]]}} {{effect= @{character_name} performs a SDEF Check}}' name='roll_SDEFCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td>SPD</td>
|
||
<td><input type="number" name="attr_spd" class="sheet-short" value="6" min="0" /></td>
|
||
<td><select name="attr_spdstg" class="sheet-shorter2">
|
||
<option value="ceil((@{spd}))">0</option>
|
||
<option value="ceil((@{spd})*1.25)">1</option>
|
||
<option value="ceil((@{spd})*1.5)">2</option>
|
||
<option value="ceil((@{spd})*1.75)">3</option>
|
||
<option value="ceil((@{spd})*2)">4</option>
|
||
<option value="ceil((@{spd})*2.25)">5</option>
|
||
<option value="ceil((@{spd})*2.5)">6</option>
|
||
<option value="floor((@{spd})*.85)">-1</option>
|
||
<option value="floor((@{spd})*.70)">-2</option>
|
||
<option value="floor((@{spd})*.55)">-3</option>
|
||
<option value="floor((@{spd})*.40)">-4</option>
|
||
<option value="floor((@{spd})*.25)">-5</option>
|
||
<option value="floor((@{spd})*.10)">-6</option></select></td>
|
||
<td><input type="number" name="attr_spdtot" value="floor(@{spdstg}*(0.5**@{Paralyzed}))" disabled="true" class="sheet-short" />
|
||
<td><input type="number" name="attr_spdmod" class="sheet-short" />
|
||
<button type='roll' value= '&{template:skill} {{name=SPD Check}} {{skill=[[1d20+@{spdmod}]]}} {{effect= @{character_name} performs a SPD Check}}' name='roll_SPDCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Total</td>
|
||
<td><input type="number" name="attr_base_total" class="sheet-short" value="@{HP}+@{ATK}+@{DEF}+@{SATK}+@{SDEF}+@{SPD}" disabled="true" /></td>
|
||
</tr>
|
||
<tr>
|
||
<td></td>
|
||
<td>Acc.</td>
|
||
<td><select name="attr_accstg" class="sheet-shorter2">
|
||
<option value="0">0</option>
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="-1">-1</option>
|
||
<option value="-2">-2</option>
|
||
<option value="-3">-3</option>
|
||
<option value="-4">-4</option>
|
||
<option value="-5">-5</option>
|
||
<option value="-6">-6</option></select></td>
|
||
</tr>
|
||
<tr>
|
||
<td></td>
|
||
<td>Eva.</td>
|
||
<td><select name="attr_evastg" class="sheet-shorter2">
|
||
<option value="0">0</option>
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="-1">-1</option>
|
||
<option value="-2">-2</option>
|
||
<option value="-3">-3</option>
|
||
<option value="-4">-4</option>
|
||
<option value="-5">-5</option>
|
||
<option value="-6">-6</option></select></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<span><strong style="font-size:10px">Trainer Initiative Mod</strong></span>
|
||
<input type="number" name="attr_initiative" class="sheet-short" value="0"/>
|
||
<span><strong style="font-size:11px">Add Turn:</strong></span>
|
||
<button class='sheet-long' type='roll' value= '/r (@{spdtot}+@{initiative}+1000) &{tracker}' name='roll_Initiative'/></button>
|
||
<hr>
|
||
<span class="sheet-atr">Status 1: </span><input type="text" name="attr_character_status1" /><br>
|
||
<span class="sheet-atr">Status 2: </span><input type="text" name="attr_character_status2" /><br>
|
||
<br>
|
||
<!--This is all on the same line-->
|
||
<span class="sheet-atr" style="font-size:11px">Burn</span><span><input type="checkbox" name="attr_Burned" value="1" class="sheet-short"></span>
|
||
<span class="sheet-atr" style="font-size:11px">Paralyze</span><span><input type="checkbox" name="attr_Paralyzed" value="1" class="sheet-short"></span>
|
||
<span class="sheet-atr" style="font-size:11px">Poison</span><span><input type="checkbox" name="attr_Poisoned" value="1" class="sheet-short"></span><br>
|
||
<hr>
|
||
<h3 style="margin-bottom: 10px">Equipment</h3>
|
||
<label>Armor:</label><input type="text" name="attr_character_armor" /><br>
|
||
<label>Fashion:</label><input type="text" name="attr_character_fashion" /><br>
|
||
<span class="sheet-atr">Weapon 1: </span><input type="text" name="attr_character_weapon1" /><br>
|
||
<span class="sheet-atr">Weapon 2: </span><input type="text" name="attr_character_weapon2" /><br>
|
||
<span class="sheet-atr">Accessory 1: </span><input type="text" name="attr_character_accessory1" class="sheet-type"/><br>
|
||
<span class="sheet-atr">Accessory 2: </span><input type="text" name="attr_character_accessory2" class="sheet-type"/><br>
|
||
<span class="sheet-atr">Accessory 3: </span><input type="text" name="attr_character_accessory3" class="sheet-type"/><br>
|
||
<hr>
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col" >
|
||
<h3 style="text-align: center;"> Skills</h3>
|
||
|
||
<table style="width: 105%;">
|
||
<thead>
|
||
<tr>
|
||
<th> Name</th>
|
||
<th>Skill level</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td style="text-align: right;">Breathless </td>
|
||
<td><input type="checkbox" name="attr_breathless" class="sheet-short"></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Fasting </td>
|
||
<td><input type="checkbox" name="attr_fasting" class="sheet-short"></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Resistant </td>
|
||
<td><input type="checkbox" name="attr_resistant" class="sheet-short"></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Endurance </td>
|
||
<td><input type="checkbox" name="attr_endurance" class="sheet-short"></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Browbeat (ATK) </td>
|
||
<td><input type="number" name="attr_browbeat" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Browbeat Check}} {{skill=[[1d20+[[@{atkmod}+@{browbeat}]]]]}} {{effect= @{character_name} performs a browbeat Check}}' name='roll_BrowbeatCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Jump (ATK) </td>
|
||
<td><input type="number" name="attr_jump" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Jump Check}} {{skill=[[1d20+[[@{atkmod}+@{jump}]]]]}} {{effect= @{character_name} performs a jump Check}}' name='roll_JumpCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Sprint (ATK) </td>
|
||
<td><input type="number" name="attr_sprint" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Sprint Check}} {{skill=[[1d20+[[@{atkmod}+@{sprint}]]]]}} {{effect= @{character_name} performs a sprint Check}}' name='roll_SprintCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Strength (ATK) </td>
|
||
<td><input type="number" name="attr_strength" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Strength Check}} {{skill=[[1d20+[[@{atkmod}+@{strength}]]]]}} {{effect= @{character_name} performs a strength Check}}' name='roll_StrengthCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Concentration (DEF) </td>
|
||
<td><input type="number" name="attr_concentration" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Concentration Check}} {{skill=[[1d20+[[@{defmod}+@{concentration}]]]]}} {{effect= @{character_name} performs a concentration Check}}' name='roll_ConcentrationCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;" style="text-align: right;">Deflection (DEF) </td>
|
||
<td><input type="number" name="attr_deflection" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Deflection Check}} {{skill=[[1d20+[[@{defmod}+@{deflection}]]]]}} {{effect= @{character_name} performs a deflection Check}}' name='roll_DeflectionCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Healing (DEF) </td>
|
||
<td><input type="number" name="attr_healing" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Healing Check}} {{skill=[[1d20+[[@{defmod}+@{healing}]]]]}} {{effect= @{character_name} performs a healing Check}}' name='roll_HealingCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Tireless (DEF) </td>
|
||
<td><input type="number" name="attr_tireless" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Tireless Check}} {{skill=[[1d20+[[@{defmod}+@{tireless}]]]]}} {{effect= @{character_name} performs a tireless Check}}' name='roll_TirelessCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Engineering (SATK) </td>
|
||
<td><input type="number" name="attr_engineering" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Engineering Check}} {{skill=[[1d20+[[@{satkmod}+@{engineering}]]]]}} {{effect= @{character_name} performs an engineering Check}}' name='roll_EngineeringCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">History (SATK) </td>
|
||
<td><input type="number" name="attr_history" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=History Check}} {{skill=[[1d20+[[@{satkmod}+@{history}]]]]}} {{effect= @{character_name} performs an history Check}}' name='roll_HistoryCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Investigate (SATK) </td>
|
||
<td><input type="number" name="attr_investigate" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Investigate Check}} {{skill=[[1d20+[[@{satkmod}+@{investigate}]]]]}} {{effect= @{character_name} performs an investigate Check}}' name='roll_InvestigateCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Programming (SATK) </td>
|
||
<td><input type="number" name="attr_programming" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Programming Check}} {{skill=[[1d20+[[@{satkmod}+@{programming}]]]]}} {{effect= @{character_name} performs a programming Check}}' name='roll_ProgrammingCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Bluff/Diplomacy (SDEF) </td>
|
||
<td><input type="number" name="attr_bluff_diplomacy" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Bluff/Diplomacy Check}} {{skill=[[1d20+[[@{sdefmod}+@{bluff_diplomacy}]]]]}} {{effect= @{character_name} performs a bluff/diplomacy Check}}' name='roll_Bluff_DiplomacyCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Perception (SDEF) </td>
|
||
<td><input type="number" name="attr_perception" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Perception Check}} {{skill=[[1d20+[[@{sdefmod}+@{perception}]]]]}} {{effect= @{character_name} performs a perception Check}}' name='roll_PerceptionCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Sooth (SDEF) </td>
|
||
<td><input type="number" name="attr_sooth" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Sooth Check}} {{skill=[[1d20+[[@{sdefmod}+@{sooth}]]]]}} {{effect= @{character_name} performs a sooth Check}}' name='roll_SoothCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Streetwise (SDEF) </td>
|
||
<td><input type="number" name="attr_streetwise" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Streetwise Check}} {{skill=[[1d20+[[@{sdefmod}+@{streetwise}]]]]}} {{effect= @{character_name} performs a streetwise Check}}' name='roll_StreetwiseCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Acrobatics (SPD) </td>
|
||
<td><input type="number" name="attr_acrobatics" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Acrobatics Check}} {{skill=[[1d20+[[@{spdmod}+@{acrobatics}]]]]}} {{effect= @{character_name} performs an acrobatics Check}}' name='roll_AcrobaticsCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Perform (SPD) </td>
|
||
<td><input type="number" name="attr_perform" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Perform Check}} {{skill=[[1d20+[[@{spdmod}+@{perform}]]]]}} {{effect= @{character_name} performs a perform Check}}' name='roll_PerformCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Sleight of Hand (SPD) </td>
|
||
<td><input type="number" name="attr_sleight" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Sleight of Hand Check}} {{skill=[[1d20+[[@{spdmod}+@{sleight}]]]]}} {{effect= @{character_name} performs a Sleight of Hand Check}}' name='roll_SleightCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;">Stealth (SPD) </td>
|
||
<td><input type="number" name="attr_stealth" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Stealth Check}} {{skill=[[1d20+[[@{spdmod}+@{stealth}]]]]}} {{effect= @{character_name} performs a stealth Check}}' name='roll_StealthCheck' /></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<br>
|
||
<table style="width: 105%;">
|
||
<thead>
|
||
<tr>
|
||
<th> Death Checks</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td style="text-align: right;">Death Check Mod</td>
|
||
<td><input type="number" name="attr_death" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Death Check}} {{skill=[[1d100+@{level}+@{death}]]}} {{effect= @{character_name} performs a Death Check, 50 or higher is a success.}}' name='roll_DeathCheck' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td style="text-align: right;"># Of Death Failures </td>
|
||
<td><input type="number" name="attr_failed_death" class="sheet-short" Value="0" min="0">
|
||
</tr>
|
||
<td style="text-align: right;"># Of Death Successes </td>
|
||
<td><input type="number" name="attr_succeeded_death" class="sheet-short" Value="0" min="0">
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<hr/>
|
||
|
||
<h3 style="text-align: center;">Abilities</h3>
|
||
<!--This is used to display the abilities a Trainer has.-->
|
||
<table style="width: 100%;">
|
||
<thead>
|
||
<tr>
|
||
<th>Name</th>
|
||
<th>Activation</th>
|
||
<th>Keyword</th>
|
||
<th>Effect/Notes</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><input type="text" name="attr_ability_name_a" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_activation_a" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_keyword_a" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_effect_a" class="sheet-long" /></td>
|
||
</tr>
|
||
<tr>
|
||
<td><input type="text" name="attr_ability_name_b" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_activation_b" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_keyword_b" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_effect_b" class="sheet-long" /></td>
|
||
</tr>
|
||
<tr>
|
||
<td><input type="text" name="attr_ability_name_c" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_activation_c" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_keyword_c" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_effect_c" class="sheet-long" /></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<h3 style="text-align: center;">Attacks</h3>
|
||
<h3 style="text-align: Center;">Weapon Attacks</h3>
|
||
<h3 style="text-align: left;"> Name D. Type Attribute Damage AC Range Effect/Notes</h3>
|
||
|
||
<button type="roll" class="sheet-violence" name="roll_Weapon_a" value='&{template:WeaponAttack} {{name=@{weaponname_a}}} {{subtags=@{weapontype_a}, Range: @{weaponrange_a}}} {{attack=[[1d20]]}} {{AC=[[@{weaponac_a}+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[@{weapondmg_a}+@{weapondmgstat_a}+@{dmgmod_a}+@{Miscdamage}]]}} {{effect=@{weaponeffect_a}}}'></button>
|
||
<input type="text" name="attr_weaponname_a" class="sheet-med2">
|
||
<input type="text" name="attr_weapontype_a" class="sheet-small" value="Normal">
|
||
<select name="attr_weapondmgstat_a" class="sheet-short2">
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
<option value="0">N/A</option>
|
||
</select>
|
||
|
||
<td><select name="attr_weapondmg_a" class="sheet-long2">
|
||
<option value="1d10+4">Damage Tier 1 (1d10+4)</option>
|
||
<option value="1d12+6">Damage Tier 2 (1d12+6)</option>
|
||
<option value="2d8+6">Damage Tier 3 (2d8+6)</option>
|
||
<option value="2d10+8">Damage Tier 4 (2d10+8)</option>
|
||
<option value="3d8+10">Damage Tier 5 (3d8+10)</option>
|
||
<option value="3d10+12">Damage Tier 6 (3d10+12)</option>
|
||
<option value="3d12+14">Damage Tier 7 (3d12+14)</option>
|
||
<option value="4d10+16">Damage Tier 8 (4d10+16)</option></select></td>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_dmgmod_a" class="sheet-move3" value="0">
|
||
<input type="number" name="attr_weaponac_a" class="sheet-move3" value="6">
|
||
<input type="text" name="attr_weaponrange_a" class="sheet-shortish">
|
||
<input type="text" name="attr_weaponeffect_a" class="sheet-long2">
|
||
<br>
|
||
|
||
<button type="roll" class="sheet-violence" name="roll_Weapon_b" value='&{template:WeaponAttack} {{name=@{weaponname_b}}} {{subtags=@{weapontype_b}, Range: @{weaponrange_b}}} {{attack=[[1d20]]}} {{AC=[[@{weaponac_b}+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[@{weapondmg_b}+@{weapondmgstat_b}+@{dmgmod_b}+@{Miscdamage}]]}} {{effect=@{weaponeffect_a}}}'></button>
|
||
<input type="text" name="attr_weaponname_b" class="sheet-med2">
|
||
<input type="text" name="attr_weapontype_b" class="sheet-small" value="Normal">
|
||
<select name="attr_weapondmgstat_b" class="sheet-short2">
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
<option value="0">N/A</option>
|
||
</select>
|
||
|
||
<td><select name="attr_weapondmg_b" class="sheet-long2">
|
||
<option value="1d10+4">Damage Tier 1 (1d10+4)</option>
|
||
<option value="1d12+6">Damage Tier 2 (1d12+6)</option>
|
||
<option value="2d8+6">Damage Tier 3 (2d8+6)</option>
|
||
<option value="2d10+8">Damage Tier 4 (2d10+8)</option>
|
||
<option value="3d8+10">Damage Tier 5 (3d8+10)</option>
|
||
<option value="3d10+12">Damage Tier 6 (3d10+12)</option>
|
||
<option value="3d12+14">Damage Tier 7 (3d12+14)</option>
|
||
<option value="4d10+16">Damage Tier 8 (4d10+16)</option></select></td>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_dmgmod_b" class="sheet-move3" value="0">
|
||
<input type="number" name="attr_weaponac_b" class="sheet-move3" value="6">
|
||
<input type="text" name="attr_weaponrange_b" class="sheet-shortish">
|
||
<input type="text" name="attr_weaponeffect_b" class="sheet-long2">
|
||
<br>
|
||
|
||
<button type="roll" class="sheet-violence" name="roll_Weapon_c" value='&{template:WeaponAttack} {{name=@{weaponname_c}}} {{subtags=@{weapontype_c}, Range: @{weaponrange_c}}} {{attack=[[1d20]]}} {{AC=[[@{weaponac_c}+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[@{weapondmg_c}+@{weapondmgstat_c}+@{dmgmod_c}+@{Miscdamage}]]}} {{effect=@{weaponeffect_c}}}'></button>
|
||
<input type="text" name="attr_weaponname_c" class="sheet-med2">
|
||
<input type="text" name="attr_weapontype_c" class="sheet-small" value="Normal">
|
||
<select name="attr_weapondmgstat_c" class="sheet-short2">
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
<option value="0">N/A</option>
|
||
</select>
|
||
|
||
<td><select name="attr_weapondmg_c" class="sheet-long2">
|
||
<option value="1d10+4">Damage Tier 1 (1d10+4)</option>
|
||
<option value="1d12+6">Damage Tier 2 (1d12+6)</option>
|
||
<option value="2d8+6">Damage Tier 3 (2d8+6)</option>
|
||
<option value="2d10+8">Damage Tier 4 (2d10+8)</option>
|
||
<option value="3d8+10">Damage Tier 5 (3d8+10)</option>
|
||
<option value="3d10+12">Damage Tier 6 (3d10+12)</option>
|
||
<option value="3d12+14">Damage Tier 7 (3d12+14)</option>
|
||
<option value="4d10+16">Damage Tier 8 (4d10+16)</option></select></td>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_dmgmod_c" class="sheet-move3" value="0">
|
||
<input type="number" name="attr_weaponac_c" class="sheet-move3" value="6">
|
||
<input type="text" name="attr_weaponrange_c" class="sheet-shortish">
|
||
<input type="text" name="attr_weaponeffect_c" class="sheet-long2">
|
||
<br>
|
||
|
||
<button type="roll" class="sheet-violence" name="roll_Weapon_d" value='&{template:WeaponAttack} {{name=@{weaponname_d}}} {{subtags=@{weapontype_d}, Range: @{weaponrange_d}}} {{attack=[[1d20]]}} {{AC=[[@{weaponac_d}+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[@{weapondmg_d}+@{weapondmgstat_d}+@{dmgmod_d}+@{Miscdamage}]]}} {{effect=@{weaponeffect_d}}}'></button>
|
||
<input type="text" name="attr_weaponname_d" class="sheet-med2">
|
||
<input type="text" name="attr_weapontype_d" class="sheet-small" value="Normal">
|
||
<select name="attr_weapondmgstat_d" class="sheet-short2">
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
<option value="0">N/A</option>
|
||
</select>
|
||
|
||
<td><select name="attr_weapondmg_d" class="sheet-long2">
|
||
<option value="1d10+4">Damage Tier 1 (1d10+4)</option>
|
||
<option value="1d12+6">Damage Tier 2 (1d12+6)</option>
|
||
<option value="2d8+6">Damage Tier 3 (2d8+6)</option>
|
||
<option value="2d10+8">Damage Tier 4 (2d10+8)</option>
|
||
<option value="3d8+10">Damage Tier 5 (3d8+10)</option>
|
||
<option value="3d10+12">Damage Tier 6 (3d10+12)</option>
|
||
<option value="3d12+14">Damage Tier 7 (3d12+14)</option>
|
||
<option value="4d10+16">Damage Tier 8 (4d10+16)</option></select></td>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_dmgmod_d" class="sheet-move3" value="0">
|
||
<input type="number" name="attr_weaponac_d" class="sheet-move3" value="6">
|
||
<input type="text" name="attr_weaponrange_d" class="sheet-shortish">
|
||
<input type="text" name="attr_weaponeffect_d" class="sheet-long2">
|
||
<br>
|
||
|
||
<button type="roll" class="sheet-violence" name="roll_Weapon_e" value='&{template:WeaponAttack} {{name=@{weaponname_e}}} {{subtags=@{weapontype_e}, Range: @{weaponrange_e}}} {{attack=[[1d20]]}} {{AC=[[@{weaponac_e}+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[@{weapondmg_e}+@{weapondmgstat_e}+@{dmgmod_e}+@{Miscdamage}]]}} {{effect=@{weaponeffect_e}}}'></button>
|
||
<input type="text" name="attr_weaponname_e" class="sheet-med2">
|
||
<input type="text" name="attr_weapontype_e" class="sheet-small" value="Normal">
|
||
<select name="attr_weapondmgstat_e" class="sheet-short2">
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
<option value="0">N/A</option>
|
||
</select>
|
||
|
||
<td><select name="attr_weapondmg_e" class="sheet-long2">
|
||
<option value="1d10+4">Damage Tier 1 (1d10+4)</option>
|
||
<option value="1d12+6">Damage Tier 2 (1d12+6)</option>
|
||
<option value="2d8+6">Damage Tier 3 (2d8+6)</option>
|
||
<option value="2d10+8">Damage Tier 4 (2d10+8)</option>
|
||
<option value="3d8+10">Damage Tier 5 (3d8+10)</option>
|
||
<option value="3d10+12">Damage Tier 6 (3d10+12)</option>
|
||
<option value="3d12+14">Damage Tier 7 (3d12+14)</option>
|
||
<option value="4d10+16">Damage Tier 8 (4d10+16)</option></select></td>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_dmgmod_e" class="sheet-move3" value="0">
|
||
<input type="number" name="attr_weaponac_e" class="sheet-move3" value="6">
|
||
<input type="text" name="attr_weaponrange_e" class="sheet-shortish">
|
||
<input type="text" name="attr_weaponeffect_e" class="sheet-long2">
|
||
<br>
|
||
<button type="roll" class="sheet-violence" name="roll_Weapon_f" value='&{template:WeaponAttack} {{name=@{weaponname_f}}} {{subtags=@{weapontype_f}, Range: @{weaponrange_f}}} {{attack=[[1d20]]}} {{AC=[[@{weaponac_f}+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[@{weapondmg_f}+@{weapondmgstat_f}+@{dmgmod_f}+@{Miscdamage}]]}} {{effect=@{weaponeffect_f}}}'></button>
|
||
<input type="text" name="attr_weaponname_f" class="sheet-med2">
|
||
<input type="text" name="attr_weapontype_f" class="sheet-small" value="Normal">
|
||
<select name="attr_weapondmgstat_f" class="sheet-short2">
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
<option value="0">N/A</option>
|
||
</select>
|
||
|
||
<td><select name="attr_weapondmg_f" class="sheet-long2">
|
||
<option value="1d10+4">Damage Tier 1 (1d10+4)</option>
|
||
<option value="1d12+6">Damage Tier 2 (1d12+6)</option>
|
||
<option value="2d8+6">Damage Tier 3 (2d8+6)</option>
|
||
<option value="2d10+8">Damage Tier 4 (2d10+8)</option>
|
||
<option value="3d8+10">Damage Tier 5 (3d8+10)</option>
|
||
<option value="3d10+12">Damage Tier 6 (3d10+12)</option>
|
||
<option value="3d12+14">Damage Tier 7 (3d12+14)</option>
|
||
<option value="4d10+16">Damage Tier 8 (4d10+16)</option></select></td>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_dmgmod_f" class="sheet-move3" value="0">
|
||
<input type="number" name="attr_weaponac_f" class="sheet-move3" value="6">
|
||
<input type="text" name="attr_weaponrange_f" class="sheet-shortish">
|
||
<input type="text" name="attr_weaponeffect_f" class="sheet-long2">
|
||
<br>
|
||
|
||
<h3 style="text-align: center;">Move Attacks</h3>
|
||
<div class='sheet-9colrow'>
|
||
<div class='sheet-col'>
|
||
<h4> Name</h4><br> <--Move Descriptions--> <--Accuracy Check--><--AC Calculation--> <---Damage Calculation (rolls damage die) + STAB + Damaging Stat + dmg die (+ value) + Miscilaneous damage bonus --->
|
||
<button type="roll" class="sheet-violence" name="roll_Movea" value='&{template:Attack} {{name=@{movenamea}}} {{subtags=@{movetypea}, @{movefreqa}, Range: @{moverangea}}} {{attack=[[1d20]]}} {{AC=[[@{moveaca}-{floor(@{movedmgstata}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamounta}]]d[[@{movedmgdiea}]]+[[@{movestaba}*@{level}]]+[[@{movedmgstata}]]+@{movedmgbonusa}+@{Miscdamage}]]}} {{effect=@{moveeffecta}}}'></button>
|
||
<input type="text" name="attr_movenamea" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Moveb" value='&{template:Attack} {{name=@{movenameb}}} {{subtags=@{movetypeb}, @{movefreqb}, Range: @{moverangeb}}} {{attack=[[1d20]]}} {{AC=[[@{moveacb}-{floor(@{movedmgstatb}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamountb}]]d[[@{movedmgdieb}]]+[[@{movestabb}*@{level}]]+[[@{movedmgstatb}]]+@{movedmgbonusb}+@{Miscdamage}]]}} {{effect=@{moveeffectb}}}'></button>
|
||
<input type="text" name="attr_movenameb" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Movec" value='&{template:Attack} {{name=@{movenamec}}} {{subtags=@{movetypec}, @{movefreqc}, Range: @{moverangec}}} {{attack=[[1d20]]}} {{AC=[[@{moveacc}-{floor(@{movedmgstatc}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamountc}]]d[[@{movedmgdiec}]]+[[@{movestabc}*@{level}]]+[[@{movedmgstatc}]]+@{movedmgbonusc}+@{Miscdamage}]]}} {{effect=@{moveeffectc}}}'></button>
|
||
<input type="text" name="attr_movenamec" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Moved" value='&{template:Attack} {{name=@{movenamed}}} {{subtags=@{movetyped}, @{movefreqd}, Range: @{moveranged}}} {{attack=[[1d20]]}} {{AC=[[@{moveacd}-{floor(@{movedmgstatd}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamountd}]]d[[@{movedmgdied}]]+[[@{movestabd}*@{level}]]+[[@{movedmgstatd}]]+@{movedmgbonusd}+@{Miscdamage}]]}} {{effect=@{moveeffectd}}}'></button>
|
||
<input type="text" name="attr_movenamed" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Movee" value='&{template:Attack} {{name=@{movenamee}}} {{subtags=@{movetypee}, @{movefreqe}, Range: @{moverangee}}} {{attack=[[1d20]]}} {{AC=[[@{moveace}-{floor(@{movedmgstate}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamounte}]]d[[@{movedmgdiee}]]+[[@{movestabe}*@{level}]]+[[@{movedmgstate}]]+@{movedmgbonuse}+@{Miscdamage}]]}} {{effect=@{moveeffecte}}}'></button>
|
||
<input type="text" name="attr_movenamee" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Movef" value='&{template:Attack} {{name=@{movenamef}}} {{subtags=@{movetypef}, @{movefreqf}, Range: @{moverangef}}} {{attack=[[1d20]]}} {{AC=[[@{moveacf}-{floor(@{movedmgstatf}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamountf}]]d[[@{movedmgdief}]]+[[@{movestabf}*@{level}]]+[[@{movedmgstatf}]]+@{movedmgbonusf}+@{Miscdamage}]]}} {{effect=@{moveeffectf}}}'></button>
|
||
<input type="text" name="attr_movenamef" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Moveg" value='&{template:Attack} {{name=@{movenameg}}} {{subtags=@{movetypeg}, @{movefreqg}, Range: @{moverangeg}}} {{attack=[[1d20]]}} {{AC=[[@{moveacg}-{floor(@{movedmgstatg}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamountg}]]d[[@{movedmgdieg}]]+[[@{movestabg}*@{level}]]+[[@{movedmgstatg}]]+@{movedmgbonusg}+@{Miscdamage}]]}} {{effect=@{moveeffectg}}}'></button>
|
||
<input type="text" name="attr_movenameg" class="sheet-med2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Type</h4><br>
|
||
<input type="text" name="attr_movetypea" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypeb" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypec" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetyped" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypee" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypef" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypeg" class="sheet-small"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>STAB</h4><br>
|
||
<input type="number" name="attr_movestaba" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabb" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabc" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabd" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabe" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabf" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabg" class="sheet-move3" value="0">
|
||
<br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Damage</h4><br>
|
||
<input type="number" name="attr_movedmgdieamounta" class="sheet-move" min="0">
|
||
<select name="attr_movedmgdiea" class="sheet-shorter">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusa" class="sheet-move"><br>
|
||
|
||
|
||
<input type="number" name="attr_movedmgdieamountb" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdieb" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusb" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamountc" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdiec" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusc" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamountd" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdied" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusd" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamounte" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdiee" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonuse" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamountf" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdief" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusf" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamountg" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdieg" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusg" class="sheet-move2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Attribute</h4><br>
|
||
<select name="attr_movedmgstata" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstatb" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstatc" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstatd" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstate" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstatf" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstatg" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Frequency</h4><br>
|
||
<input type="text" name="attr_movefreqa" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqb" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqc" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqd" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqe" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqf" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqg" class="sheet-med2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>AC</h4><br>
|
||
<input type="number" name="attr_moveaca" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveacb" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveacc" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveacd" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveace" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveacf" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveacg" class="sheet-move3" value="2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Range</h4><br>
|
||
<input type="text" name="attr_moverangea" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverangeb" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverangec" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moveranged" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverangee" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverangef" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverangeg" class="sheet-shortish"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Effect/Notes</h4><br>
|
||
<input type="text" name="attr_moveeffecta" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffectb" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffectc" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffectd" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffecte" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffectf" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffectg" class="sheet-type"><br>
|
||
</div>
|
||
</div>
|
||
|
||
<div class='sheet-9colrow'>
|
||
<div class='sheet-col'>
|
||
<--Move Descriptions--> <--Accuracy Check--><--AC Calculation--> <---Damage Calculation (rolls damage die) + STAB + Damaging Stat + dmg die (+ value) + Miscilaneous damage bonus --->
|
||
<button type="roll" class="sheet-violence" name="roll_Moveh" value='&{template:Attack} {{name=@{movenameh}}} {{subtags=@{movetypeh}, @{movefreqh}, Range: @{moverangeh}}} {{attack=[[1d20]]}} {{AC=[[@{moveach}-{floor(@{movedmgstath}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamounth}]]d[[@{movedmgdieh}]]+[[@{movestabh}*@{level}]]+[[@{movedmgstath}]]+@{movedmgbonush}+@{Miscdamage}]]}} {{effect=@{moveeffecth}}}'></button>
|
||
<input type="text" name="attr_movenameh" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Movei" value='&{template:Attack} {{name=@{movenamei}}} {{subtags=@{movetypei}, @{movefreqi}, Range: @{moverangei}}} {{attack=[[1d20]]}} {{AC=[[@{moveaci}-{floor(@{movedmgstati}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamounti}]]d[[@{movedmgdiei}]]+[[@{movestabi}*@{level}]]+[[@{movedmgstati}]]+@{movedmgbonusi}+@{Miscdamage}]]}} {{effect=@{moveeffecti}}}'></button>
|
||
<input type="text" name="attr_movenamei" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Movej" value='&{template:Attack} {{name=@{movenamej}}} {{subtags=@{movetypej}, @{movefreqj}, Range: @{moverangej}}} {{attack=[[1d20]]}} {{AC=[[@{moveacj}-{floor(@{movedmgstatj}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamountj}]]d[[@{movedmgdiej}]]+[[@{movestabj}*@{level}]]+[[@{movedmgstatj}]]+@{movedmgbonusj}+@{Miscdamage}]]}} {{effect=@{moveeffectj}}}'></button>
|
||
<input type="text" name="attr_movenamej" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Movek" value='&{template:Attack} {{name=@{movenamek}}} {{subtags=@{movetypek}, @{movefreqk}, Range: @{moverangek}}} {{attack=[[1d20]]}} {{AC=[[@{moveack}-{floor(@{movedmgstatk}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamountk}]]d[[@{movedmgdiek}]]+[[@{movestabk}*@{level}]]+[[@{movedmgstatk}]]+@{movedmgbonusk}+@{Miscdamage}]]}} {{effect=@{moveeffectk}}}'></button>
|
||
<input type="text" name="attr_movenamek" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Movel" value='&{template:Attack} {{name=@{movenamel}}} {{subtags=@{movetypel}, @{movefreql}, Range: @{moverangel}}} {{attack=[[1d20]]}} {{AC=[[@{moveacl}-{floor(@{movedmgstatl}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamountl}]]d[[@{movedmgdiel}]]+[[@{movestabl}*@{level}]]+[[@{movedmgstatl}]]+@{movedmgbonusl}+@{Miscdamage}]]}} {{effect=@{moveeffectl}}}'></button>
|
||
<input type="text" name="attr_movenamel" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Movem" value='&{template:Attack} {{name=@{movenamem}}} {{subtags=@{movetypem}, @{movefreqm}, Range: @{moverangem}}} {{attack=[[1d20]]}} {{AC=[[@{moveacm}-{floor(@{movedmgstatm}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamountm}]]d[[@{movedmgdiem}]]+[[@{movestabm}*@{level}]]+[[@{movedmgstatm}]]+@{movedmgbonusm}+@{Miscdamage}]]}} {{effect=@{moveeffectm}}}'></button>
|
||
<input type="text" name="attr_movenamem" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Moven" value='&{template:Attack} {{name=@{movenamen}}} {{subtags=@{movetypen}, @{movefreqn}, Range: @{moverangen}}} {{attack=[[1d20]]}} {{AC=[[@{moveacn}-{floor(@{movedmgstatn}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamountn}]]d[[@{movedmgdien}]]+[[@{movestabn}*@{level}]]+[[@{movedmgstatn}]]+@{movedmgbonusn}+@{Miscdamage}]]}} {{effect=@{moveeffectn}}}'></button>
|
||
<input type="text" name="attr_movenamen" class="sheet-med2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<input type="text" name="attr_movetypeh" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypei" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypej" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypek" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypel" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypem" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypen" class="sheet-small"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<input type="number" name="attr_movestabh" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabi" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabj" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabk" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabl" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabm" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabn" class="sheet-move3" value="0">
|
||
<br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<input type="number" name="attr_movedmgdieamounth" class="sheet-move" min="0">
|
||
<select name="attr_movedmgdieh" class="sheet-shorter">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonush" class="sheet-move"><br>
|
||
|
||
|
||
<input type="number" name="attr_movedmgdieamounti" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdiei" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusi" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamountj" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdiej" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusj" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamountk" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdiek" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusk" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamountl" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdiel" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusl" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamountm" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdiem" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusm" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamountn" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdien" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusn" class="sheet-move2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<select name="attr_movedmgstath" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstati" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstatj" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstatk" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstatl" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstatm" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstatn" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<input type="text" name="attr_movefreqh" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqi" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqj" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqk" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreql" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqm" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqn" class="sheet-med2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<input type="number" name="attr_moveach" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveaci" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveacj" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveack" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveacl" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveacm" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveacn" class="sheet-move3" value="2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<input type="text" name="attr_moverangeh" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverangei" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverangej" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverangek" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverangel" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverangem" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverangen" class="sheet-shortish"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<input type="text" name="attr_moveeffecth" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffecti" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffectj" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffectk" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffectl" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffectm" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffectn" class="sheet-type"><br>
|
||
</div>
|
||
</div>
|
||
|
||
<div class='sheet-9colrow'>
|
||
<div class='sheet-col'>
|
||
<--Move Descriptions--> <--Accuracy Check--><--AC Calculation--> <---Damage Calculation (rolls damage die) + STAB + Damaging Stat + dmg die (+ value) + Miscilaneous damage bonus --->
|
||
<button type="roll" class="sheet-violence" name="roll_Moveo" value='&{template:Attack} {{name=@{movenameo}}} {{subtags=@{movetypeo}, @{movefreqo}, Range: @{moverangeo}}} {{attack=[[1d20]]}} {{AC=[[@{moveaco}-{floor(@{movedmgstato}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamounto}]]d[[@{movedmgdieo}]]+[[@{movestabo}*@{level}]]+[[@{movedmgstato}]]+@{movedmgbonuso}+@{Miscdamage}]]}} {{effect=@{moveeffecto}}}'></button>
|
||
<input type="text" name="attr_movenameo" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Movep" value='&{template:Attack} {{name=@{movenamep}}} {{subtags=@{movetypep}, @{movefreqp}, Range: @{moverangep}}} {{attack=[[1d20]]}} {{AC=[[@{moveacp}-{floor(@{movedmgstatp}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamountp}]]d[[@{movedmgdiep}]]+[[@{movestabp}*@{level}]]+[[@{movedmgstatp}]]+@{movedmgbonusp}+@{Miscdamage}]]}} {{effect=@{moveeffectp}}}'></button>
|
||
<input type="text" name="attr_movenamep" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Moveq" value='&{template:Attack} {{name=@{movenameq}}} {{subtags=@{movetypeq}, @{movefreqq}, Range: @{moverangeq}}} {{attack=[[1d20]]}} {{AC=[[@{moveacq}-{floor(@{movedmgstatq}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamountq}]]d[[@{movedmgdieq}]]+[[@{movestabq}*@{level}]]+[[@{movedmgstatq}]]+@{movedmgbonusq}+@{Miscdamage}]]}} {{effect=@{moveeffectq}}}'></button>
|
||
<input type="text" name="attr_movenameq" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Mover" value='&{template:Attack} {{name=@{movenamer}}} {{subtags=@{movetyper}, @{movefreqr}, Range: @{moveranger}}} {{attack=[[1d20]]}} {{AC=[[@{moveacr}-{floor(@{movedmgstatr}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamountr}]]d[[@{movedmgdier}]]+[[@{movestabr}*@{level}]]+[[@{movedmgstatr}]]+@{movedmgbonusr}+@{Miscdamage}]]}} {{effect=@{moveeffectr}}}'></button>
|
||
<input type="text" name="attr_movenamer" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Moves" value='&{template:Attack} {{name=@{movenames}}} {{subtags=@{movetypes}, @{movefreqs}, Range: @{moveranges}}} {{attack=[[1d20]]}} {{AC=[[@{moveacs}-{floor(@{movedmgstats}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamounts}]]d[[@{movedmgdies}]]+[[@{movestabs}*@{level}]]+[[@{movedmgstats}]]+@{movedmgbonuss}+@{Miscdamage}]]}} {{effect=@{moveeffects}}}'></button>
|
||
<input type="text" name="attr_movenames" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Movet" value='&{template:Attack} {{name=@{movenamet}}} {{subtags=@{movetypet}, @{movefreqt}, Range: @{moveranget}}} {{attack=[[1d20]]}} {{AC=[[@{moveact}-{floor(@{movedmgstatt}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamountt}]]d[[@{movedmgdiet}]]+[[@{movestabt}*@{level}]]+[[@{movedmgstatt}]]+@{movedmgbonust}+@{Miscdamage}]]}} {{effect=@{moveeffectt}}}'></button>
|
||
<input type="text" name="attr_movenamet" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Moveu" value='&{template:Attack} {{name=@{movenameu}}} {{subtags=@{movetypeu}, @{movefrequ}, Range: @{moverangeu}}} {{attack=[[1d20]]}} {{AC=[[@{moveacu}-{floor(@{movedmgstatu}/10),6}kl1+(-1)*(@{Miscaccuracy}+@{accstg})]]}} {{damage=[[[[@{movedmgdieamountu}]]d[[@{movedmgdieu}]]+[[@{movestabu}*@{level}]]+[[@{movedmgstatu}]]+@{movedmgbonusu}+@{Miscdamage}]]}} {{effect=@{moveeffectu}}}'></button>
|
||
<input type="text" name="attr_movenameu" class="sheet-med2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<input type="text" name="attr_movetypeo" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypep" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypeq" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetyper" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypes" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypet" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetypeu" class="sheet-small"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<input type="number" name="attr_movestabo" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabp" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabq" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabr" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabs" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabt" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestabu" class="sheet-move3" value="0">
|
||
<br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<input type="number" name="attr_movedmgdieamounto" class="sheet-move" min="0">
|
||
<select name="attr_movedmgdieo" class="sheet-shorter">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonuso" class="sheet-move"><br>
|
||
|
||
|
||
<input type="number" name="attr_movedmgdieamountp" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdiep" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusp" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamountq" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdieq" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusq" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamountr" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdier" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusr" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamounts" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdies" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonuss" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamountt" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdiet" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonust" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamountu" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdieu" class="sheet-shorter3">
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonusu" class="sheet-move2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<select name="attr_movedmgstato" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstatp" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstatq" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstatr" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstats" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstatt" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstatu" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{atktot})">ATK</option>
|
||
<option value="(@{satktot})">SATK</option>
|
||
<option value="(@{deftot})">DEF</option>
|
||
<option value="(@{sdeftot})">SDEF</option>
|
||
<option value="(@{spdtot})">SPD</option>
|
||
<option value="(@{HP})">HP</option>
|
||
</select><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<input type="text" name="attr_movefreqo" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqp" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqq" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqr" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqs" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreqt" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefrequ" class="sheet-med2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<input type="number" name="attr_moveaco" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveacp" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveacq" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveacr" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveacs" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveact" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveacu" class="sheet-move3" value="2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<input type="text" name="attr_moverangeo" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverangep" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverangeq" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moveranger" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moveranges" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moveranget" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverangeu" class="sheet-shortish"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<input type="text" name="attr_moveeffecto" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffectp" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffectq" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffectr" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffects" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffectt" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffectu" class="sheet-type"><br>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
|
||
|
||
<!--This is the trainer information sheet the level is used from the Trainer sheet and calculates the other levels for all classes-->
|
||
<div class="sheet-tab-content sheet-tab2">
|
||
<h3 style="text-align: center; font-weight: bold;">Trainer Info</h3>
|
||
<span class="sheet-atr">Trainer Level:</span><input type="number" name="attr_level" Value="0" min="0" /><br>
|
||
<div class='sheet-2colrow'>
|
||
<div class='sheet-col'>
|
||
<h3>Origin</h3>
|
||
<textarea name="attr_trainerbackground"></textarea>
|
||
</div>
|
||
<div class='sheet-col'>
|
||
<h3>Universal Feats</h3>
|
||
<textarea name="attr_trainerbasicfeats"></textarea>
|
||
</div>
|
||
</div>
|
||
<span class="sheet-atr">   Feat Name      Action Type  Uses Left  Max Uses      Short Desc.</span>
|
||
<div class='sheet-5colrow'>
|
||
<tbody>
|
||
<tr>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_namea" class="sheet-repeatmed"></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_freqa" class="sheet-repeatlong"></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_a" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><span class="sheet-atr"> / </span></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_lefta" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_desca" class="sheet-long3"></div>
|
||
</tr>
|
||
</tbody>
|
||
</div>
|
||
<fieldset class="repeating_feats">
|
||
<div class='sheet-5colrow'>
|
||
<tbody>
|
||
<tr>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_nameb" class="sheet-repeatmed"></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_freqb" class="sheet-repeatlong"></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_b" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><span class="sheet-atr"> / </span></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_leftb" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_descb" class="sheet-long3"></div>
|
||
</tr>
|
||
</tbody>
|
||
</div>
|
||
</fieldset>
|
||
<br>
|
||
<h3>1st Class Trainer Features</h3>
|
||
<span class="sheet-atr">Class Name:</span><input type="text" name="attr_class1">
|
||
<label>Level:</label>
|
||
<input type="number" name="attr_classlevel1" value="(@{level})" disabled="true" min="0">
|
||
<textarea name="attr_trainerfeatures1"></textarea>
|
||
<span class="sheet-atr">   Feat Name      Action Type  Uses Left  Max Uses      Short Desc.</span>
|
||
<div class='sheet-5colrow'>
|
||
<tbody>
|
||
<tr>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_name1a" class="sheet-repeatmed"></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_freq1a" class="sheet-repeatlong"></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_l1a" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><span class="sheet-atr"> / </span></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_left1a" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_desc1a" class="sheet-long3"></div>
|
||
</tr>
|
||
</tbody>
|
||
</div>
|
||
<fieldset class="repeating_feats1">
|
||
<div class='sheet-5colrow'>
|
||
<tbody>
|
||
<tr>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_name1b" class="sheet-repeatmed"></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_freq1b" class="sheet-repeatlong"></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_l1b" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><span class="sheet-atr"> / </span></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_left1b" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_desc1b" class="sheet-long3"></div>
|
||
</tr>
|
||
</tbody>
|
||
</div>
|
||
</fieldset>
|
||
<h3>2nd Class Trainer Features</h3>
|
||
<span class="sheet-atr">Class Name:</span><input type="text" name="attr_class2" >
|
||
<label>Level:</label>
|
||
<input type="number" name="attr_classlevel2" value="(@{level}-2)" disabled="true" min="0">
|
||
<span class="sheet-atr" style="text-align: right;"> Pokemon Advanced Class Trainer Level </span>
|
||
<input type="number" name="attr_pkmnadvlvl" value="(@{level}-4)" disabled="true" min="0">
|
||
<textarea name="attr_trainerfeatures2"></textarea>
|
||
<span class="sheet-atr">   Feat Name      Action Type  Uses Left  Max Uses      Short Desc.</span>
|
||
<div class='sheet-5colrow'>
|
||
<tbody>
|
||
<tr>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_name2a" class="sheet-repeatmed"></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_freq2a" class="sheet-repeatlong"></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_l2a" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><span class="sheet-atr"> / </span></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_left2a" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_desc2a" class="sheet-long3"></div>
|
||
</tr>
|
||
</tbody>
|
||
</div>
|
||
<fieldset class="repeating_feats2">
|
||
<div class='sheet-5colrow'>
|
||
<tbody>
|
||
<tr>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_name2b" class="sheet-repeatmed"></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_freq2b" class="sheet-repeatlong"></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_l2b" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><span class="sheet-atr"> / </span></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_left2b" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_desc2b" class="sheet-long3"></div>
|
||
</tr>
|
||
</tbody>
|
||
</div>
|
||
</fieldset>
|
||
<h3>3rd Class Trainer Features</h3>
|
||
<span class="sheet-atr">Class Name:</span><input type="text" name="attr_class3">
|
||
<label>Level:</label>
|
||
<input type="number" name="attr_classlevel3" value="(@{level}-6)" disabled="true" min="0">
|
||
<textarea name="attr_trainerfeatures3"></textarea>
|
||
<span class="sheet-atr">   Feat Name      Action Type  Uses Left  Max Uses      Short Desc.</span>
|
||
<div class='sheet-5colrow'>
|
||
<tbody>
|
||
<tr>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_name3a" class="sheet-repeatmed"></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_freq3a" class="sheet-repeatlong"></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_l3a" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><span class="sheet-atr"> / </span></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_left3a" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_desc3a" class="sheet-long3"></div>
|
||
</tr>
|
||
</tbody>
|
||
</div>
|
||
<fieldset class="repeating_feats3">
|
||
<div class='sheet-5colrow'>
|
||
<tbody>
|
||
<tr>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_name3b" class="sheet-repeatmed"></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_freq3b" class="sheet-repeatlong"></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_l3b" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><span class="sheet-atr"> / </span></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_left3b" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_desc3b" class="sheet-long3"></div>
|
||
</tr>
|
||
</tbody>
|
||
</div>
|
||
</fieldset>
|
||
<h3>4th Class Trainer Features</h3>
|
||
<span class="sheet-atr">Class Name:</span><input type="text" name="attr_class4">
|
||
<label>Level:</label>
|
||
<input type="number" name="attr_classlevel4" value="(@{level}-10)" disabled="true" min="0">
|
||
<textarea name="attr_trainerfeatures4"></textarea>
|
||
<span class="sheet-atr">   Feat Name      Action Type  Uses Left  Max Uses      Short Desc.</span>
|
||
<div class='sheet-5colrow'>
|
||
<tbody>
|
||
<tr>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_name4a" class="sheet-repeatmed"></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_freq4a" class="sheet-repeatlong"></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_l4a" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><span class="sheet-atr"> / </span></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_left4a" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_desc4a" class="sheet-long3"></div>
|
||
</tr>
|
||
</tbody>
|
||
</div>
|
||
<fieldset class="repeating_feats4">
|
||
<div class='sheet-5colrow'>
|
||
<tbody>
|
||
<tr>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_name4b" class="sheet-repeatmed"></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_freq4b" class="sheet-repeatlong"></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_l4b" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><span class="sheet-atr"> / </span></div>
|
||
<div class='sheet-col'><input type="number" name="attr_capabililty_feat_left4b" Value="0" min="0" /></div>
|
||
<div class='sheet-col'><input type="text" name="attr_capabililty_feat_desc4b" class="sheet-long3"></div>
|
||
</tr>
|
||
</tbody>
|
||
</div>
|
||
</fieldset>
|
||
<hr/>
|
||
<h3>Inventory</h3>
|
||
<textarea name="attr_inventory"></textarea>
|
||
<h3>Pokedex</h3>
|
||
<h3>Seen Pokemon Names</h3>
|
||
<label>Amount</label><strong class='dee'></strong><input type="number" name='attr_DexSeen' class='sheet-med' value="0"><br>
|
||
<textarea name="attr_seen_pokemon"></textarea>
|
||
|
||
<h3>Caught Pokemon Names</h3>
|
||
|
||
<label>Amount</label><strong class='dee'></strong><input type="number" name='attr_DexCaught' class='sheet-med' value="0"><br>
|
||
<textarea name="attr_caught_pokemon"></textarea>
|
||
|
||
<h3>Notes</h3>
|
||
<textarea name="attr_trainer_notes_2"></textarea>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="sheet-tab-content sheet-tab3">
|
||
<h3 style="text-align: center; font-weight: bold;">Pokemon</h3>
|
||
<br>
|
||
|
||
<div class="sheet-2colrow">
|
||
|
||
<div class="sheet-col">
|
||
|
||
<label>Nickname:</label><input type="text" name="attr_pokemon_name1" class='sheet-long' /> <br>
|
||
<label>Species:</label><input type="text" name="attr_pokemon_species1" class='sheet-long' /> <br>
|
||
<label>Type:</label><input type="text" name="attr_pokemon_typea1" class='sheet-type' /><input type="text" name="attr_pokemon_typeb1" class='sheet-type' /><br>
|
||
<label>Item:</label><input type="text" name="attr_pokemon_item1" class='sheet-long' /> <br>
|
||
<label>Nature:</label>
|
||
<select name="attr_nature1" class="sheet-long">
|
||
<option value="Likes: Nothing | Dislikes: Nothing"> Composed (No Stat Change)</option>
|
||
<option value="Likes: Nothing | Dislikes: Nothing "> Dull (No Stat Change)</option>
|
||
<option value="Likes: Nothing | Dislikes: Nothing "> Patient (No Stat Change)</option>
|
||
<option value="Likes: Nothing | Dislikes: Nothing "> Poised (No Stat Change)</option>
|
||
<option value="Likes: Nothing | Dislikes: Nothing "> Stoic (No Stat Change)</option>
|
||
<option value="Likes: Nothing | Dislikes: Spicy (Cool)"> Hardy (+1 HP, -2 ATK)</option>
|
||
<option value="Likes: Nothing | Dislikes: Sour (Tough)"> Docile (+1 HP, -2 DEF)</option>
|
||
<option value="Likes: Nothing | Dislikes: Dry (Beauty)"> Proud (+1 HP, -2 SATK)</option>
|
||
<option value="Likes: Nothing | Dislikes: Bitter (Smart)"> Quirky (+1 HP, -2 SDEF)</option>
|
||
<option value="Likes: Nothing | Dislikes: Sweet (Cute)"> Lazy (+1 HP, -2 SPD)</option>
|
||
<option value="Likes: Spicy (Cool) | Dislikes: Nothing"> Desperate (+2 ATK, -1 HP)</option>
|
||
<option value="Likes: Spicy (Cool) | Dislikes: Sour (Tough)"> Lonely (+2 ATK, -2 DEF)</option>
|
||
<option value="Likes: Spicy (Cool) | Dislikes: Dry (Beauty)"> Adamant (+2 ATK, -2 SATK)</option>
|
||
<option value="Likes: Spicy (Cool) | Dislikes: Bitter (Smart)"> Naughty (+2 ATK, -2 SDEF)</option>
|
||
<option value="Likes: Spicy (Cool) | Dislikes: Sweet (Cute)"> Brave (+2 ATK, -2 SPD)</option>
|
||
<option value="Likes: Sour (Tough) | Dislikes: Nothing"> Stark (+2 DEF, -1 HP)</option>
|
||
<option value="Likes: Sour (Tough) | Dislikes: Spicy (Cool)"> Bold (+2 DEF, -2 ATK)</option>
|
||
<option value="Likes: Sour (Tough) | Dislikes: Dry (Beauty)"> Impish (+2 DEF, -2 SATK)</option>
|
||
<option value="Likes: Sour (Tough) | Dislikes: Bitter (Smart)"> Lax (+2 DEF, -2 SDEF)</option>
|
||
<option value="Likes: Sour (Tough) | Dislikes: Sweet (Cute)"> Relaxed (+2 DEF, -2 SPD)</option>
|
||
<option value="Likes: Dry (Beauty) | Dislikes: Nothing"> Bashful (+2 SATK, -1 HP)</option>
|
||
<option value="Likes: Dry (Beauty) | Dislikes: Spicy (Cool)"> Modest (+2 SATK, -2 ATK)</option>
|
||
<option value="Likes: Dry (Beauty) | Dislikes: Sour (Tough)"> Mild (+2 SATK, -2 DEF)</option>
|
||
<option value="Likes: Dry (Beauty) | Dislikes: Bitter (Smart)"> Rash (+2 SATK, -2 SDEF)</option>
|
||
<option value="Likes: Dry (Beauty) | Dislikes: Sweet (Cute)"> Quiet (+2 SATK, -2 SPD)</option>
|
||
<option value="Likes: Bitter (Smart) | Dislikes: Nothing"> Sickly (+2 SDEF, -1 HP)</option>
|
||
<option value="Likes: Bitter (Smart) | Dislikes: Spicy (Cool)"> Calm (+2 SDEF, -2 ATK)</option>
|
||
<option value="Likes: Bitter (Smart) | Dislikes: Sour (Tough)"> Gentle (+2 SDEF, -2 DEF)</option>
|
||
<option value="Likes: Bitter (Smart) | Dislikes: Dry (Beauty)"> Careful (+2 SDEF, -2 SATK)</option>
|
||
<option value="Likes: Bitter (Smart) | Dislikes: Sweet (Cute)"> Sassy (+2 SDEF, -2 SPD)</option>
|
||
<option value="Likes: Sweet (Cute) | Dislikes: Nothing"> Serious (+2 SPD, -1 HP)</option>
|
||
<option value="Likes: Sweet (Cute) | Dislikes: Spicy (Cool)"> Timid (+2 SPD, -2 ATK)</option>
|
||
<option value="Likes: Sweet (Cute)| Dislikes: Sour (Tough)"> Hasty (+2 SPD, -2 DEF)</option>
|
||
<option value="Likes: Sweet (Cute) | Dislikes: Dry (Beauty)"> Jolly (+2 SPD, -2 SATK)</option>
|
||
<option value="Likes: Sweet (Cute) | Dislikes: Bitter (Smart)"> Naive (+2 SPD, -2 SDEF)</option>
|
||
</select>
|
||
<br>
|
||
<label>Preferred Flavors:</label><input type="text" name="attr_like1" value="@{nature1}" class='sheet-long1' disabled="true"/> <br>
|
||
<br>
|
||
<span class="sheet-atr">STAB: </span>
|
||
<input type="number" name="attr_stab1" value="(floor(@{pokemon_level1}/4)+@{stab_bonus1}+1)" class="sheet-med" disabled="true" data-formula="(floor(@{pokemon_level1}/4)+@{stab_bonus1})">
|
||
<span class="sheet-atr">STAB-Mod:</span>
|
||
<input type="number" name="attr_stab_bonus1" value="0" class="sheet-med" data-formula="(floor(@{pokemon_level1}/5))">
|
||
<br>
|
||
<span class="sheet-atr">Cap. Rate:</span>
|
||
<input type="number" name="attr_cap_rate1" class="sheet-med">
|
||
<span class="sheet-atr"> EXP Yield:</span>
|
||
<input type="number" name="attr_exp_yield1" class="sheet-med">
|
||
<br>
|
||
<br>
|
||
<span class="sheet-atr">Max Invest: </span><input type="number" name="attr_pokemon_max_invest" value="floor(@{pokemon_level1}/4)+1" min="1" disabled="true">
|
||
</div>
|
||
|
||
<div class="sheet-col">
|
||
|
||
<label>Level:</label><input type="number" name="attr_pokemon_level1" value="1" min="1">
|
||
<label>Total XP:</label><input type="text" name="attr_pokemon_xp1" class="sheet-xp"><br>
|
||
<label>Gender:</label><input type="text" name="attr_pokemon_gender1" class="sheet-xp"><br>
|
||
<label>Height:</label><input type="text" name="attr_pokemon_height1" class="sheet-long"><br>
|
||
<label>Weight:</label><input type="text" name="attr_pokemon_wieght1" class="sheet-long"><br>
|
||
<label>Diet:</label><input type="text" name="attr_pokemon_diet1" class="sheet-long"><br>
|
||
<span class="sheet-atr">Egg-Group: </span><input type="text" name="attr_pokemon_group1" class="sheet-long"><br>
|
||
<span class="sheet-atr">Tera-Type: </span><input type="text" name="attr_pokemon_tera1" class="sheet-long"><br>
|
||
<span class="sheet-atr">Status 1: </span><input type="text" name="attr_pokemon_status1a" class="sheet-long"><br>
|
||
<span class="sheet-atr">Status 2: </span><input type="text" name="attr_pokemon_status1b" class="sheet-long"><br>
|
||
<br>
|
||
<!--This is all on the same line-->
|
||
<span class="sheet-atr">Burned </span><span><input type="checkbox" name="attr_Burned1" value="1" class="sheet-short"></span>
|
||
<span class="sheet-atr">Paralyzed </span><span><input type="checkbox" name="attr_Paralyzed1" value="1" class="sheet-short"></span>
|
||
<span class="sheet-atr">Poisoned </span><span><input type="checkbox" name="attr_Poisoned1" value="1" class="sheet-short"></span><br>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<hr/>
|
||
|
||
<div class="sheet-3colrow">
|
||
|
||
<div class="sheet-col">
|
||
|
||
<table style="width: 120%;">
|
||
<thead>
|
||
<tr>
|
||
<th>Stat</th>
|
||
<th>Base</th>
|
||
<th>Level</th>
|
||
<th>Temp</th>
|
||
<th>Total</th>
|
||
<th>Stages</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>HP</td>
|
||
<td><input type="number" name="attr_pokemon_hpstat1a" class="sheet-short"/></td>
|
||
<td><input type="number" name="attr_pokemon_hpstat1b" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_hpstat1temp" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_hpstat1c" value="(@{pokemon_hpstat1a}+@{pokemon_hpstat1b}+@{pokemon_hpstat1temp}+@{pokemon_hpstat1Eggbonus})" disabled="true" class="sheet-short" /></td>
|
||
<td></td>
|
||
</tr>
|
||
<tr>
|
||
<td>ATK</td>
|
||
<td><input type="number" name="attr_pokemon_atk1a" class="sheet-short" /></td>
|
||
<td><input type="number" name="attr_pokemon_atk1b" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_atkstat1temp" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_atk1c" value="floor(@{atkstg1}*(0.5**@{Burned1}))" disabled="true" class="sheet-short" /></td>
|
||
<td><select name="attr_atkstg1" class="sheet-shorter2">
|
||
<option value="ceil((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus}))">0</option>
|
||
<option value="ceil((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*1.25)">1</option>
|
||
<option value="ceil((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*1.5)">2</option>
|
||
<option value="ceil((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*1.75)">3</option>
|
||
<option value="ceil((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*2)">4</option>
|
||
<option value="ceil((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*2.25)">5</option>
|
||
<option value="ceil((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*2.5)">6</option>
|
||
<option value="floor((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*.85)">-1</option>
|
||
<option value="floor((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*.70)">-2</option>
|
||
<option value="floor((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*.55)">-3</option>
|
||
<option value="floor((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*.40)">-4</option>
|
||
<option value="floor((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*.25)">-5</option>
|
||
<option value="floor((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*.10)">-6</option></select></td>
|
||
</tr>
|
||
<tr>
|
||
<td>DEF</td>
|
||
<td><input type="number" name="attr_pokemon_def1a" class="sheet-short" /></td>
|
||
<td><input type="number" name="attr_pokemon_def1b" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_defstat1temp" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_def1c" value="(@{defstg1})" disabled="true" class="sheet-short" /></td>
|
||
<td><select name="attr_defstg1" class="sheet-shorter2">
|
||
<option value="ceil((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus}))">0</option>
|
||
<option value="ceil((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*1.25)">1</option>
|
||
<option value="ceil((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*1.5)">2</option>
|
||
<option value="ceil((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*1.75)">3</option>
|
||
<option value="ceil((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*2)">4</option>
|
||
<option value="ceil((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*2.25)">5</option>
|
||
<option value="ceil((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*2.5)">6</option>
|
||
<option value="floor((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*.85)">-1</option>
|
||
<option value="floor((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*.70)">-2</option>
|
||
<option value="floor((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*.55)">-3</option>
|
||
<option value="floor((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*.40)">-4</option>
|
||
<option value="floor((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*.25)">-5</option>
|
||
<option value="floor((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*.10)">-6</option></select></td>
|
||
</tr>
|
||
<tr>
|
||
<td>SATK</td>
|
||
<td><input type="number" name="attr_pokemon_satk1a" class="sheet-short" /></td>
|
||
<td><input type="number" name="attr_pokemon_satk1b" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_satkstat1temp" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_satk1c" value="floor(@{satkstg1}*(0.5**@{Poisoned1}))" disabled="true" class="sheet-short" /></td>
|
||
<td><select name="attr_satkstg1" class="sheet-shorter2">
|
||
<option value="ceil((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus}))">0</option>
|
||
<option value="ceil((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*1.25)">1</option>
|
||
<option value="ceil((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*1.5)">2</option>
|
||
<option value="ceil((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*1.75)">3</option>
|
||
<option value="ceil((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*2)">4</option>
|
||
<option value="ceil((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*2.25)">5</option>
|
||
<option value="ceil((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*2.5)">6</option>
|
||
<option value="floor((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*.85)">-1</option>
|
||
<option value="floor((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*.70)">-2</option>
|
||
<option value="floor((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*.55)">-3</option>
|
||
<option value="floor((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*.40)">-4</option>
|
||
<option value="floor((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*.25)">-5</option>
|
||
<option value="floor((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*.10)">-6</option></select></td>
|
||
</tr>
|
||
<tr>
|
||
<td>SDEF</td>
|
||
<td><input type="number" name="attr_pokemon_sdef1a" class="sheet-short" /></td>
|
||
<td><input type="number" name="attr_pokemon_sdef1b" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_sdefstat1temp" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_sdef1c" value="(@{sdefstg1})" disabled="true" class="sheet-short" /></td>
|
||
<td><select name="attr_sdefstg1" class="sheet-shorter2">
|
||
<option value="ceil((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus}))">0</option>
|
||
<option value="ceil((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*1.25)">1</option>
|
||
<option value="ceil((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*1.5)">2</option>
|
||
<option value="ceil((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*1.75)">3</option>
|
||
<option value="ceil((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*2)">4</option>
|
||
<option value="ceil((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*2.25)">5</option>
|
||
<option value="ceil((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*2.5)">6</option>
|
||
<option value="floor((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*.85)">-1</option>
|
||
<option value="floor((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*.70)">-2</option>
|
||
<option value="floor((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*.55)">-3</option>
|
||
<option value="floor((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*.40)">-4</option>
|
||
<option value="floor((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*.25)">-5</option>
|
||
<option value="floor((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*.10)">-6</option></select></td>
|
||
</tr>
|
||
<tr>
|
||
<td>SPD</td>
|
||
<td><input type="number" name="attr_pokemon_spd1a" class="sheet-short" /></td>
|
||
<td><input type="number" name="attr_pokemon_spd1b" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_spdstat1temp" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_spd1c" value="floor(@{spdstg1}*(0.5**@{Paralyzed1}))" disabled="true" class="sheet-short" /></td>
|
||
<td><select name="attr_spdstg1" class="sheet-shorter2">
|
||
<option value="ceil((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus}))">0</option>
|
||
<option value="ceil((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*1.25)">1</option>
|
||
<option value="ceil((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*1.5)">2</option>
|
||
<option value="ceil((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*1.75)">3</option>
|
||
<option value="ceil((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*2)">4</option>
|
||
<option value="ceil((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*2.25)">5</option>
|
||
<option value="ceil((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*2.5)">6</option>
|
||
<option value="floor((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*.85)">-1</option>
|
||
<option value="floor((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*.70)">-2</option>
|
||
<option value="floor((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*.55)">-3</option>
|
||
<option value="floor((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*.40)">-4</option>
|
||
<option value="floor((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*.25)">-5</option>
|
||
<option value="floor((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*.10)">-6</option></select></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Total</td>
|
||
<td><input type="number" name="attr_pokemon_base_total1" class="sheet-short" value="@{pokemon_hpstat1a}+@{pokemon_atk1a}+@{pokemon_def1a}+@{pokemon_satk1a}+@{pokemon_sdef1a}+@{pokemon_spd1a}" disabled="true"/></td>
|
||
<td><input type="number" name="attr_pokemon_base_total1" class="sheet-short" value="@{pokemon_hpstat1b}+@{pokemon_atk1b}+@{pokemon_def1b}+@{pokemon_satk1b}+@{pokemon_sdef1b}+@{pokemon_spd1b}" disabled="true"/></td>
|
||
<td></td>
|
||
<td>Acc.</td>
|
||
<td><select name="attr_accstg1" class="sheet-shorter2">
|
||
<option value="0">0</option>
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="-1">-1</option>
|
||
<option value="-2">-2</option>
|
||
<option value="-3">-3</option>
|
||
<option value="-4">-4</option>
|
||
<option value="-5">-5</option>
|
||
<option value="-6">-6</option></select></td>
|
||
</tr>
|
||
<tr>
|
||
<td></td>
|
||
<td>Max</td>
|
||
<td><input type="number" name="attr_pokemon_max_total1" class="sheet-short" value="@{pokemon_level1}-1" disabled="true"/></td>
|
||
<td></td>
|
||
<td>Eva.</td>
|
||
<td><select name="attr_evastg1" class="sheet-shorter2">
|
||
<option value="0">0</option>
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="-1">-1</option>
|
||
<option value="-2">-2</option>
|
||
<option value="-3">-3</option>
|
||
<option value="-4">-4</option>
|
||
<option value="-5">-5</option>
|
||
<option value="-6">-6</option></select></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span><strong style="font-size:10px">Pokemon Initiative Mod</strong></span>
|
||
<input type="number" name="attr_pokemon_initiative1" class="sheet-short" value="0"/>
|
||
<span><strong style="font-size:11px">Add Turn:</strong></span>
|
||
<button class='sheet-long' type='roll' value= '/r (@{pokemon_spd1c}+@{pokemon_initiative1}) &{tracker}' name='roll_Initiative'/></button>
|
||
</div>
|
||
|
||
<div class="sheet-col" style="text-align: center;">
|
||
<h3>Evasion Bonuses</h3>
|
||
<label>ATK:</label><input type="number" name="attr_atkevasion" value="(floor(@{pokemon_def1c}/5)+@{evastg1}+@{Pokemon_MiscEvasion1})" class="sheet-med" disabled="true" data-formula="(floor(@{pokemon_def1c}/5))"><br>
|
||
<label>SATK:</label><input type="number" name="attr_satkevasion1" value="(floor(@{pokemon_sdef1c}/5)+@{evastg1}+@{Pokemon_MiscEvasion1})" max="6" class="sheet-med" disabled="true" data-formula="(floor(@{pokemon_sdef1c}/5))"><br>
|
||
<label>BOTH:</label><input type="number" name="attr_bothevasion1" value="(floor(@{pokemon_spd1c}/10)+@{evastg1}+@{Pokemon_MiscEvasion1})" max="6" class="sheet-med" disabled="true" data-formula="(floor(@{pokemon_spd1c}/10))"><br>
|
||
<h3>Accuracy Bonuses</h3>
|
||
<label>ATK:</label>
|
||
<input type="number" name="attr_atkaccuracy1" value="(floor(@{pokemon_atk1c}/10)+@{accstg1})" max="6" class="sheet-med" disabled="true" data-formula="(floor(@{pokemon_atk1c}/15))">
|
||
<br>
|
||
<label>SATK:</label>
|
||
<input type="number" name="attr_satkaccuracy1" value="(floor(@{pokemon_satk1c}/10)+@{accstg1})" max="6" class="sheet-med" disabled="true" data-formula="(floor(@{pokemon_satk1c}/15))">
|
||
</div>
|
||
|
||
<div class="sheet-col">
|
||
<h3 style="margin-bottom: 10px">HP</h3>
|
||
<label>Current</label>
|
||
<input type="number" name="attr_Pokemon_HP1" class="sheet-short">
|
||
<span class="sheet-atr">/</span>
|
||
<input type="number" name="attr_pokemon_HP1max" value="(@{pokemon_hpstat1c}*3+@{pokemon_level1}*2)" disabled="true" data-formula="(@{pokemon_hpstat1c}*3+@{pokemon_level1}*2)"><br>
|
||
<label>Temporary</label>
|
||
<input type="number" name="attr_Pokemon_TempHP1" class="sheet-short">
|
||
<br>
|
||
<br>
|
||
<h3 style="margin-bottom: 10px">Misc. Bonuses</h3>
|
||
<label>Accuracy</label>
|
||
<input type="number" name="attr_Pokemon_Miscaccuracy1" value="0" class="sheet-short">
|
||
<br>
|
||
<label>Evasion</label>
|
||
<input type="number" name="attr_Pokemon_MiscEvasion1" value="0" class="sheet-short">
|
||
<br>
|
||
<label>Damage</label>
|
||
<input type="number" name="attr_Pokemon_Miscdamage1" value="0" class="sheet-short">
|
||
<br>
|
||
<label>Dmg. Die</label>
|
||
<input type="number" name="attr_Pokemon_MiscdamageDice1" value="0" class="sheet-short">
|
||
<br>
|
||
</div>
|
||
</div>
|
||
<h3 style="text-align: center;">Abilities</h3>
|
||
|
||
<table style="width: 100%;">
|
||
<thead>
|
||
<tr>
|
||
<th>Name</th>
|
||
<th>Activation</th>
|
||
<th>Keyword</th>
|
||
<th>Effect/Notes</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><input type="text" name="attr_ability_name1a" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_activation1a" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_keyword1a" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_effect1a" class="sheet-long" /></td>
|
||
</tr>
|
||
<tr>
|
||
<td><input type="text" name="attr_ability_name1b" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_activation1b" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_keyword1b" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_effect1b" class="sheet-long" /></td>
|
||
</tr>
|
||
<tr>
|
||
<td><input type="text" name="attr_ability_name1c" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_activation1c" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_keyword1c" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_effect1c" class="sheet-long" /></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<hr/>
|
||
|
||
<h3 style="text-align: center;">Natural Moves</h3>
|
||
|
||
<div class='sheet-9colrow'>
|
||
<div class='sheet-col'>
|
||
<h4> Name</h4><br> <--Move Descriptions--> <--Accuracy Check--><--AC Calculation--> <---Damage Calculation (rolls damage die) + STAB + Damaging Stat + dmg die (+ value) + Miscilaneous damage bonus --->
|
||
<button type="roll" class="sheet-violence" name="roll_Move1a" value='&{template:Attack} {{name=@{movename1a}}} {{subtags=@{movetype1a}, @{movefreq1a}, Range: @{moverange1a}}} {{attack=[[1d20]]}} {{AC=[[@{moveac1a}-{floor(@{movedmgstat1a}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy1}+@{accstg1})]]}} {{damage=[[[[@{movedmgdieamount1a}+@{Pokemon_MiscdamageDice1}]]d[[@{movedmgdie1a}]]+[[@{movestab1a}*@{stab1}]]+[[@{movedmgstat1a}]]+@{movedmgbonus1a}+@{Pokemon_Miscdamage1}]]}} {{effect=@{moveeffect1a}}}'></button>
|
||
<input type="text" name="attr_movename1a" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Move1b" value='&{template:Attack} {{name=@{movename1b}}} {{subtags=@{movetype1b}, @{movefreq1b}, Range: @{moverange1b}}} {{attack=[[1d20]]}} {{AC=[[@{moveac1b}-{floor(@{movedmgstat1b}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy1}+@{accstg1})]]}} {{damage=[[[[@{movedmgdieamount1b}+@{Pokemon_MiscdamageDice1}]]d[[@{movedmgdie1b}]]+[[@{movestab1b}*@{stab1}]]+[[@{movedmgstat1b}]]+@{movedmgbonus1b}+@{Pokemon_Miscdamage1}]]}} {{effect=@{moveeffect1b}}}'></button>
|
||
<input type="text" name="attr_movename1b" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Move1c" value='&{template:Attack} {{name=@{movename1c}}} {{subtags=@{movetype1c}, @{movefreq1c}, Range: @{moverange1c}}} {{attack=[[1d20]]}} {{AC=[[@{moveac1c}-{floor(@{movedmgstat1c}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy1}+@{accstg1})]]}} {{damage=[[[[@{movedmgdieamount1c}+@{Pokemon_MiscdamageDice1}]]d[[@{movedmgdie1c}]]+[[@{movestab1c}*@{stab1}]]+[[@{movedmgstat1c}]]+@{movedmgbonus1c}+@{Pokemon_Miscdamage1}]]}} {{effect=@{moveeffect1c}}}'></button>
|
||
<input type="text" name="attr_movename1c" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Move1d" value='&{template:Attack} {{name=@{movename1d}}} {{subtags=@{movetype1d}, @{movefreq1d}, Range: @{moverange1d}}} {{attack=[[1d20]]}} {{AC=[[@{moveac1d}-{floor(@{movedmgstat1d}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy1}+@{accstg1})]]}} {{damage=[[[[@{movedmgdieamount1d}+@{Pokemon_MiscdamageDice1}]]d[[@{movedmgdie1d}]]+[[@{movestab1d}*@{stab1}]]+[[@{movedmgstat1d}]]+@{movedmgbonus1d}+@{Pokemon_Miscdamage1}]]}} {{effect=@{moveeffect1d}}}'></button>
|
||
<input type="text" name="attr_movename1d" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Move1e" value='&{template:Attack} {{name=@{movename1e}}} {{subtags=@{movetype1e}, @{movefreq1e}, Range: @{moverange1e}}} {{attack=[[1d20]]}} {{AC=[[@{moveac1e}-{floor(@{movedmgstat1e}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy1}+@{accstg1})]]}} {{damage=[[[[@{movedmgdieamount1e}+@{Pokemon_MiscdamageDice1}]]d[[@{movedmgdie1e}]]+[[@{movestab1e}*@{stab1}]]+[[@{movedmgstat1e}]]+@{movedmgbonus1e}+@{Pokemon_Miscdamage1}]]}} {{effect=@{moveeffect1e}}}'></button>
|
||
<input type="text" name="attr_movename1e" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Move1f" value='&{template:Attack} {{name=@{movename1f}}} {{subtags=@{movetype1f}, @{movefreq1f}, Range: @{moverange1f}}} {{attack=[[1d20]]}} {{AC=[[@{moveac1f}-{floor(@{movedmgstat1f}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy1}+@{accstg1})]]}} {{damage=[[[[@{movedmgdieamount1f}+@{Pokemon_MiscdamageDice1}]]d[[@{movedmgdie1f}]]+[[@{movestab1f}*@{stab1}]]+[[@{movedmgstat1f}]]+@{movedmgbonus1f}+@{Pokemon_Miscdamage1}]]}} {{effect=@{moveeffect1f}}}'></button>
|
||
<input type="text" name="attr_movename1f" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Move1g" value='&{template:Attack} {{name=@{movename1g}}} {{subtags=@{movetype1g}, @{movefreq1g}, Range: @{moverange1g}}} {{attack=[[1d20]]}} {{AC=[[@{moveac1g}-{floor(@{movedmgstat1g}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy1}+@{accstg1})]]}} {{damage=[[[[@{movedmgdieamount1g}+@{Pokemon_MiscdamageDice1}]]d[[@{movedmgdie1g}]]+[[@{movestab1g}*@{stab1}]]+[[@{movedmgstat1g}]]+@{movedmgbonus1g}+@{Pokemon_Miscdamage1}]]}} {{effect=@{moveeffect1g}}}'></button>
|
||
<input type="text" name="attr_movename1g" class="sheet-med2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Type</h4><br>
|
||
<input type="text" name="attr_movetype1a" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetype1b" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetype1c" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetype1d" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetype1e" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetype1f" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetype1g" class="sheet-small"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>STAB</h4><br>
|
||
<input type="number" name="attr_movestab1a" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestab1b" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestab1c" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestab1d" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestab1e" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestab1f" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_movestab1g" class="sheet-move3" value="0">
|
||
<br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Damage</h4><br>
|
||
<input type="number" name="attr_movedmgdieamount1a" class="sheet-move" min="0">
|
||
<select name="attr_movedmgdie1a" class="sheet-shorter">
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonus1a" class="sheet-move"><br>
|
||
|
||
|
||
<input type="number" name="attr_movedmgdieamount1b" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdie1b" class="sheet-shorter3">
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonus1b" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamount1c" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdie1c" class="sheet-shorter3">
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonus1c" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamount1d" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdie1d" class="sheet-shorter3">
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonus1d" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamount1e" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdie1e" class="sheet-shorter3">
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonus1e" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamount1f" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdie1f" class="sheet-shorter3">
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonus1f" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamount1g" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdie1g" class="sheet-shorter3">
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonus1g" class="sheet-move2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Attribute</h4><br>
|
||
<select name="attr_movedmgstat1a" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{pokemon_atk1c})">ATK</option>
|
||
<option value="(@{pokemon_satk1c})">SATK</option>
|
||
<option value="(@{pokemon_def1c})">DEF</option>
|
||
<option value="(@{pokemon_sdef1c})">SDEF</option>
|
||
<option value="(@{pokemon_spd1c})">SPD</option>
|
||
<option value="(@{pokemon_hpstat1c})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstat1b" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{pokemon_atk1c})">ATK</option>
|
||
<option value="(@{pokemon_satk1c})">SATK</option>
|
||
<option value="(@{pokemon_def1c})">DEF</option>
|
||
<option value="(@{pokemon_sdef1c})">SDEF</option>
|
||
<option value="(@{pokemon_spd1c})">SPD</option>
|
||
<option value="(@{pokemon_hpstat1c})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstat1c" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{pokemon_atk1c})">ATK</option>
|
||
<option value="(@{pokemon_satk1c})">SATK</option>
|
||
<option value="(@{pokemon_def1c})">DEF</option>
|
||
<option value="(@{pokemon_sdef1c})">SDEF</option>
|
||
<option value="(@{pokemon_spd1c})">SPD</option>
|
||
<option value="(@{pokemon_hpstat1c})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstat1d" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{pokemon_atk1c})">ATK</option>
|
||
<option value="(@{pokemon_satk1c})">SATK</option>
|
||
<option value="(@{pokemon_def1c})">DEF</option>
|
||
<option value="(@{pokemon_sdef1c})">SDEF</option>
|
||
<option value="(@{pokemon_spd1c})">SPD</option>
|
||
<option value="(@{pokemon_hpstat1c})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstat1e" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{pokemon_atk1c})">ATK</option>
|
||
<option value="(@{pokemon_satk1c})">SATK</option>
|
||
<option value="(@{pokemon_def1c})">DEF</option>
|
||
<option value="(@{pokemon_sdef1c})">SDEF</option>
|
||
<option value="(@{pokemon_spd1c})">SPD</option>
|
||
<option value="(@{pokemon_hpstat1c})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstat1f" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{pokemon_atk1c})">ATK</option>
|
||
<option value="(@{pokemon_satk1c})">SATK</option>
|
||
<option value="(@{pokemon_def1c})">DEF</option>
|
||
<option value="(@{pokemon_sdef1c})">SDEF</option>
|
||
<option value="(@{pokemon_spd1c})">SPD</option>
|
||
<option value="(@{pokemon_hpstat1c})">HP</option>
|
||
</select><br>
|
||
<select name="attr_movedmgstat1g" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{pokemon_atk1c})">ATK</option>
|
||
<option value="(@{pokemon_satk1c})">SATK</option>
|
||
<option value="(@{pokemon_def1c})">DEF</option>
|
||
<option value="(@{pokemon_sdef1c})">SDEF</option>
|
||
<option value="(@{pokemon_spd1c})">SPD</option>
|
||
<option value="(@{pokemon_hpstat1c})">HP</option>
|
||
</select><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Frequency</h4><br>
|
||
<input type="text" name="attr_movefreq1a" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreq1b" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreq1c" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreq1d" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreq1e" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreq1f" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreq1g" class="sheet-med2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>AC</h4><br>
|
||
<input type="number" name="attr_moveac1a" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveac1b" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveac1c" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveac1d" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveac1e" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveac1f" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveac1g" class="sheet-move3" value="2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Range</h4><br>
|
||
<input type="text" name="attr_moverange1a" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverange1b" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverange1c" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverange1d" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverange1e" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverange1f" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverange1g" class="sheet-shortish"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Effect/Notes</h4><br>
|
||
<input type="text" name="attr_moveeffect1a" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffect1b" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffect1c" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffect1d" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffect1e" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffect1f" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffect1g" class="sheet-type"><br>
|
||
</div>
|
||
</div>
|
||
|
||
<br>
|
||
|
||
<h3 style="text-align: center;">Technical Moves</h3>
|
||
|
||
<div class='sheet-9colrow'>
|
||
<div class='sheet-col'>
|
||
<h4> Name</h4><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Tmove1a" value='&{template:Attack} {{name=@{tmovename1a}}} {{subtags=@{tmovetype1a}, @{tmovefreq1a}, Range: @{tmoverange1a}}} {{attack=[[1d20]]}} {{AC=[[@{tmoveac1a}-{floor(@{tmovedmgstat1a}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy1}+@{accstg1})]]}} {{damage=[[[[@{tmovedmgdieamount1a}+@{Pokemon_MiscdamageDice1}]]d[[@{tmovedmgdie1a}]]+[[@{tmovestab1a}*@{stab1}]]+[[@{tmovedmgstat1a}]]+@{tmovedmgbonus1a}+@{Pokemon_Miscdamage1}]]}} {{effect=@{tmoveeffect1a}}}'></button>
|
||
<input type="text" name="attr_tmovename1a" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Tmove1b" value='&{template:Attack} {{name=@{tmovename1b}}} {{subtags=@{tmovetype1b}, @{tmovefreq1b}, Range: @{tmoverange1b}}} {{attack=[[1d20]]}} {{AC=[[@{tmoveac1b}-{floor(@{tmovedmgstat1b}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy1}+@{accstg1})]]}} {{damage=[[[[@{tmovedmgdieamount1b}+@{Pokemon_MiscdamageDice1}]]d[[@{tmovedmgdie1b}]]+[[@{tmovestab1b}*@{stab1}]]+[[@{tmovedmgstat1b}]]+@{tmovedmgbonus1b}+@{Pokemon_Miscdamage1}]]}} {{effect=@{tmoveeffect1b}}}'></button>
|
||
<input type="text" name="attr_tmovename1b" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Tmove1c" value='&{template:Attack} {{name=@{tmovename1c}}} {{subtags=@{tmovetype1c}, @{tmovefreq1c}, Range: @{tmoverange1c}}} {{attack=[[1d20]]}} {{AC=[[@{tmoveac1c}-{floor(@{tmovedmgstat1c}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy1}+@{accstg1})]]}} {{damage=[[[[@{tmovedmgdieamount1c}+@{Pokemon_MiscdamageDice1}]]d[[@{tmovedmgdie1c}]]+[[@{tmovestab1c}*@{stab1}]]+[[@{tmovedmgstat1c}]]+@{tmovedmgbonus1c}+@{Pokemon_Miscdamage1}]]}} {{effect=@{tmoveeffect1c}}}'></button>
|
||
<input type="text" name="attr_tmovename1c" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Tmove1d" value='&{template:Attack} {{name=@{tmovename1d}}} {{subtags=@{tmovetype1d}, @{tmovefreq1d}, Range: @{tmoverange1d}}} {{attack=[[1d20]]}} {{AC=[[@{tmoveac1d}-{floor(@{tmovedmgstat1d}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy1}+@{accstg1})]]}} {{damage=[[[[@{tmovedmgdieamount1d}+@{Pokemon_MiscdamageDice1}]]d[[@{tmovedmgdie1d}]]+[[@{tmovestab1d}*@{stab1}]]+[[@{tmovedmgstat1d}]]+@{tmovedmgbonus1d}+@{Pokemon_Miscdamage1}]]}} {{effect=@{tmoveeffect1d}}}'></button>
|
||
<input type="text" name="attr_tmovename1d" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Tmove1e" value='&{template:Attack} {{name=@{tmovename1e}}} {{subtags=@{tmovetype1e}, @{tmovefreq1e}, Range: @{tmoverange1e}}} {{attack=[[1d20]]}} {{AC=[[@{tmoveac1e}-{floor(@{tmovedmgstat1e}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy1}+@{accstg1})]]}} {{damage=[[[[@{tmovedmgdieamount1e}+@{Pokemon_MiscdamageDice1}]]d[[@{tmovedmgdie1e}]]+[[@{tmovestab1e}*@{stab1}]]+[[@{tmovedmgstat1e}]]+@{tmovedmgbonus1e}+@{Pokemon_Miscdamage1}]]}} {{effect=@{tmoveeffect1e}}}'></button>
|
||
<input type="text" name="attr_tmovename1e" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Tmove1f" value='&{template:Attack} {{name=@{tmovename1f}}} {{subtags=@{tmovetype1f}, @{tmovefreq1f}, Range: @{tmoverange1f}}} {{attack=[[1d20]]}} {{AC=[[@{tmoveac1f}-{floor(@{tmovedmgstat1f}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy1}+@{accstg1})]]}} {{damage=[[[[@{tmovedmgdieamount1f}+@{Pokemon_MiscdamageDice1}]]d[[@{tmovedmgdie1f}]]+[[@{tmovestab1f}*@{stab1}]]+[[@{tmovedmgstat1f}]]+@{tmovedmgbonus1f}+@{Pokemon_Miscdamage1}]]}} {{effect=@{tmoveeffect1f}}}'></button>
|
||
<input type="text" name="attr_tmovename1f" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Tmove1g" value='&{template:Attack} {{name=@{tmovename1g}}} {{subtags=@{tmovetype1g}, @{tmovefreq1g}, Range: @{tmoverange1g}}} {{attack=[[1d20]]}} {{AC=[[@{tmoveac1g}-{floor(@{tmovedmgstat1g}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy1}+@{accstg1})]]}} {{damage=[[[[@{tmovedmgdieamount1g}+@{Pokemon_MiscdamageDice1}]]d[[@{tmovedmgdie1g}]]+[[@{tmovestab1g}*@{stab1}]]+[[@{tmovedmgstat1g}]]+@{tmovedmgbonus1g}+@{Pokemon_Miscdamage1}]]}} {{effect=@{tmoveeffect1g}}}'></button>
|
||
<input type="text" name="attr_tmovename1g" class="sheet-med2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Type</h4><br>
|
||
<input type="text" name="attr_tmovetype1a" class="sheet-small"><br>
|
||
<input type="text" name="attr_tmovetype1b" class="sheet-small"><br>
|
||
<input type="text" name="attr_tmovetype1c" class="sheet-small"><br>
|
||
<input type="text" name="attr_tmovetype1d" class="sheet-small"><br>
|
||
<input type="text" name="attr_tmovetype1e" class="sheet-small"><br>
|
||
<input type="text" name="attr_tmovetype1f" class="sheet-small"><br>
|
||
<input type="text" name="attr_tmovetype1g" class="sheet-small"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>STAB</h4><br>
|
||
<input type="number" name="attr_tmovestab1a" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_tmovestab1b" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_tmovestab1c" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_tmovestab1d" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_tmovestab1e" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_tmovestab1f" class="sheet-move3" value="0">
|
||
<br>
|
||
<input type="number" name="attr_tmovestab1g" class="sheet-move3" value="0">
|
||
<br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Damage</h4><br>
|
||
<input type="number" name="attr_tmovedmgdieamount1a" class="sheet-move" min="0">
|
||
<select name="attr_tmovedmgdie1a" class="sheet-shorter">
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_tmovedmgbonus1a" class="sheet-move"><br>
|
||
|
||
|
||
<input type="number" name="attr_tmovedmgdieamount1b" class="sheet-move2" min="0">
|
||
<select name="attr_tmovedmgdie1b" class="sheet-shorter3">
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_tmovedmgbonus1b" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_tmovedmgdieamount1c" class="sheet-move2" min="0">
|
||
<select name="attr_tmovedmgdie1c" class="sheet-shorter3">
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_tmovedmgbonus1c" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_tmovedmgdieamount1d" class="sheet-move2" min="0">
|
||
<select name="attr_tmovedmgdie1d" class="sheet-shorter3">
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_tmovedmgbonus1d" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_tmovedmgdieamount1e" class="sheet-move2" min="0">
|
||
<select name="attr_tmovedmgdie1e" class="sheet-shorter3">
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_tmovedmgbonus1e" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_tmovedmgdieamount1f" class="sheet-move2" min="0">
|
||
<select name="attr_tmovedmgdie1f" class="sheet-shorter3">
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_tmovedmgbonus1f" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_tmovedmgdieamount1g" class="sheet-move2" min="0">
|
||
<select name="attr_tmovedmgdie1g" class="sheet-shorter3">
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="4">d4</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_tmovedmgbonus1g" class="sheet-move2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Attribute</h4><br>
|
||
<select name="attr_tmovedmgstat1a" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{pokemon_atk1c})">ATK</option>
|
||
<option value="(@{pokemon_satk1c})">SATK</option>
|
||
<option value="(@{pokemon_def1c})">DEF</option>
|
||
<option value="(@{pokemon_sdef1c})">SDEF</option>
|
||
<option value="(@{pokemon_spd1c})">SPD</option>
|
||
<option value="(@{pokemon_hpstat1c})">HP</option>
|
||
</select><br>
|
||
<select name="attr_tmovedmgstat1b" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{pokemon_atk1c})">ATK</option>
|
||
<option value="(@{pokemon_satk1c})">SATK</option>
|
||
<option value="(@{pokemon_def1c})">DEF</option>
|
||
<option value="(@{pokemon_sdef1c})">SDEF</option>
|
||
<option value="(@{pokemon_spd1c})">SPD</option>
|
||
<option value="(@{pokemon_hpstat1c})">HP</option>
|
||
</select><br>
|
||
<select name="attr_tmovedmgstat1c" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{pokemon_atk1c})">ATK</option>
|
||
<option value="(@{pokemon_satk1c})">SATK</option>
|
||
<option value="(@{pokemon_def1c})">DEF</option>
|
||
<option value="(@{pokemon_sdef1c})">SDEF</option>
|
||
<option value="(@{pokemon_spd1c})">SPD</option>
|
||
<option value="(@{pokemon_hpstat1c})">HP</option>
|
||
</select><br>
|
||
<select name="attr_tmovedmgstat1d" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{pokemon_atk1c})">ATK</option>
|
||
<option value="(@{pokemon_satk1c})">SATK</option>
|
||
<option value="(@{pokemon_def1c})">DEF</option>
|
||
<option value="(@{pokemon_sdef1c})">SDEF</option>
|
||
<option value="(@{pokemon_spd1c})">SPD</option>
|
||
<option value="(@{pokemon_hpstat1c})">HP</option>
|
||
</select><br>
|
||
<select name="attr_tmovedmgstat1e" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{pokemon_atk1c})">ATK</option>
|
||
<option value="(@{pokemon_satk1c})">SATK</option>
|
||
<option value="(@{pokemon_def1c})">DEF</option>
|
||
<option value="(@{pokemon_sdef1c})">SDEF</option>
|
||
<option value="(@{pokemon_spd1c})">SPD</option>
|
||
<option value="(@{pokemon_hpstat1c})">HP</option>
|
||
</select><br>
|
||
<select name="attr_tmovedmgstat1f" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{pokemon_atk1c})">ATK</option>
|
||
<option value="(@{pokemon_satk1c})">SATK</option>
|
||
<option value="(@{pokemon_def1c})">DEF</option>
|
||
<option value="(@{pokemon_sdef1c})">SDEF</option>
|
||
<option value="(@{pokemon_spd1c})">SPD</option>
|
||
<option value="(@{pokemon_hpstat1c})">HP</option>
|
||
</select><br>
|
||
<select name="attr_tmovedmgstat1g" class="sheet-short2">
|
||
<option value="0">N/A</option>
|
||
<option value="(@{pokemon_atk1c})">ATK</option>
|
||
<option value="(@{pokemon_satk1c})">SATK</option>
|
||
<option value="(@{pokemon_def1c})">DEF</option>
|
||
<option value="(@{pokemon_sdef1c})">SDEF</option>
|
||
<option value="(@{pokemon_spd1c})">SPD</option>
|
||
<option value="(@{pokemon_hpstat1c})">HP</option>
|
||
</select><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Frequency</h4><br>
|
||
<input type="text" name="attr_tmovefreq1a" class="sheet-med2"><br>
|
||
<input type="text" name="attr_tmovefreq1b" class="sheet-med2"><br>
|
||
<input type="text" name="attr_tmovefreq1c" class="sheet-med2"><br>
|
||
<input type="text" name="attr_tmovefreq1d" class="sheet-med2"><br>
|
||
<input type="text" name="attr_tmovefreq1e" class="sheet-med2"><br>
|
||
<input type="text" name="attr_tmovefreq1f" class="sheet-med2"><br>
|
||
<input type="text" name="attr_tmovefreq1g" class="sheet-med2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>AC</h4><br>
|
||
<input type="number" name="attr_tmoveac1a" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_tmoveac1b" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_tmoveac1c" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_tmoveac1d" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_tmoveac1e" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_tmoveac1f" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_tmoveac1g" class="sheet-move3" value="2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Range</h4><br>
|
||
<input type="text" name="attr_tmoverange1a" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_tmoverange1b" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_tmoverange1c" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_tmoverange1d" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_tmoverange1e" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_tmoverange1f" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_tmoverange1g" class="sheet-shortish"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Effect/Notes</h4><br>
|
||
<input type="text" name="attr_tmoveeffect1a" class="sheet-type"><br>
|
||
<input type="text" name="attr_tmoveeffect1b" class="sheet-type"><br>
|
||
<input type="text" name="attr_tmoveeffect1c" class="sheet-type"><br>
|
||
<input type="text" name="attr_tmoveeffect1d" class="sheet-type"><br>
|
||
<input type="text" name="attr_tmoveeffect1e" class="sheet-type"><br>
|
||
<input type="text" name="attr_tmoveeffect1f" class="sheet-type"><br>
|
||
<input type="text" name="attr_tmoveeffect1g" class="sheet-type"><br>
|
||
</div>
|
||
</div>
|
||
|
||
<h3 style="text-align: center;">Skills</h3>
|
||
<span class="sheet-atr"> Name Value Mod Effect/Notes</span>
|
||
<table style="width: 100%;">
|
||
<thead>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>Overland</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value1a" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1a_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Overland Check}} {{skill=[[1d20+[[@{capabililty_value1a}+@{capabililty_value1a_mod}]]]]}} {{effect= @{pokemon_name1} performs an Overland Check}}' name='roll_OverlandCheck1' /> <--removed +?{Misc. Skill Bonus}-->
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1a" class="sheet-long"></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Surface</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value1b" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1b_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Surface Check}} {{skill=[[1d20+[[@{capabililty_value1b}+@{capabililty_value1b_mod}]]]]}} {{effect= @{pokemon_name1} performs a Surface Check}}' name='roll_SurfaceCheck1' />
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1b" class="sheet-long"></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Underwater</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value1c" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1c_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Underwater Check}} {{skill=[[1d20+[[@{capabililty_value1c}+@{capabililty_value1c_mod}]]]]}} {{effect= @{pokemon_name1} performs an Underwater Check}}' name='roll_UnderwaterCheck1' />
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1c" class="sheet-long"></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Sky</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value1d" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1d_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Sky Check}} {{skill=[[1d20+[[@{capabililty_value1d}+@{capabililty_value1d_mod}]]]]}} {{effect= @{pokemon_name1} performs a Sky Check}}' name='roll_SkyCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1d" class="sheet-long"></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Burrow</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value1e" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1e_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Burrow Check}} {{skill=[[1d20+[[@{capabililty_value1e}+@{capabililty_value1e_mod}]]]]}} {{effect= @{pokemon_name1} performs a Burrow Check}}' name='roll_BurrowCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1e" class="sheet-long"></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Jump</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value1f" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1f_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Jump Check}} {{skill=[[1d20+[[@{capabililty_value1f}+@{capabililty_value1f_mod}]]]]}} {{effect= @{pokemon_name1} performs a Jump Check}}' name='roll_JumpCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1f" class="sheet-long"></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Power</td>
|
||
<td>
|
||
<select name="attr_capabililty_value1g" class="sheet-shorter2">
|
||
<option value="-9">1 (-9)</option>
|
||
<option value="-8">2 (-8)</option>
|
||
<option value="-7">3 (-7)</option>
|
||
<option value="-6">4 (-6)</option>
|
||
<option value="-5">5 (-5)</option>
|
||
<option value="-4">6 (-4)</option>
|
||
<option value="-3">7 (-3)</option>
|
||
<option value="-2">8 (-2)</option>
|
||
<option value="-1">9 (-1)</option>
|
||
<option value="0">10 (+0)</option>
|
||
<option value="0+0">11 (+0)</option>
|
||
<option value="1">12 (+1)</option>
|
||
<option value="1+0">13 (+1)</option>
|
||
<option value="2">14 (+2)</option>
|
||
<option value="2+0">15 (+2)</option>
|
||
<option value="3">16 (+3)</option>
|
||
<option value="3+0">17 (+3)</option>
|
||
<option value="4">18 (+4)</option>
|
||
<option value="4+0">19 (+4)</option>
|
||
<option value="5">20 (+5)</option>
|
||
<option value="5+0">21 (+5)</option>
|
||
<option value="6">22 (+6)</option>
|
||
<option value="6+0">23 (+6)</option>
|
||
<option value="7">24 (+7)</option>
|
||
<option value="7+0">25 (+7)</option>
|
||
<option value="8">26 (+8)</option>
|
||
<option value="8+0">27 (+8)</option>
|
||
<option value="9">28 (+9)</option>
|
||
<option value="9+0">29 (+9)</option>
|
||
<option value="10">30 (+10)</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1g_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Power Check}} {{skill=[[1d20+[[@{capabililty_value1g}+@{capabililty_value1g_mod}]]]]}} {{effect= @{pokemon_name1} performs a Power Check}}' name='roll_PowerCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1g" class="sheet-long"></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Intelligence</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value1h" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1h_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Intelligence Check}} {{skill=[[1d20+[[@{capabililty_value1h}+@{capabililty_value1h_mod}]]]]}} {{effect= @{pokemon_name1} performs an Intelligence Check}}' name='roll_IntelligenceCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1h" class="sheet-long"></td>
|
||
</tr>
|
||
</tr>
|
||
<tr>
|
||
<td>Reach</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value2" value="1" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value2_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Reach Check}} {{skill=[[1d20+[[@{capabililty_value2}+@{capabililty_value2_mod}]]]]}} {{effect= @{pokemon_name1} performs an Reach Check}}' name='roll_ReachCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect2" class="sheet-long"></td>
|
||
</tr>
|
||
</tr>
|
||
<tr>
|
||
<td>Healer</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value2a" value="0" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value2a_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Heal Check}} {{skill=[[1d20+[[@{capabililty_value2a}+@{capabililty_value2a_mod}]]]]}} {{effect= @{pokemon_name1} performs an Healer Check}}' name='roll_HealCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect3" class="sheet-long"></td>
|
||
</tr>
|
||
</tr>
|
||
<tr>
|
||
<td>Crop Yielder</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value2b" value="0" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value2b_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Heal Check}} {{skill=[[1d20+[[@{capabililty_value2b}+@{capabililty_value2b_mod}]]]]}} {{effect= @{pokemon_name1} performs an Crop Yielder Check}}' name='roll_HealCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect4" class="sheet-long"></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
<fieldset class="repeating_skills">
|
||
<table style="width: 100%;">
|
||
<tbody>
|
||
<tr>
|
||
<td><input type="text" name="attr_capabililty_name1i" class="sheet-repeatmed"></td>
|
||
<td> </td>
|
||
<td><input type="text" name="attr_capabililty_effect1i" class="sheet-repeatlong"></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</fieldset>
|
||
<br>
|
||
<h3 style="text-align: center;">Vitamins</h3>
|
||
<table style="width: 100%;">
|
||
<tbody>
|
||
<tr>
|
||
<td> </td>
|
||
<td><span class="sheet-atr">Max Vitamin Slots:</span>
|
||
<input type="text" name="attr_maxvitamin" value="5" class="sheet-short"></td>
|
||
<td> </td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
<br>
|
||
<table style="width: 100%;">
|
||
<tbody>
|
||
<tr>
|
||
<td>Name</td>
|
||
<td> </td>
|
||
<td>Effect</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<fieldset class="repeating_vitamins">
|
||
<table style="width: 100%;">
|
||
<tbody>
|
||
<tr>
|
||
<td><input type="text" name="attr_vitamin_name1i" class="sheet-repeatmed"></td>
|
||
<td> </td>
|
||
<td><input type="text" name="attr_vitamin_effect1i" class="sheet-repeatlong"></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</fieldset>
|
||
<br>
|
||
<h3 style="text-align: center;">Death Checks</h3>
|
||
<table style="width: 105%;">
|
||
<thead>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>Death Check Mod </td>
|
||
<td><input type="number" name="attr_death1" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Death Check}} {{skill=[[1d100+@{stab1}+@{death1}]]}} {{effect= @{character_name} performs a Death Check, 50 or higher is a success.}}' name='roll_DeathCheck1'/></td>
|
||
</tr>
|
||
<tr>
|
||
<td># Of Death Failures </td>
|
||
<td><input type="number" name="attr_failed_death1" class="sheet-short" Value="0" min="0">
|
||
</tr>
|
||
<tr>
|
||
<td># Of Death Successes </td>
|
||
<td><input type="number" name="attr_succeeded_death1" class="sheet-short" Value="0" min="0">
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<br>
|
||
<h3 style="text-align: center;">Notes</h3>
|
||
<textarea name="attr_pokemon_notes_1"></textarea>
|
||
</div>
|
||
|
||
|
||
<!--Contest Sheet-->
|
||
<div class="sheet-tab-content sheet-tab4">
|
||
|
||
<h3 style="text-align: center; font-weight: bold;">Contest</h3>
|
||
<br>
|
||
|
||
<div class="sheet-2colrow">
|
||
|
||
<div class="sheet-col">
|
||
<!--Contest Sheet Shares attributes with the Pokemon sheet all values from Nickname to Tera Type are shared between the Pokemon Sheet-->
|
||
<label>Nickname:</label><input type="text" name="attr_pokemon_name1" class='sheet-long' /> <br>
|
||
<label>Species:</label><input type="text" name="attr_pokemon_species1" class='sheet-long' /> <br>
|
||
<label>Type:</label><input type="text" name="attr_pokemon_typea1" class='sheet-type' /><input type="text" name="attr_pokemon_typeb1" class='sheet-type' /><br>
|
||
<label>Item:</label><input type="text" name="attr_pokemon_item1" class='sheet-long' /> <br>
|
||
<label>Nature:</label>
|
||
<select name="attr_nature1" class="sheet-long">
|
||
<option value="Likes: Nothing | Dislikes: Nothing"> Composed (No Stat Change)</option>
|
||
<option value="Likes: Nothing | Dislikes: Nothing "> Dull (No Stat Change)</option>
|
||
<option value="Likes: Nothing | Dislikes: Nothing "> Patient (No Stat Change)</option>
|
||
<option value="Likes: Nothing | Dislikes: Nothing "> Poised (No Stat Change)</option>
|
||
<option value="Likes: Nothing | Dislikes: Nothing "> Stoic (No Stat Change)</option>
|
||
<option value="Likes: Nothing | Dislikes: Spicy (Cool)"> Hardy (+1 HP, -2 ATK)</option>
|
||
<option value="Likes: Nothing | Dislikes: Sour (Tough)"> Docile (+1 HP, -2 DEF)</option>
|
||
<option value="Likes: Nothing | Dislikes: Dry (Beauty)"> Proud (+1 HP, -2 SATK)</option>
|
||
<option value="Likes: Nothing | Dislikes: Bitter (Smart)"> Quirky (+1 HP, -2 SDEF)</option>
|
||
<option value="Likes: Nothing | Dislikes: Sweet (Cute)"> Lazy (+1 HP, -2 SPD)</option>
|
||
<option value="Likes: Spicy (Cool) | Dislikes: Nothing"> Desperate (+2 ATK, -1 HP)</option>
|
||
<option value="Likes: Spicy (Cool) | Dislikes: Sour (Tough)"> Lonely (+2 ATK, -2 DEF)</option>
|
||
<option value="Likes: Spicy (Cool) | Dislikes: Dry (Beauty)"> Adamant (+2 ATK, -2 SATK)</option>
|
||
<option value="Likes: Spicy (Cool) | Dislikes: Bitter (Smart)"> Naughty (+2 ATK, -2 SDEF)</option>
|
||
<option value="Likes: Spicy (Cool) | Dislikes: Sweet (Cute)"> Brave (+2 ATK, -2 SPD)</option>
|
||
<option value="Likes: Sour (Tough) | Dislikes: Nothing"> Stark (+2 DEF, -1 HP)</option>
|
||
<option value="Likes: Sour (Tough) | Dislikes: Spicy (Cool)"> Bold (+2 DEF, -2 ATK)</option>
|
||
<option value="Likes: Sour (Tough) | Dislikes: Dry (Beauty)"> Impish (+2 DEF, -2 SATK)</option>
|
||
<option value="Likes: Sour (Tough) | Dislikes: Bitter (Smart)"> Lax (+2 DEF, -2 SDEF)</option>
|
||
<option value="Likes: Sour (Tough) | Dislikes: Sweet (Cute)"> Relaxed (+2 DEF, -2 SPD)</option>
|
||
<option value="Likes: Dry (Beauty) | Dislikes: Nothing"> Bashful (+2 SATK, -1 HP)</option>
|
||
<option value="Likes: Dry (Beauty) | Dislikes: Spicy (Cool)"> Modest (+2 SATK, -2 ATK)</option>
|
||
<option value="Likes: Dry (Beauty) | Dislikes: Sour (Tough)"> Mild (+2 SATK, -2 DEF)</option>
|
||
<option value="Likes: Dry (Beauty) | Dislikes: Bitter (Smart)"> Rash (+2 SATK, -2 SDEF)</option>
|
||
<option value="Likes: Dry (Beauty) | Dislikes: Sweet (Cute)"> Quiet (+2 SATK, -2 SPD)</option>
|
||
<option value="Likes: Bitter (Smart) | Dislikes: Nothing"> Sickly (+2 SDEF, -1 HP)</option>
|
||
<option value="Likes: Bitter (Smart) | Dislikes: Spicy (Cool)"> Calm (+2 SDEF, -2 ATK)</option>
|
||
<option value="Likes: Bitter (Smart) | Dislikes: Sour (Tough)"> Gentle (+2 SDEF, -2 DEF)</option>
|
||
<option value="Likes: Bitter (Smart) | Dislikes: Dry (Beauty)"> Careful (+2 SDEF, -2 SATK)</option>
|
||
<option value="Likes: Bitter (Smart) | Dislikes: Sweet (Cute)"> Sassy (+2 SDEF, -2 SPD)</option>
|
||
<option value="Likes: Sweet (Cute) | Dislikes: Nothing"> Serious (+2 SPD, -1 HP)</option>
|
||
<option value="Likes: Sweet (Cute) | Dislikes: Spicy (Cool)"> Timid (+2 SPD, -2 ATK)</option>
|
||
<option value="Likes: Sweet (Cute)| Dislikes: Sour (Tough)"> Hasty (+2 SPD, -2 DEF)</option>
|
||
<option value="Likes: Sweet (Cute) | Dislikes: Dry (Beauty)"> Jolly (+2 SPD, -2 SATK)</option>
|
||
<option value="Likes: Sweet (Cute) | Dislikes: Bitter (Smart)"> Naive (+2 SPD, -2 SDEF)</option>
|
||
</select>
|
||
<br>
|
||
<label>Preferred Flavors:</label><input type="text" name="attr_like1" value="@{nature1}" class='sheet-long1' disabled="true"/> <br>
|
||
<br>
|
||
<label>STAB:</label>
|
||
<input type="number" name="attr_stab1" value="(floor(@{pokemon_level1}/4)+@{stab_bonus1}+1)" class="sheet-med" disabled="true" data-formula="(floor(@{pokemon_level1}/4)+@{stab_bonus1})">
|
||
<label>STAB-Mod:</label>
|
||
<input type="number" name="attr_stab_bonus1" value="0" class="sheet-med" data-formula="(floor(@{pokemon_level1}/5))">
|
||
|
||
</div>
|
||
|
||
<div class="sheet-col">
|
||
|
||
<label>Level:</label><input type="number" name="attr_pokemon_level1" value="1" min="1">
|
||
<label>Total XP:</label><input type="text" name="attr_pokemon_xp1" class="sheet-xp"><br>
|
||
<label>Gender:</label><input type="text" name="attr_pokemon_gender1" class="sheet-long"><br>
|
||
<label>Height:</label><input type="text" name="attr_pokemon_height1" class="sheet-long"><br>
|
||
<label>Weight:</label><input type="text" name="attr_pokemon_wieght1" class="sheet-long"><br>
|
||
<label>Diet:</label><input type="text" name="attr_pokemon_diet1" class="sheet-long"><br>
|
||
<span class="sheet-atr">Egg-Group: </span><input type="text" name="attr_pokemon_group1" class="sheet-long"><br>
|
||
<span class="sheet-atr">Tera-Type: </span><input type="text" name="attr_pokemon_tera1" class="sheet-long"><br>
|
||
<span class="sheet-atr">Status 1: </span><input type="text" name="attr_pokemon_status1a" class="sheet-long"><br>
|
||
<span class="sheet-atr">Status 2: </span><input type="text" name="attr_pokemon_status1b" class="sheet-long"><br>
|
||
<br>
|
||
<!--This is all on the same line-->
|
||
<span class="sheet-atr">Burned </span><span><input type="checkbox" name="attr_Burned1" value="1" class="sheet-short"></span>
|
||
<span class="sheet-atr">Paralyzed </span><span><input type="checkbox" name="attr_Paralyzed1" value="1" class="sheet-short"></span>
|
||
<span class="sheet-atr">Poisoned </span><span><input type="checkbox" name="attr_Poisoned1" value="1" class="sheet-short"></span><br>
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<hr/>
|
||
|
||
<div class="sheet-3colrow">
|
||
<div class="sheet-col">
|
||
<!--Used to display the contest stats of a Pokemon. The Totals for Available and stat just show how much are available, however the total Maximum points a Pokemon can
|
||
have change on the trainer's class. It defaults to 20 since that is the Maximum amount of Points you can invest in that stat by default.-->
|
||
<h3>Contest Stats</h3>
|
||
<table style="width: 100%;">
|
||
<thead>
|
||
<tr>
|
||
<th>Type</th>
|
||
<th>Available</th>
|
||
<th>Stat</th>
|
||
<th>Max</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>Beauty</td>
|
||
<td><input type="number" name="attr_pokemon_beautystata" class="sheet-short" value="0"/> /</td>
|
||
<td><input type="number" name="attr_pokemon_beautystatb" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_beautystatc" class="sheet-short" value="12"/></td>
|
||
<td><button type='roll' value= '&{template:skill} {{name=Beauty Check}} {{skill=[[1d20+[[@{pokemon_beautystata}]]]]}} {{effect= @{pokemon_name1} performs an Beauty Check}}' name='roll_BeautyCheck1' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Cool</td>
|
||
<td><input type="number" name="attr_pokemon_coolstata" class="sheet-short" value="0"/> /</td>
|
||
<td><input type="number" name="attr_pokemon_coolstatb" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_coolstatc" class="sheet-short" value="12"/></td>
|
||
<td><button type='roll' value= '&{template:skill} {{name=Cool Check}} {{skill=[[1d20+[[@{pokemon_coolstata}]]]]}} {{effect= @{pokemon_name1} performs an Cool Check}}' name='roll_CoolCheck1' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Cute</td>
|
||
<td><input type="number" name="attr_pokemon_cutestata" class="sheet-short" value="0"/> /</td>
|
||
<td><input type="number" name="attr_pokemon_cutestatb" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_cutestatc" class="sheet-short" value="12"/></td>
|
||
<td><button type='roll' value= '&{template:skill} {{name=Cute Check}} {{skill=[[1d20+[[@{pokemon_cutestata}]]]]}} {{effect= @{pokemon_name1} performs an Cute Check}}' name='roll_CuteCheck1' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Smart</td>
|
||
<td><input type="number" name="attr_pokemon_smartstata" class="sheet-short" value="0"/> /</td>
|
||
<td><input type="number" name="attr_pokemon_smartstatb" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_smartstatc" class="sheet-short" value="12"/></td>
|
||
<td><button type='roll' value= '&{template:skill} {{name=Smart Check}} {{skill=[[1d20+[[@{pokemon_smartstata}]]]]}} {{effect= @{pokemon_name1} performs an Smart Check}}' name='roll_SmartCheck1' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Tough</td>
|
||
<td><input type="number" name="attr_pokemon_toughstata" class="sheet-short" value="0"/> /</td>
|
||
<td><input type="number" name="attr_pokemon_toughstatb" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_toughstatc" class="sheet-short" value="12"/></td>
|
||
<td><button type='roll' value= '&{template:skill} {{name=Tough Check}} {{skill=[[1d20+[[@{pokemon_toughstata}]]]]}} {{effect= @{pokemon_name1} performs an Tough Check}}' name='roll_ToughCheck1' /></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Total</td>
|
||
<td><input type="number" name="attr_pokemon_totalstata" class="sheet-short" value="(@{pokemon_beautystata}+@{pokemon_coolstata}+@{pokemon_cutestata}+@{pokemon_smartstata}+@{pokemon_toughstata})" disabled="true"/> /</td>
|
||
<td><input type="number" name="attr_pokemon_totalstatb" class="sheet-short" value="(@{pokemon_beautystatb}+@{pokemon_coolstatb}+@{pokemon_cutestatb}+@{pokemon_smartstatb}+@{pokemon_toughstatb})" disabled="true"/></td>
|
||
<td><input type="number" name="attr_pokemon_totalstatc" class="sheet-short" value="20"/></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<div class="sheet-col">
|
||
<span class="sheet-atr">Accessory 1: </span><input type="text" class="sheet-long" name="attr_pokemon_accessory1"/><br>
|
||
<span class="sheet-atr">Accessory 2: </span><input type="text" class="sheet-long" name="attr_pokemon_accessory2"/><br>
|
||
<span class="sheet-atr">Accessory 3: </span><input type="text" class="sheet-long" name="attr_pokemon_accessory3"/><br>
|
||
</div>
|
||
<div class="sheet-col">
|
||
<span class="sheet-atr">Description 1: </span><input type="text" class="sheet-long" name="attr_pokemon_accessorydesc1"/><br>
|
||
<span class="sheet-atr">Description 2: </span><input type="text" class="sheet-long" name="attr_pokemon_accessorydesc2"/><br>
|
||
<span class="sheet-atr">Description 3: </span><input type="text" class="sheet-long" name="attr_pokemon_accessorydesc3"/><br>
|
||
</div>
|
||
|
||
</div>
|
||
<br>
|
||
<div class="sheet-3colrow">
|
||
|
||
<div class="sheet-col">
|
||
|
||
<table style="width: 120%;">
|
||
<thead>
|
||
<tr>
|
||
<th>Stat</th>
|
||
<th>Base</th>
|
||
<th>Level</th>
|
||
<th>Temp</th>
|
||
<th>Total</th>
|
||
<th>Stages</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>HP</td>
|
||
<td><input type="number" name="attr_pokemon_hpstat1a" class="sheet-short"/></td>
|
||
<td><input type="number" name="attr_pokemon_hpstat1b" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_hpstat1temp" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_hpstat1c" value="(@{pokemon_hpstat1a}+@{pokemon_hpstat1b}+@{pokemon_hpstat1temp}+@{pokemon_hpstat1Eggbonus})" disabled="true" class="sheet-short" /></td>
|
||
<td></td>
|
||
</tr>
|
||
<tr>
|
||
<td>ATK</td>
|
||
<td><input type="number" name="attr_pokemon_atk1a" class="sheet-short" /></td>
|
||
<td><input type="number" name="attr_pokemon_atk1b" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_atkstat1temp" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_atk1c" value="floor(@{atkstg1}*(0.5**@{Burned1}))" disabled="true" class="sheet-short" /></td>
|
||
<td><select name="attr_atkstg1" class="sheet-shorter2">
|
||
<option value="ceil((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus}))">0</option>
|
||
<option value="ceil((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*1.25)">1</option>
|
||
<option value="ceil((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*1.5)">2</option>
|
||
<option value="ceil((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*1.75)">3</option>
|
||
<option value="ceil((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*2)">4</option>
|
||
<option value="ceil((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*2.25)">5</option>
|
||
<option value="ceil((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*2.5)">6</option>
|
||
<option value="floor((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*.85)">-1</option>
|
||
<option value="floor((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*.70)">-2</option>
|
||
<option value="floor((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*.55)">-3</option>
|
||
<option value="floor((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*.40)">-4</option>
|
||
<option value="floor((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*.25)">-5</option>
|
||
<option value="floor((@{pokemon_atk1a}+@{pokemon_atk1b}+@{pokemon_atkstat1temp}+@{pokemon_atk1Eggbonus})*.10)">-6</option></select></td>
|
||
</tr>
|
||
<tr>
|
||
<td>DEF</td>
|
||
<td><input type="number" name="attr_pokemon_def1a" class="sheet-short" /></td>
|
||
<td><input type="number" name="attr_pokemon_def1b" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_defstat1temp" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_def1c" value="(@{defstg1})" disabled="true" class="sheet-short" /></td>
|
||
<td><select name="attr_defstg1" class="sheet-shorter2">
|
||
<option value="ceil((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus}))">0</option>
|
||
<option value="ceil((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*1.25)">1</option>
|
||
<option value="ceil((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*1.5)">2</option>
|
||
<option value="ceil((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*1.75)">3</option>
|
||
<option value="ceil((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*2)">4</option>
|
||
<option value="ceil((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*2.25)">5</option>
|
||
<option value="ceil((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*2.5)">6</option>
|
||
<option value="floor((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*.85)">-1</option>
|
||
<option value="floor((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*.70)">-2</option>
|
||
<option value="floor((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*.55)">-3</option>
|
||
<option value="floor((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*.40)">-4</option>
|
||
<option value="floor((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*.25)">-5</option>
|
||
<option value="floor((@{pokemon_def1a}+@{pokemon_def1b}+@{pokemon_defstat1temp}+@{pokemon_def1Eggbonus})*.10)">-6</option></select></td>
|
||
</tr>
|
||
<tr>
|
||
<td>SATK</td>
|
||
<td><input type="number" name="attr_pokemon_satk1a" class="sheet-short" /></td>
|
||
<td><input type="number" name="attr_pokemon_satk1b" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_satkstat1temp" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_satk1c" value="floor(@{satkstg1}*(0.5**@{Poisoned1}))" disabled="true" class="sheet-short" /></td>
|
||
<td><select name="attr_satkstg1" class="sheet-shorter2">
|
||
<option value="ceil((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus}))">0</option>
|
||
<option value="ceil((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*1.25)">1</option>
|
||
<option value="ceil((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*1.5)">2</option>
|
||
<option value="ceil((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*1.75)">3</option>
|
||
<option value="ceil((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*2)">4</option>
|
||
<option value="ceil((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*2.25)">5</option>
|
||
<option value="ceil((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*2.5)">6</option>
|
||
<option value="floor((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*.85)">-1</option>
|
||
<option value="floor((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*.70)">-2</option>
|
||
<option value="floor((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*.55)">-3</option>
|
||
<option value="floor((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*.40)">-4</option>
|
||
<option value="floor((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*.25)">-5</option>
|
||
<option value="floor((@{pokemon_satk1a}+@{pokemon_satk1b}+@{pokemon_satkstat1temp}+@{pokemon_satk1Eggbonus})*.10)">-6</option></select></td>
|
||
</tr>
|
||
<tr>
|
||
<td>SDEF</td>
|
||
<td><input type="number" name="attr_pokemon_sdef1a" class="sheet-short" /></td>
|
||
<td><input type="number" name="attr_pokemon_sdef1b" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_sdefstat1temp" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_sdef1c" value="(@{sdefstg1})" disabled="true" class="sheet-short" /></td>
|
||
<td><select name="attr_sdefstg1" class="sheet-shorter2">
|
||
<option value="ceil((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus}))">0</option>
|
||
<option value="ceil((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*1.25)">1</option>
|
||
<option value="ceil((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*1.5)">2</option>
|
||
<option value="ceil((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*1.75)">3</option>
|
||
<option value="ceil((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*2)">4</option>
|
||
<option value="ceil((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*2.25)">5</option>
|
||
<option value="ceil((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*2.5)">6</option>
|
||
<option value="floor((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*.85)">-1</option>
|
||
<option value="floor((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*.70)">-2</option>
|
||
<option value="floor((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*.55)">-3</option>
|
||
<option value="floor((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*.40)">-4</option>
|
||
<option value="floor((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*.25)">-5</option>
|
||
<option value="floor((@{pokemon_sdef1a}+@{pokemon_sdef1b}+@{pokemon_sdefstat1temp}+@{pokemon_sdef1Eggbonus})*.10)">-6</option></select></td>
|
||
</tr>
|
||
<tr>
|
||
<td>SPD</td>
|
||
<td><input type="number" name="attr_pokemon_spd1a" class="sheet-short" /></td>
|
||
<td><input type="number" name="attr_pokemon_spd1b" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_spdstat1temp" class="sheet-short" value="0"/></td>
|
||
<td><input type="number" name="attr_pokemon_spd1c" value="floor(@{spdstg1}*(0.5**@{Paralyzed1}))" disabled="true" class="sheet-short" /></td>
|
||
<td><select name="attr_spdstg1" class="sheet-shorter2">
|
||
<option value="ceil((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus}))">0</option>
|
||
<option value="ceil((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*1.25)">1</option>
|
||
<option value="ceil((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*1.5)">2</option>
|
||
<option value="ceil((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*1.75)">3</option>
|
||
<option value="ceil((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*2)">4</option>
|
||
<option value="ceil((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*2.25)">5</option>
|
||
<option value="ceil((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*2.5)">6</option>
|
||
<option value="floor((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*.85)">-1</option>
|
||
<option value="floor((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*.70)">-2</option>
|
||
<option value="floor((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*.55)">-3</option>
|
||
<option value="floor((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*.40)">-4</option>
|
||
<option value="floor((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*.25)">-5</option>
|
||
<option value="floor((@{pokemon_spd1a}+@{pokemon_spd1b}+@{pokemon_spdstat1temp}+@{pokemon_spd1Eggbonus})*.10)">-6</option></select></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Total</td>
|
||
<td><input type="number" name="attr_pokemon_base_total1" class="sheet-short" value="@{pokemon_hpstat1a}+@{pokemon_atk1a}+@{pokemon_def1a}+@{pokemon_satk1a}+@{pokemon_sdef1a}+@{pokemon_spd1a}" disabled="true"/></td>
|
||
<td><input type="number" name="attr_pokemon_base_total1" class="sheet-short" value="@{pokemon_hpstat1b}+@{pokemon_atk1b}+@{pokemon_def1b}+@{pokemon_satk1b}+@{pokemon_sdef1b}+@{pokemon_spd1b}" disabled="true"/></td>
|
||
<td></td>
|
||
<td>Acc.</td>
|
||
<td><select name="attr_accstg1" class="sheet-shorter2">
|
||
<option value="0">0</option>
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="-1">-1</option>
|
||
<option value="-2">-2</option>
|
||
<option value="-3">-3</option>
|
||
<option value="-4">-4</option>
|
||
<option value="-5">-5</option>
|
||
<option value="-6">-6</option></select></td>
|
||
</tr>
|
||
<tr>
|
||
<td></td>
|
||
<td>Max</td>
|
||
<td><input type="number" name="attr_pokemon_max_total1" class="sheet-short" value="@{pokemon_level1}-1" disabled="true"/></td>
|
||
<td></td>
|
||
<td>Eva.</td>
|
||
<td><select name="attr_evastg1" class="sheet-shorter2">
|
||
<option value="0">0</option>
|
||
<option value="1">1</option>
|
||
<option value="2">2</option>
|
||
<option value="3">3</option>
|
||
<option value="4">4</option>
|
||
<option value="5">5</option>
|
||
<option value="6">6</option>
|
||
<option value="-1">-1</option>
|
||
<option value="-2">-2</option>
|
||
<option value="-3">-3</option>
|
||
<option value="-4">-4</option>
|
||
<option value="-5">-5</option>
|
||
<option value="-6">-6</option></select></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<span><strong style="font-size:10px">Pokemon Initiative Mod</strong></span>
|
||
<input type="number" name="attr_pokemon_initiative1" class="sheet-short" value="0"/>
|
||
<span><strong style="font-size:11px">Add Turn:</strong></span>
|
||
<button class='sheet-long' type='roll' value= '/r (@{pokemon_spd1c}+@{pokemon_initiative1}) &{tracker}' name='roll_Initiative'/></button>
|
||
</div>
|
||
|
||
<div class="sheet-col" style="text-align: center;">
|
||
<!--Uses same evasion and accuracy calculation by using the ATK and SATK from the Pokemon Sheet-->
|
||
<h3>Evasion Bonuses</h3>
|
||
<label>ATK:</label><input type="number" name="attr_atkevasion" value="(floor(@{pokemon_def1c}/5)+@{evastg1}+@{Pokemon_MiscEvasion1})" class="sheet-med" disabled="true" data-formula="(floor(@{pokemon_def1c}/5))"><br>
|
||
<label>SATK:</label><input type="number" name="attr_satkevasion1" value="(floor(@{pokemon_sdef1c}/5)+@{evastg1}+@{Pokemon_MiscEvasion1})" class="sheet-med" disabled="true" data-formula="(floor(@{pokemon_sdef1c}/5))"><br>
|
||
<label>BOTH:</label><input type="number" name="attr_bothevasion1" value="(floor(@{pokemon_spd1c}/10)+@{evastg1}+@{Pokemon_MiscEvasion1})" class="sheet-med" disabled="true" data-formula="(floor(@{pokemon_spd1c}/10))"><br>
|
||
<h3>Accuracy Bonuses</h3>
|
||
<label>ATK:</label>
|
||
<input type="number" name="attr_atkaccuracy1" value="(floor(@{pokemon_atk1c}/10)+@{accstg1})" class="sheet-med" disabled="true" data-formula="(floor(@{pokemon_atk1c}/15))">
|
||
<br>
|
||
<label>SATK:</label>
|
||
<input type="number" name="attr_satkaccuracy1" value="(floor(@{pokemon_satk1c}/10)+@{accstg1})" class="sheet-med" disabled="true" data-formula="(floor(@{pokemon_satk1c}/15))">
|
||
</div>
|
||
|
||
<div class="sheet-col">
|
||
<!--Calculates HP and A spot to place miscellaneous bonuses that get added to appeal or accuracy. These bonuses only apply to the contest sheet except Evasion which applies to both sheets.-->
|
||
<h3 style="margin-bottom: 10px">HP</h3>
|
||
<label>Current</label>
|
||
<input type="number" name="attr_Pokemon_HP1" class="sheet-short">
|
||
<span class="sheet-atr">/</span>
|
||
<input type="number" name="attr_pokemon_HP1max" value="(@{pokemon_hpstat1c}*3+@{pokemon_level1}*2)" disabled="true" data-formula="(@{pokemon_hpstat1c}*3+@{pokemon_level1}*2)"><br>
|
||
<label>Temporary</label>
|
||
<input type="number" name="attr_Pokemon_TempHP1" class="sheet-short">
|
||
<br>
|
||
<br>
|
||
<h3 style="margin-bottom: 10px">Misc. Bonuses</h3>
|
||
<label>Accuracy</label>
|
||
<input type="number" name="attr_Pokemon_Miscaccuracy2" value="0" class="sheet-short">
|
||
<br>
|
||
<label>Evasion</label>
|
||
<input type="number" name="attr_Pokemon_MiscEvasion1" value="0" class="sheet-short">
|
||
<br>
|
||
<label>Appeal</label>
|
||
<input type="number" name="attr_Pokemon_MiscAppeal" value="0" class="sheet-short">
|
||
<br>
|
||
<label>App. Dice</label>
|
||
<input type="number" name="attr_Pokemon_MiscAppealDice" value="0" class="sheet-short">
|
||
</div>
|
||
|
||
</div>
|
||
|
||
<h3 style="text-align: center;">Abilities</h3>
|
||
<!--This is used to display the abilities a Pokemon has. Shared with the Pokemon Sheet.-->
|
||
<table style="width: 100%;">
|
||
<thead>
|
||
<tr>
|
||
<th>Name</th>
|
||
<th>Activation</th>
|
||
<th>Keyword</th>
|
||
<th>Effect/Notes</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td><input type="text" name="attr_ability_name1a" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_activation1a" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_keyword1a" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_effect1a" class="sheet-long" /></td>
|
||
</tr>
|
||
<tr>
|
||
<td><input type="text" name="attr_ability_name1b" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_activation1b" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_keyword1b" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_effect1b" class="sheet-long" /></td>
|
||
</tr>
|
||
<tr>
|
||
<td><input type="text" name="attr_ability_name1c" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_activation1c" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_keyword1c" class="sheet-med" /></td>
|
||
<td><input type="text" name="attr_ability_effect1c" class="sheet-long" /></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<hr>
|
||
|
||
<h3 style="text-align: center;">Natural Moves Appeal Rolls</h3>
|
||
<!--This is used to show the appeal rolls-->
|
||
<div class='sheet-8colrow'>
|
||
<div class='sheet-col'>
|
||
<h4> Name</h4><br> <--The appeal roll uses the attack template rolls the same name of the move, AC, Attribute to calculate AC bonus-->
|
||
<button type="roll" class="sheet-violence" name="roll_Move3a" value='&{template:Appeal} {{name=@{movename1a}}} {{subtags=@{movetype3a}, @{movefreq1a}, @{moverange1a}}} {{attack=[[1d20]]}} {{AC=[[@{moveac1a}-{floor(@{movedmgstat1a}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy2}+@{accstg1})]]}} {{appeal=[[[[@{movedmgdieamount3a}+@{Pokemon_MiscAppealDice}]]d[[@{movedmgdie3a}]]+[[@{movedmgbonus3a}+@{Pokemon_MiscAppeal}]]]]}} {{effect=@{moveeffect3a}}} {{etype=@{movetype1a}}} {{damage=[[round((@{movedmgdieamount1a}d@{movedmgdie1a}+@{movestab1a}*@{stab1}+@{movedmgstat1a}+@{movedmgbonus1a}+@{Pokemon_Miscdamage1})/2)]]}} {{meffect=@{moveeffect1a}}}'></button>
|
||
<input type="text" name="attr_movename1a" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Move3b" value='&{template:Appeal} {{name=@{movename1b}}} {{subtags=@{movetype3b}, @{movefreq1b}, @{moverange1b}}} {{attack=[[1d20]]}} {{AC=[[@{moveac1b}-{floor(@{movedmgstat1b}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy2}+@{accstg1})]]}} {{appeal=[[[[@{movedmgdieamount3b}+@{Pokemon_MiscAppealDice}]]d[[@{movedmgdie3b}]]+[[@{movedmgbonus3b}+@{Pokemon_MiscAppeal}]]]]}} {{effect=@{moveeffect3b}}} {{etype=@{movetype1b}}} {{damage=[[round((@{movedmgdieamount1b}d@{movedmgdie1b}+@{movestab1b}*@{stab1}+@{movedmgstat1b}+@{movedmgbonus1b}+@{Pokemon_Miscdamage1})/2)]]}} {{meffect=@{moveeffect1b}}}'></button>
|
||
<input type="text" name="attr_movename1b" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Move3c" value='&{template:Appeal} {{name=@{movename1c}}} {{subtags=@{movetype3c}, @{movefreq1c}, @{moverange1c}}} {{attack=[[1d20]]}} {{AC=[[@{moveac1c}-{floor(@{movedmgstat1c}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy2}+@{accstg1})]]}} {{appeal=[[[[@{movedmgdieamount3c}+@{Pokemon_MiscAppealDice}]]d[[@{movedmgdie3c}]]+[[@{movedmgbonus3c}+@{Pokemon_MiscAppeal}]]]]}} {{effect=@{moveeffect3c}}} {{etype=@{movetype1c}}} {{damage=[[round((@{movedmgdieamount1c}d@{movedmgdie1c}+@{movestab1c}*@{stab1}+@{movedmgstat1c}+@{movedmgbonus1c}+@{Pokemon_Miscdamage1})/2)]]}} {{meffect=@{moveeffect1c}}}'></button>
|
||
<input type="text" name="attr_movename1c" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Move3d" value='&{template:Appeal} {{name=@{movename1d}}} {{subtags=@{movetype3d}, @{movefreq1d}, @{moverange1d}}} {{attack=[[1d20]]}} {{AC=[[@{moveac1d}-{floor(@{movedmgstat1d}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy2}+@{accstg1})]]}} {{appeal=[[[[@{movedmgdieamount3d}+@{Pokemon_MiscAppealDice}]]d[[@{movedmgdie3d}]]+[[@{movedmgbonus3d}+@{Pokemon_MiscAppeal}]]]]}} {{effect=@{moveeffect3d}}} {{etype=@{movetype1d}}} {{damage=[[round((@{movedmgdieamount1d}d@{movedmgdie1d}+@{movestab1d}*@{stab1}+@{movedmgstat1d}+@{movedmgbonus1d}+@{Pokemon_Miscdamage1})/2)]]}} {{meffect=@{moveeffect1d}}}'></button>
|
||
<input type="text" name="attr_movename1d" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Move3e" value='&{template:Appeal} {{name=@{movename1e}}} {{subtags=@{movetype3e}, @{movefreq1e}, @{moverange1e}}} {{attack=[[1d20]]}} {{AC=[[@{moveac1e}-{floor(@{movedmgstat1e}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy2}+@{accstg1})]]}} {{appeal=[[[[@{movedmgdieamount3e}+@{Pokemon_MiscAppealDice}]]d[[@{movedmgdie3e}]]+[[@{movedmgbonus3e}+@{Pokemon_MiscAppeal}]]]]}} {{effect=@{moveeffect3e}}} {{etype=@{movetype1e}}} {{damage=[[round((@{movedmgdieamount1e}d@{movedmgdie1e}+@{movestab1e}*@{stab1}+@{movedmgstat1e}+@{movedmgbonus1e}+@{Pokemon_Miscdamage1})/2)]]}} {{meffect=@{moveeffect1e}}}'></button>
|
||
<input type="text" name="attr_movename1e" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Move3f" value='&{template:Appeal} {{name=@{movename1f}}} {{subtags=@{movetype3f}, @{movefreq1f}, @{moverange1f}}} {{attack=[[1d20]]}} {{AC=[[@{moveac1f}-{floor(@{movedmgstat1f}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy2}+@{accstg1})]]}} {{appeal=[[[[@{movedmgdieamount3f}+@{Pokemon_MiscAppealDice}]]d[[@{movedmgdie3f}]]+[[@{movedmgbonus3f}+@{Pokemon_MiscAppeal}]]]]}} {{effect=@{moveeffect3f}}} {{etype=@{movetype1f}}} {{damage=[[round((@{movedmgdieamount1f}d@{movedmgdie1f}+@{movestab1f}*@{stab1}+@{movedmgstat1f}+@{movedmgbonus1f}+@{Pokemon_Miscdamage1})/2)]]}} {{meffect=@{moveeffect1f}}}'></button>
|
||
<input type="text" name="attr_movename1f" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Move3g" value='&{template:Appeal} {{name=@{movename1g}}} {{subtags=@{movetype3g}, @{movefreq1g}, @{moverange1g}}} {{attack=[[1d20]]}} {{AC=[[@{moveac1g}-{floor(@{movedmgstat1g}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy2}+@{accstg1})]]}} {{appeal=[[[[@{movedmgdieamount3g}+@{Pokemon_MiscAppealDice}]]d[[@{movedmgdie3g}]]+[[@{movedmgbonus3g}+@{Pokemon_MiscAppeal}]]]]}} {{effect=@{moveeffect3g}}} {{etype=@{movetype1g}}} {{damage=[[round((@{movedmgdieamount1g}d@{movedmgdie1g}+@{movestab1g}*@{stab1}+@{movedmgstat1g}+@{movedmgbonus1g}+@{Pokemon_Miscdamage1})/2)]]}} {{meffect=@{moveeffect1g}}}'></button>
|
||
<input type="text" name="attr_movename1g" class="sheet-med2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Type</h4><br>
|
||
<input type="text" name="attr_movetype3a" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetype3b" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetype3c" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetype3d" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetype3e" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetype3f" class="sheet-small"><br>
|
||
<input type="text" name="attr_movetype3g" class="sheet-small"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Appeal</h4><br>
|
||
<input type="number" name="attr_movedmgdieamount3a" class="sheet-move" min="0">
|
||
<select name="attr_movedmgdie3a" class="sheet-shorter">
|
||
<option value="4">d4</option>
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonus3a" value="0" class="sheet-move"><br>
|
||
|
||
|
||
<input type="number" name="attr_movedmgdieamount3b" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdie3b" class="sheet-shorter3">
|
||
<option value="4">d4</option>
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonus3b" value="0" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamount3c" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdie3c" class="sheet-shorter3">
|
||
<option value="4">d4</option>
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonus3c" value="0" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamount3d" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdie3d" class="sheet-shorter3">
|
||
<option value="4">d4</option>
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonus3d" value="0" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamount3e" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdie3e" class="sheet-shorter3">
|
||
<option value="4">d4</option>
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonus3e" value="0" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamount3f" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdie3f" class="sheet-shorter3">
|
||
<option value="4">d4</option>
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonus3f" value="0" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_movedmgdieamount3g" class="sheet-move2" min="0">
|
||
<select name="attr_movedmgdie3g" class="sheet-shorter3">
|
||
<option value="4">d4</option>
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_movedmgbonus3g" value="0" class="sheet-move2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Frequency</h4><br>
|
||
<input type="text" name="attr_movefreq1a" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreq1b" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreq1c" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreq1d" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreq1e" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreq1f" class="sheet-med2"><br>
|
||
<input type="text" name="attr_movefreq1g" class="sheet-med2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>AC</h4><br>
|
||
<input type="number" name="attr_moveac1a" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveac1b" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveac1c" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveac1d" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveac1e" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveac1f" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_moveac1g" class="sheet-move3" value="2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Range</h4><br>
|
||
<input type="text" name="attr_moverange1a" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverange1b" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverange1c" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverange1d" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverange1e" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverange1f" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_moverange1g" class="sheet-shortish"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Effect/Notes</h4><br>
|
||
<input type="text" name="attr_moveeffect3a" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffect3b" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffect3c" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffect3d" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffect3e" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffect3f" class="sheet-type"><br>
|
||
<input type="text" name="attr_moveeffect3g" class="sheet-type"><br>
|
||
</div>
|
||
</div>
|
||
|
||
<br>
|
||
|
||
<h3 style="text-align: center;">Technical Moves Appeal Rolls</h3>
|
||
|
||
<div class='sheet-8colrow'>
|
||
<div class='sheet-col'>
|
||
<h4> Name</h4><br>
|
||
<button type="roll" class="sheet-violence" name="roll_TMove3a" value='&{template:Appeal} {{name=@{tmovename1a}}} {{subtags=@{tmovetype3a}, @{tmovefreq1a}, @{tmoverange1a}}} {{attack=[[1d20]]}} {{AC=[[@{tmoveac1a}-{floor(@{tmovedmgstat1a}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy2}+@{accstg1})]]}} {{appeal=[[[[@{tmovedmgdieamount3a}+@{Pokemon_MiscAppealDice}]]d[[@{tmovedmgdie3a}]]+[[@{tmovedmgbonus3a}+@{Pokemon_MiscAppeal}]]]]}} {{effect=@{tmoveeffect3a}}} {{etype=@{tmovetype1a}}} {{damage=[[round((@{tmovedmgdieamount1a}d@{tmovedmgdie1a}+@{tmovestab1a}*@{stab1}+@{tmovedmgstat1a}+@{tmovedmgbonus1a}+@{Pokemon_Miscdamage1})/2)]]}} {{meffect=@{tmoveeffect1a}}}'></button>
|
||
<input type="text" name="attr_tmovename1a" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Tmove3b" value='&{template:Appeal} {{name=@{tmovename1b}}} {{subtags=@{tmovetype3b}, @{tmovefreq1b}, @{tmoverange1b}}} {{attack=[[1d20]]}} {{AC=[[@{tmoveac1b}-{floor(@{tmovedmgstat1b}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy2}+@{accstg1})]]}} {{appeal=[[[[@{tmovedmgdieamount3b}+@{Pokemon_MiscAppealDice}]]d[[@{tmovedmgdie3b}]]+[[@{tmovedmgbonus3b}+@{Pokemon_MiscAppeal}]]]]}} {{effect=@{tmoveeffect3b}}} {{etype=@{tmovetype1b}}} {{damage=[[round((@{tmovedmgdieamount1b}d@{tmovedmgdie1b}+@{tmovestab1b}*@{stab1}+@{tmovedmgstat1b}+@{tmovedmgbonus1b}+@{Pokemon_Miscdamage1})/2)]]}} {{meffect=@{tmoveeffect1b}}}'></button>
|
||
<input type="text" name="attr_tmovename1b" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Tmove3c" value='&{template:Appeal} {{name=@{tmovename1c}}} {{subtags=@{tmovetype3c}, @{tmovefreq1c}, @{tmoverange1c}}} {{attack=[[1d20]]}} {{AC=[[@{tmoveac1c}-{floor(@{tmovedmgstat1c}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy2}+@{accstg1})]]}} {{appeal=[[[[@{tmovedmgdieamount3c}+@{Pokemon_MiscAppealDice}]]d[[@{tmovedmgdie3c}]]+[[@{tmovedmgbonus3c}+@{Pokemon_MiscAppeal}]]]]}} {{effect=@{tmoveeffect3c}}} {{etype=@{tmovetype1c}}} {{damage=[[round((@{tmovedmgdieamount1c}d@{tmovedmgdie1c}+@{tmovestab1c}*@{stab1}+@{tmovedmgstat1c}+@{tmovedmgbonus1c}+@{Pokemon_Miscdamage1})/2)]]}} {{meffect=@{tmoveeffect1c}}}'></button>
|
||
<input type="text" name="attr_tmovename1c" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Tmove3d" value='&{template:Appeal} {{name=@{tmovename1d}}} {{subtags=@{tmovetype3d}, @{tmovefreq1d}, @{tmoverange1d}}} {{attack=[[1d20]]}} {{AC=[[@{tmoveac1d}-{floor(@{tmovedmgstat1d}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy2}+@{accstg1})]]}} {{appeal=[[[[@{tmovedmgdieamount3d}+@{Pokemon_MiscAppealDice}]]d[[@{tmovedmgdie3d}]]+[[@{tmovedmgbonus3d}+@{Pokemon_MiscAppeal}]]]]}} {{effect=@{tmoveeffect3d}}} {{etype=@{tmovetype1d}}} {{damage=[[round((@{tmovedmgdieamount1d}d@{tmovedmgdie1d}+@{tmovestab1d}*@{stab1}+@{tmovedmgstat1d}+@{tmovedmgbonus1d}+@{Pokemon_Miscdamage1})/2)]]}} {{meffect=@{tmoveeffect1d}}}'></button>
|
||
<input type="text" name="attr_tmovename1d" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Tmove3e" value='&{template:Appeal} {{name=@{tmovename1e}}} {{subtags=@{tmovetype3e}, @{tmovefreq1e}, @{tmoverange1e}}} {{attack=[[1d20]]}} {{AC=[[@{tmoveac1e}-{floor(@{tmovedmgstat1e}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy2}+@{accstg1})]]}} {{appeal=[[[[@{tmovedmgdieamount3e}+@{Pokemon_MiscAppealDice}]]d[[@{tmovedmgdie3e}]]+[[@{tmovedmgbonus3e}+@{Pokemon_MiscAppeal}]]]]}} {{effect=@{tmoveeffect3e}}} {{etype=@{tmovetype1e}}} {{damage=[[round((@{tmovedmgdieamount1e}d@{tmovedmgdie1e}+@{tmovestab1e}*@{stab1}+@{tmovedmgstat1e}+@{tmovedmgbonus1e}+@{Pokemon_Miscdamage1})/2)]]}} {{meffect=@{tmoveeffect1e}}}'></button>
|
||
<input type="text" name="attr_tmovename1e" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Tmove3f" value='&{template:Appeal} {{name=@{tmovename1f}}} {{subtags=@{tmovetype3f}, @{tmovefreq1f}, @{tmoverange1f}}} {{attack=[[1d20]]}} {{AC=[[@{tmoveac1f}-{floor(@{tmovedmgstat1f}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy2}+@{accstg1})]]}} {{appeal=[[[[@{tmovedmgdieamount3f}+@{Pokemon_MiscAppealDice}]]d[[@{tmovedmgdie3f}]]+[[@{tmovedmgbonus3f}+@{Pokemon_MiscAppeal}]]]]}} {{effect=@{tmoveeffect3f}}} {{etype=@{tmovetype1f}}} {{damage=[[round((@{tmovedmgdieamount1f}d@{tmovedmgdie1f}+@{tmovestab1f}*@{stab1}+@{tmovedmgstat1f}+@{tmovedmgbonus1f}+@{Pokemon_Miscdamage1})/2)]]}} {{meffect=@{tmoveeffect1f}}}'></button>
|
||
<input type="text" name="attr_tmovename1f" class="sheet-med2"><br>
|
||
<button type="roll" class="sheet-violence" name="roll_Tmove3g" value='&{template:Appeal} {{name=@{tmovename1g}}} {{subtags=@{tmovetype3g}, @{tmovefreq1g}, @{tmoverange1g}}} {{attack=[[1d20]]}} {{AC=[[@{tmoveac1g}-{floor(@{tmovedmgstat1g}/10),6}kl1+(-1)*(@{Pokemon_Miscaccuracy2}+@{accstg1})]]}} {{appeal=[[[[@{tmovedmgdieamount3g}+@{Pokemon_MiscAppealDice}]]d[[@{tmovedmgdie3g}]]+[[@{tmovedmgbonus3g}+@{Pokemon_MiscAppeal}]]]]}} {{effect=@{tmoveeffect3g}}} {{etype=@{tmovetype1g}}} {{damage=[[round((@{tmovedmgdieamount1g}d@{tmovedmgdie1g}+@{tmovestab1g}*@{stab1}+@{tmovedmgstat1g}+@{tmovedmgbonus1g}+@{Pokemon_Miscdamage1})/2)]]}} {{meffect=@{tmoveeffect1g}}}'></button>
|
||
<input type="text" name="attr_tmovename1g" class="sheet-med2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Type</h4><br>
|
||
<input type="text" name="attr_tmovetype3a" class="sheet-small"><br>
|
||
<input type="text" name="attr_tmovetype3b" class="sheet-small"><br>
|
||
<input type="text" name="attr_tmovetype3c" class="sheet-small"><br>
|
||
<input type="text" name="attr_tmovetype3d" class="sheet-small"><br>
|
||
<input type="text" name="attr_tmovetype3e" class="sheet-small"><br>
|
||
<input type="text" name="attr_tmovetype3f" class="sheet-small"><br>
|
||
<input type="text" name="attr_tmovetype3g" class="sheet-small"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Appeal</h4><br>
|
||
<input type="number" name="attr_tmovedmgdieamount3a" class="sheet-move" min="0">
|
||
<select name="attr_tmovedmgdie3a" class="sheet-shorter">
|
||
<option value="4">d4</option>
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_tmovedmgbonus3a" value="0" class="sheet-move"><br>
|
||
|
||
|
||
<input type="number" name="attr_tmovedmgdieamount3b" class="sheet-move2" min="0">
|
||
<select name="attr_tmovedmgdie3b" class="sheet-shorter3">
|
||
<option value="4">d4</option>
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_tmovedmgbonus3b" value="0" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_tmovedmgdieamount3c" class="sheet-move2" min="0">
|
||
<select name="attr_tmovedmgdie3c" class="sheet-shorter3">
|
||
<option value="4">d4</option>
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_tmovedmgbonus3c" value="0" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_tmovedmgdieamount3d" class="sheet-move2" min="0">
|
||
<select name="attr_tmovedmgdie3d" class="sheet-shorter3">
|
||
<option value="4">d4</option>
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_tmovedmgbonus3d" value="0" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_tmovedmgdieamount3e" class="sheet-move2" min="0">
|
||
<select name="attr_tmovedmgdie3e" class="sheet-shorter3">
|
||
<option value="4">d4</option>
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_tmovedmgbonus3e" value="0" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_tmovedmgdieamount3f" class="sheet-move2" min="0">
|
||
<select name="attr_tmovedmgdie3f" class="sheet-shorter3">
|
||
<option value="4">d4</option>
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_tmovedmgbonus3f" value="0" class="sheet-move2"><br>
|
||
|
||
<input type="number" name="attr_tmovedmgdieamount3g" class="sheet-move2" min="0">
|
||
<select name="attr_tmovedmgdie3g" class="sheet-shorter3">
|
||
<option value="4">d4</option>
|
||
<option value="0">d0</option>
|
||
<option value="2">d2</option>
|
||
<option value="6">d6</option>
|
||
<option value="8">d8</option>
|
||
<option value="10">d10</option>
|
||
<option value="12">d12</option>
|
||
<option value="20">d20</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="number" name="attr_tmovedmgbonus3g" value="0" class="sheet-move2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Frequency</h4><br>
|
||
<input type="text" name="attr_tmovefreq1a" class="sheet-med2"><br>
|
||
<input type="text" name="attr_tmovefreq1b" class="sheet-med2"><br>
|
||
<input type="text" name="attr_tmovefreq1c" class="sheet-med2"><br>
|
||
<input type="text" name="attr_tmovefreq1d" class="sheet-med2"><br>
|
||
<input type="text" name="attr_tmovefreq1e" class="sheet-med2"><br>
|
||
<input type="text" name="attr_tmovefreq1f" class="sheet-med2"><br>
|
||
<input type="text" name="attr_tmovefreq1g" class="sheet-med2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>AC</h4><br>
|
||
<input type="number" name="attr_tmoveac1a" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_tmoveac1b" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_tmoveac1c" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_tmoveac1d" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_tmoveac1e" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_tmoveac1f" class="sheet-move3" value="2"><br>
|
||
<input type="number" name="attr_tmoveac1g" class="sheet-move3" value="2"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Range</h4><br>
|
||
<input type="text" name="attr_tmoverange1a" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_tmoverange1b" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_tmoverange1c" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_tmoverange1d" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_tmoverange1e" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_tmoverange1f" class="sheet-shortish"><br>
|
||
<input type="text" name="attr_tmoverange1g" class="sheet-shortish"><br>
|
||
</div>
|
||
|
||
<div class='sheet-col'>
|
||
<h4>Effect/Notes</h4><br>
|
||
<input type="text" name="attr_tmoveeffect3a" class="sheet-type"><br>
|
||
<input type="text" name="attr_tmoveeffect3b" class="sheet-type"><br>
|
||
<input type="text" name="attr_tmoveeffect3c" class="sheet-type"><br>
|
||
<input type="text" name="attr_tmoveeffect3d" class="sheet-type"><br>
|
||
<input type="text" name="attr_tmoveeffect3e" class="sheet-type"><br>
|
||
<input type="text" name="attr_tmoveeffect3f" class="sheet-type"><br>
|
||
<input type="text" name="attr_tmoveeffect3g" class="sheet-type"><br>
|
||
</div>
|
||
</div>
|
||
<hr>
|
||
|
||
<h3 style="text-align: center;">Skills</h3>
|
||
<span class="sheet-atr"> Name Value Mod Effect/Notes</span>
|
||
<table style="width: 100%;">
|
||
<thead>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>Overland</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value1a" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1a_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Overland Check}} {{skill=[[1d20+[[@{capabililty_value1a}+@{capabililty_value1a_mod}]]]]}} {{effect= @{pokemon_name1} performs an Overland Check}}' name='roll_OverlandCheck1' /> <--removed +?{Misc. Skill Bonus}-->
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1a" class="sheet-long"></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Surface</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value1b" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1b_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Surface Check}} {{skill=[[1d20+[[@{capabililty_value1b}+@{capabililty_value1b_mod}]]]]}} {{effect= @{pokemon_name1} performs a Surface Check}}' name='roll_SurfaceCheck1' />
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1b" class="sheet-long"></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Underwater</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value1c" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1c_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Underwater Check}} {{skill=[[1d20+[[@{capabililty_value1c}+@{capabililty_value1c_mod}]]]]}} {{effect= @{pokemon_name1} performs an Underwater Check}}' name='roll_UnderwaterCheck1' />
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1c" class="sheet-long"></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Sky</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value1d" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1d_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Sky Check}} {{skill=[[1d20+[[@{capabililty_value1d}+@{capabililty_value1d_mod}]]]]}} {{effect= @{pokemon_name1} performs a Sky Check}}' name='roll_SkyCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1d" class="sheet-long"></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Burrow</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value1e" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1e_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Burrow Check}} {{skill=[[1d20+[[@{capabililty_value1e}+@{capabililty_value1e_mod}]]]]}} {{effect= @{pokemon_name1} performs a Burrow Check}}' name='roll_BurrowCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1e" class="sheet-long"></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Jump</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value1f" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1f_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Jump Check}} {{skill=[[1d20+[[@{capabililty_value1f}+@{capabililty_value1f_mod}]]]]}} {{effect= @{pokemon_name1} performs a Jump Check}}' name='roll_JumpCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1f" class="sheet-long"></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Power</td>
|
||
<td>
|
||
<select name="attr_capabililty_value1g" class="sheet-shorter2">
|
||
<option value="-9">1 (-9)</option>
|
||
<option value="-8">2 (-8)</option>
|
||
<option value="-7">3 (-7)</option>
|
||
<option value="-6">4 (-6)</option>
|
||
<option value="-5">5 (-5)</option>
|
||
<option value="-4">6 (-4)</option>
|
||
<option value="-3">7 (-3)</option>
|
||
<option value="-2">8 (-2)</option>
|
||
<option value="-1">9 (-1)</option>
|
||
<option value="0">10 (+0)</option>
|
||
<option value="0+0">11 (+0)</option>
|
||
<option value="1">12 (+1)</option>
|
||
<option value="1+0">13 (+1)</option>
|
||
<option value="2">14 (+2)</option>
|
||
<option value="2+0">15 (+2)</option>
|
||
<option value="3">16 (+3)</option>
|
||
<option value="3+0">17 (+3)</option>
|
||
<option value="4">18 (+4)</option>
|
||
<option value="4+0">19 (+4)</option>
|
||
<option value="5">20 (+5)</option>
|
||
<option value="5+0">21 (+5)</option>
|
||
<option value="6">22 (+6)</option>
|
||
<option value="6+0">23 (+6)</option>
|
||
<option value="7">24 (+7)</option>
|
||
<option value="7+0">25 (+7)</option>
|
||
<option value="8">26 (+8)</option>
|
||
<option value="8+0">27 (+8)</option>
|
||
<option value="9">28 (+9)</option>
|
||
<option value="9+0">29 (+9)</option>
|
||
<option value="10">30 (+10)</option>
|
||
</select>
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1g_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Power Check}} {{skill=[[1d20+[[@{capabililty_value1g}+@{capabililty_value1g_mod}]]]]}} {{effect= @{pokemon_name1} performs a Power Check}}' name='roll_PowerCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1g" class="sheet-long"></td>
|
||
</tr>
|
||
<tr>
|
||
<td>Intelligence</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value1h" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value1h_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Intelligence Check}} {{skill=[[1d20+[[@{capabililty_value1h}+@{capabililty_value1h_mod}]]]]}} {{effect= @{pokemon_name1} performs an Intelligence Check}}' name='roll_IntelligenceCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect1h" class="sheet-long"></td>
|
||
</tr>
|
||
</tr>
|
||
<tr>
|
||
<td>Reach</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value2" value="1" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value2_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Reach Check}} {{skill=[[1d20+[[@{capabililty_value2}+@{capabililty_value2_mod}]]]]}} {{effect= @{pokemon_name1} performs an Reach Check}}' name='roll_ReachCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect2" class="sheet-long"></td>
|
||
</tr>
|
||
</tr>
|
||
<tr>
|
||
<td>Healer</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value2a" value="0" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value2a_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Heal Check}} {{skill=[[1d20+[[@{capabililty_value2a}+@{capabililty_value2a_mod}]]]]}} {{effect= @{pokemon_name1} performs an Healer Check}}' name='roll_HealCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect3" class="sheet-long"></td>
|
||
</tr>
|
||
</tr>
|
||
<tr>
|
||
<td>Crop Yielder</td>
|
||
<td>
|
||
<input type="text" name="attr_capabililty_value2b" value="0" class="sheet-short">
|
||
<span class="sheet-atr">+</span>
|
||
<input type="text" name="attr_capabililty_value2b_mod" value="0" class="sheet-short">
|
||
<button type='roll' value= '&{template:skill} {{name=Heal Check}} {{skill=[[1d20+[[@{capabililty_value2b}+@{capabililty_value2b_mod}]]]]}} {{effect= @{pokemon_name1} performs an Crop Yielder Check}}' name='roll_HealCheck1'/>
|
||
</td>
|
||
<td><input type="text" name="attr_capabililty_effect4" class="sheet-long"></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
<fieldset class="repeating_skills">
|
||
<table style="width: 100%;">
|
||
<tbody>
|
||
<tr>
|
||
<td><input type="text" name="attr_capabililty_name1i" class="sheet-repeatmed"></td>
|
||
<td> </td>
|
||
<td><input type="text" name="attr_capabililty_effect1i" class="sheet-repeatlong"></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</fieldset>
|
||
<br>
|
||
<h3 style="text-align: center;">Vitamins</h3>
|
||
<table style="width: 100%;">
|
||
<tbody>
|
||
<tr>
|
||
<td> </td>
|
||
<td><span class="sheet-atr">Max Vitamin Slots:</span>
|
||
<input type="text" name="attr_maxvitamin" value="5" class="sheet-short"></td>
|
||
<td> </td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
|
||
<br>
|
||
<table style="width: 100%;">
|
||
<tbody>
|
||
<tr>
|
||
<td>Name</td>
|
||
<td> </td>
|
||
<td>Effect</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<fieldset class="repeating_vitamins">
|
||
<table style="width: 100%;">
|
||
<tbody>
|
||
<tr>
|
||
<td><input type="text" name="attr_vitamin_name1i" class="sheet-repeatmed"></td>
|
||
<td> </td>
|
||
<td><input type="text" name="attr_vitamin_effect1i" class="sheet-repeatlong"></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</fieldset>
|
||
<br>
|
||
<h3 style="text-align: center;">Death Checks</h3>
|
||
<table style="width: 105%;">
|
||
<thead>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>Death Check Mod </td>
|
||
<td><input type="number" name="attr_death1" class="sheet-short" Value="0">
|
||
<button type='roll' value= '&{template:skill} {{name=Death Check}} {{skill=[[1d100]]}} {{effect= @{character_name} performs a Death Check with a DC of: [[{(50+@{stab1}+@{death1}),90}kl1]]}}' name='roll_DeathCheck1'/></td>
|
||
</tr>
|
||
<tr>
|
||
<td># Of Death Failures </td>
|
||
<td><input type="number" name="attr_failed_death1" class="sheet-short" Value="0" min="0">
|
||
</tr>
|
||
<tr>
|
||
<td># Of Death Successes </td>
|
||
<td><input type="number" name="attr_succeeded_death1" class="sheet-short" Value="0" min="0">
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
<br>
|
||
<h3 style="text-align: center;">Notes</h3>
|
||
<textarea name="attr_pokemon_notes_3"></textarea>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="sheet-tab-content sheet-tab5">
|
||
|
||
<h3 style="text-align: center; font-weight: bold;">Egg Info</h3>
|
||
<br>
|
||
<span class="sheet-atr" style="font-weight: bold;">Days left to hatch:</span>
|
||
<input type="text" name="attr_daysleft" class="sheet-short">
|
||
<br>
|
||
<span class="sheet-atr" style="font-weight: bold;">Trainer DEF Mod:</span>
|
||
<input type="text" name="attr_defmod" class="sheet-short">
|
||
<br>
|
||
<span class="sheet-atr" style="font-weight: bold;">Trainer SDEF Mod:</span>
|
||
<input type="text" name="attr_sdefmod" class="sheet-short">
|
||
<br>
|
||
<span class="sheet-atr" style="font-weight: bold;">Parent Pokemon's Lowest level when obtained: </span>
|
||
<input type="text" name="attr_Parent_lvl" class="sheet-short">
|
||
<br>
|
||
<br>
|
||
<h3 style="text-align: center; font-weight: bold;">Egg Stat Buffs (Used in Pokemon Stat Totals)</h3>
|
||
<br>
|
||
<div class="sheet-3colrow">
|
||
<div class="sheet-col"></div>
|
||
<div class="sheet-col">
|
||
<table style="width: 100%;">
|
||
<thead>
|
||
<tr>
|
||
<th>Stat</th>
|
||
<th>Base</th>
|
||
<th>Egg Bonus</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>HP</td>
|
||
<td><input type="number" name="attr_pokemon_hpstat1a" class="sheet-short"/></td>
|
||
<td><input type="number" name="attr_pokemon_hpstat1Eggbonus" class="sheet-short" value="0"/></td>
|
||
</tr>
|
||
<tr>
|
||
<td>ATK</td>
|
||
<td><input type="number" name="attr_pokemon_atk1a" class="sheet-short" /></td>
|
||
<td><input type="number" name="attr_pokemon_atk1Eggbonus" class="sheet-short" value="0"/></td>
|
||
</tr>
|
||
<tr>
|
||
<td>DEF</td>
|
||
<td><input type="number" name="attr_pokemon_def1a" class="sheet-short" /></td>
|
||
<td><input type="number" name="attr_pokemon_def1Eggbonus" class="sheet-short" value="0"/></td>
|
||
</tr>
|
||
<tr>
|
||
<td>SATK</td>
|
||
<td><input type="number" name="attr_pokemon_satk1a" class="sheet-short" /></td>
|
||
<td><input type="number" name="attr_pokemon_satk1Eggbonus" class="sheet-short" value="0"/></td>
|
||
</tr>
|
||
<tr>
|
||
<td>SDEF</td>
|
||
<td><input type="number" name="attr_pokemon_sdef1a" class="sheet-short" /></td>
|
||
<td><input type="number" name="attr_pokemon_sdef1Eggbonus" class="sheet-short" value="0"/></td>
|
||
</tr>
|
||
<tr>
|
||
<td>SPD</td>
|
||
<td><input type="number" name="attr_pokemon_spd1a" class="sheet-short" /></td>
|
||
<td><input type="number" name="attr_pokemon_spd1Eggbonus" class="sheet-short" value="0"/></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
<div class="sheet-col"></div>
|
||
</div>
|
||
<br>
|
||
<br>
|
||
<h3 style="text-align: center;">Breed Moves</h3>
|
||
<textarea name="attr_pokemon_Breed_Moves"></textarea>
|
||
<h3 style="text-align: center;">Notes</h3>
|
||
<textarea name="attr_pokemon_notes_4"></textarea>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="sheet-tab-content sheet-tab6">
|
||
|
||
<h3 style="text-align: center; font-weight: bold;">Quick Reference</h3>
|
||
<br>
|
||
<h3 style="text-align: center; font-weight: bold;">HP Skills</h3>
|
||
<h4 style="text-align: left; font-weight: bold; color: #967600;">Breathless</h4><br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #967600;">You can hold your breath for up to an hour, stacks with other similar bonuses. Additionally, you are Immune Moves with the Powder Keyword.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #967600;">Fasting</h4><br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #967600;">Fasting has to do with how long you can hold out for food and water. While most Trainers can go for four days without water and two weeks without food, you can withstand a week without water and a month without food. Your Pokémon take on this Disciplined behavior as well while part of your roster, requiring food and drink only as often as you. Additionally, your Pokémon do not ever dislike flavors and do not lose Loyalty from being fed Repulsive medicines.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #967600;">Endurance</h4><br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #967600;">The Endurance Skill has to do with your Ability to withstand exhausting situations. You do not roll Tireless Checks due to traversal or the effects of overworld weather, such as extreme heat/cold. Additionally, you do not take damage from sources other than damage die rolls and Negative Statuses. This doesn’t prevent damage from falling or drowning.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #967600;">Resistant</h4><br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #967600;">If you are resistant, you reduce the damage you would usually take from Poisoning and Burns by half your base HP stat rounded up. Additionally, when you roll to resist or cure a Negative Status on yourself you add +4 to the result.</h5>
|
||
<br>
|
||
<h3 style="text-align: center; font-weight: bold;">Skill Checks</h3>
|
||
<h3 style="text-align: left; font-weight: bold; color: #B31515;">Attack Checks</h3>
|
||
<h4 style="text-align: left; font-weight: bold; color: #B31515;">Browbeat</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">When negotiations do not go well and you do not need to be nice, Browbeat is used for intimidation and muscling your way through problems. Whenever Browbeat is used, make a contested Check versus a Trainer’s Concentration Skill or a Pokémon’s Power Skill. If you win this Check the target is scared of you and is not willing to act against you during the encounter, potentially attempting to flee, while some Characters may only be impressed by your conviction. Either way you and your allies add +5 to Social Skill Checks made against characters you have successfully browbeaten.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #B31515;">Jump</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">The Jump skill allows for longer distance leaps and higher reach. A normal standing Jump for a Trainer is 0.6m and a standard leap is 1.5 m (no action required). Further Jumps and moving leaps require a proper Check as a Trainer Action.</h5>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">1 — You trip and fall prone. (While prone you spend +1 Shift to move, cannot fly and need to stand up by spending half your Shift, rounded up.)</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">5 — You jump a normal height 0.6m, or leap forward a normal distance of 1.5m</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">10 — You jump higher, 1.2m, or leap forward 3m</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">15 — You leap upwards 2.4m, or leap forward 6m</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">20 — Adrenaline pumping, you leap upwards 3m, or leap forward 9m</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">30 — Adrenaline pumping, you leap upwards 6m, or leap forward 18m</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #B31515;">Sprint</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">Whenever you need to get somewhere fast, Sprint. As a Trainer Action you can attempt to Sprint, getting farther than your normal Shift in a round.</h5>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">1 — You trip and fall prone. (While prone you spend +1 Shift to move, cannot fly and need to stand up by spending half your Shift, rounded up.)</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">5 — You make some progress, Shifting again with half your Shift speed rounded up.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">10 — You Shift again with your full Shift speed.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">15 — You’re getting out of there, Shifting again with +3 to your Shift speed.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">20 — You’re getting out of there, Shifting again with +6 to your Shift speed.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">30 — You’re a Speed Master! Shift again with double your Shift speed then at the end of your turn, Shift again with double your Shift speed.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #B31515;">Strength</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">Regardless of your Attack Stat, proper form is needed to really use the muscle you may build. Strength will help you properly use your Attack to lift or move heavy objects. As a Trainer Action you can attempt to increase your lifting, pushing or pulling force. The Attack increase from Strength doesn’t apply to your Attack modifier and disappears at the end of your next turn. If you make multiple Strength Checks you only benefit from the highest Check’s DC you have met.</h5>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">1 — You tense up and strain yourself, losing 5 Attack, decreasing force by 20 kg.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">5 — You use your Strength as normal.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">10 — You add 5 to your Attack, increasing force by 20 kg.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">15 — You dig in adding 10 to your Attack, increasing force by 40 kg.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">20 — Through tremendous effort you add 15 to your Attack, increasing force by 60 kg.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">30 — Adrenaline pumping, you add 30 to your Attack, increasing force by 120 kg.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #B31515;">   Grapple: You may use Strength to attempt a Contested Grapple Check versus an adjacent Character. For Trainers they use Strength/Acrobatics Skill and for Pokémon they use their Power Skill, you win ties for this Check. If you win the Contested Check you Grapple the Target imposing the Grappled Condition on them as the Grappler. You may only Grapple one Character per hand you have free.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold; color: #4A57ED;">Defense Checks</h3>
|
||
<h4 style="text-align: left; font-weight: bold; color: #4A57ED;">Concentration</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">Whenever you take damage performing a delicate task in battle or require focus to complete a task you may need to make a Concentration Check. Some features require Concentration Checks, if they have a set value you must refer to those. Otherwise when making Concentration Checks, you need to roll at least 10 or the damage taken divided by 4, rounded down to maintain your focus, whichever is higher.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #4A57ED;">Deflection</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">During your turn you can make a Deflection Check as a Trainer Action to ward against attackers by taking a defensive stance. Once you make this Check you benefit from its effect(s) until the start of your next turn. The Defense and Special Defense modifier increases from Deflection apply for evasion but not for any other calculation, Check, save or feature. The stat increases apply to your defenses only when calculating damage taken. If you make multiple Deflection Checks you only benefit from the highest Check’s DC you have met.</h5>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">1 — You gain no defenses.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">5 — You add +2 to your Defense and Special Defense.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">10 — You add +4 to your Defense and Special Defense.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">15 — You add +6 to your Defense and Special Defense.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">20 — You add +10 to your Defense and Special Defense.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">30 — You add +20 to your Defense and Special Defense.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #4A57ED;">Healing</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">Healing Checks are typically done at a Camp Rest where you recoup from damage taken. During encounters certain items or Skills may allow for the use of a Healing Check. Whoever is the target of your Healing action recovers the HP described by the Tier you meet and for percentage healing, always round up.</h5>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">1 — You recover no HP.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">5 — You recover a normal 10% of your maximum HP.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">10 — You recover 15% of your maximum HP.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">15 — You recover 25% of your maximum HP.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">20 — You recover 50% of your maximum HP and recover from a Negative Status.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">30 — You recover all HP, remove all Negative Status and gain 10% of your maximum HP as Temporary HP.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #4A57ED;">Tireless</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">Your journey can be difficult and taxing especially on your physical body. If you push your limits too far, either from traveling a long distance without break, forging food and water for too long or even forgoing sleep for more than 24 hours your GM may ask for a Tireless Check to see how much of a toll your adventure is taking on your Trainer. HP loss and unconsciousness from Tireless cannot be healed outside of Center visits and certain Powerful Pokémon’s Skills. You do not reduce maximum HP from Tireless HP reductions, you instead just cannot heal that amount of HP below your maximum.</h5>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">1 — Medical Emergency! You fall unconscious immediately dropping to 0 HP. You must have medical attention at a Center to wake up.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">5 — It’s getting really bad, you lose 50% of your max HP.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">10 — Dizziness, you lose 25% of your max HP.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">15 — You feel tired, you lose 15% of your max HP.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">20 — You feel fine, losing no HP for now.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #4A57ED;">30 — Somehow, you feel better than before, you gain 10% of your max HP as Temporary Hit points and lose no HP for now.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold; color: #C700FC;">Special Attack Checks</h3>
|
||
<h4 style="text-align: left; font-weight: bold; color: #C700FC;">Engineering</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">With engineering you can understand and operate machinery be it mundane or futuristic. Certain machines may still stump you, requiring an engineering Check to identify how to repair or operate them. In these cases your GM will ask for a Check to see if you can do so.</h5>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">1 — The device is Foreign to you, you cannot identify it further.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">5 — You can guess its purpose but anything further including how it is operated is unknown to you.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">10 — You know the item's purpose and can successfully turn it off and on. Operations are still beyond you.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">15 — You can repair, operate and use the device.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">20 — You are an expert in the device and can use it without issue.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">30 — You can replicate the device and its functionality given resources and time. Additionally, you have knowledge of how and why it was made.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">   Survival: You can make an Engineering Check to determine natural phenomena such as foraging for food or determining the location of a good campsite. You may also use this Check to roughly track Wilds and Trainers that have been in an area recently. You will not know what DC you need to make but, you should aim to roll as high as possible.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #C700FC;">History</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">When it comes to the past of the world (or journey) History is where you’ll find it. When you learn of a place or significant event you may make a History Check to see how much you know about it. Your GM may ask for History Checks when you are unsure about an event happening in the past if you can reasonably know of it.</h5>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">1 — You do not know anything about it.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">5 — You’ve heard of the place/event in passing, you weren’t paying attention.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">10 — You know about the place - any Gyms, major sights, famous people from there You know about the event - who/what/when/why it happened.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">15 — You know about the Gym’s specialties, team specifics of the famous people from there You know about details that are often left out in history books.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">20 — It’d be hard to tell that you hadn’t been to the place before, or weren’t at the event personally.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">30 — You may as well have written the primary source on the topic. Your expertise in the subject may even eclipse what is in History books. You may even have information on how and why the event took place.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #C700FC;">Investigate</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">When trying to find something’s purpose or locate a hidden item, Investigation can be used to find them. Your GM may ask for an Investigation Check when you want to find something hidden, in this case they determine the DC of the Check, rolling higher is always better.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">   Detect Residue: You can detect Psychic residue from those affected mentally by Psionics through careful questioning and observations. Different Psychic residues have a hue and a weight that can be sensed by Aura or by Psychics with their gifts and are identical across several minds it has touched, and once you meet its source it’s recognizable. You will not know the feature that applied the effect unless you roll high enough.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #C700FC;">Programming</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">When confronted with a network of computers or when working undercover Programming allows for interaction in the digital world. When using these networks your GM may ask for a Programming Check contested by the Network itself or a Trainer’s Programing or Pokémon’s Intelligence within the network.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #C700FC;">   Supernatural: In settings without computers or with your GM’s approval Programming Checks may be used for the supernatural. When performing supernatural feats your GM may ask for a Programming Check which may be contested by another Character. If the Check is not contested you will not know what DC you need to make but, you should aim to roll as high as possible.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold; color: #049E00;">Special Defense Checks</h3>
|
||
<h4 style="text-align: left; font-weight: bold; color: #049E00;">Bluff/Diplomacy</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #049E00;">Diplomacy is often more efficient than battle and sometimes deception is needed for even honest heroes. When a key moment in a conversation has the possibility of swaying a Trainer or Pokémon your GM will ask for a Bluff/Diplomacy Check, you will not know what DC you need to make but, you should aim to roll as high as possible.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #049E00;">Perception</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #049E00;">When in the moment some things may slip you by, Perception stops that from happening. You may be asked to roll perception by the GM* when you need to contest Stealthing Trainers/ Invisible Pokémon or when an event is occurring out of your immediate view. Your GM will not tell you the DC for these Checks or even why you are making them, but you want to roll high.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #049E00;">   Passive Perception: 1/Round your GM may ask you to make a contested Perception Check as a Free Action versus any Invisible Character(s). Do not act as if you noticed anything if you fail this Check as your character didn’t.</h5>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; italic; color: #049E00;">*Note for Group Perception: Elect one Trainer/Pokémon Player to make a Perception Check for the group outside of action use in battle.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #049E00;">Sooth</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #049E00;">Sometimes just words will not calm down wild Pokémon. Sooth Checks are made only versus Pokémon that are agitated. If your action would reasonably Sooth the Pokémon you roll this Check.</h5>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #049E00;">1 — The Wild Pokémon is further agitated and attacks you immediately (regardless of turn order, no action used).</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #049E00;">5 — The Wild Pokémon is uncertain if you have good intent at all.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #049E00;">10 — The Wild Pokémon is no longer hostile to you, it is still weary.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #049E00;">15 — The Wild Pokémon does not see you as a threat anymore, if agitated it is now Neutral. If you fail more than one capture Check versus them, they will flee.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #049E00;">20 — The Wild Pokémon sees your as trustworthy, if you fail 3 capture Checks versus them, they will flee.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #049E00;">30 — The Wild Pokémon now considers you a friend and is loyal to you, You do not roll to capture this Pokémon, it automatically is captured and has the effect of the Friend Ball (in addition to whatever the capture device does).</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #049E00;">Streetwise</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #049E00;">Sometimes NPCs are not to be trusted, Streetwise will help you discern their evil plans. If you wish to discern if a Character is being truthful with you, you can make a contested Streetwise Check versus a Trainer’s Bluff/Diplomacy or a Pokémon’s Intelligence. Alternatively, if you are attempting to find your way or figure out where important places are you can roll Streetwise, you will not know the DC but you must roll high.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold; color: #009BFF;">Speed Checks</h3>
|
||
<h4 style="text-align: left; font-weight: bold; color: #009BFF;">Acrobatics</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">With style and grace you traverse obstacles in your path. Whenever there is a question on keeping your footing or even if you are flexible enough to go over a fence, Acrobatics Checks can be made (no action required).</h5>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">1 — You fall Prone. Your Shift ends and your Shift skills are halved during the turn you get up.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">5 — You can traverse a normal fence or walk across a board wide enough to normally walk.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">10 — You can balance on the edge of a fence, or scale a story of a building.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">15 — You can traverse thin paths without losing speed and can scale the side of a building.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">20 — You have no trouble scaling buildings or overcoming any pathways.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">30 — No feat of Dexterity can stop you, any flourish you wish to add is done gracefully. You can scale a skyscraper.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #009BFF;">Perform</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">Performance may be used to distract, entertain or even earn poke. If you make multiple Performance Checks you only benefit from the first poke you earn or lose for that day.</h5>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">1 — You fail and are making a fool of yourself losing 1d6x10 poke.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">5 — You gain no attention from anyone.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">10 — You are able to gain the passing attention of passersby gaining 1d4x10 poke.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">15 — You gain the attention of those without anything going on gaining 1d6x10 poke.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">20 — You are the center of attention and gain 2d6x10 poke.</h5>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">30 — You have a once in a lifetime performance gaining all attention of everyone around and earning 3d20x10 poke.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #009BFF;">Sleight of Hand</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">While directly stealing is bad, sleight of hand can be used for tricks and concealing items. Whenever Sleight of Hand is called for make a Contested Check versus a Trainer’s Perception Skill or a Pokémon’s Intelligence Skill.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold; color: #009BFF;">Stealth</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold; color: #009BFF;">Stealth allows for you to get the jump on wilds and hide yourself better. Unlike other skills you declare your intent to Stealth, gaining the Hidden Condition from the Characters you are hiding from. If you use a Weapon Attack, use a Trainer feature on another Trainer/Pokémon, or are in the open your stealth ends. Additionally, each time a Trainer rolls Perception or a Pokémon rolls Intelligence to find you, you must contest with a Stealth Check versus them, you win ties.</h5>
|
||
<br>
|
||
<h3 style="text-align: center; font-weight: bold;">Status Afflictions</h3>
|
||
<h3 style="text-align: left; font-weight: bold;">Negative Status Afflictions</h3>
|
||
<h4 style="text-align: left; font-weight: bold;">Asleep</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">On the first round of Sleep, a 16 or higher will wake an Asleep Character. On following turns, you must roll two less than the previous turn to wake up, capping at 6 (16,14,12,10, 8, 6). On a roll of 10 or higher the Asleep Character may not use any Action except Shift if it is still Sleeping. On a roll of 9 or less, the Character cannot use any Action if it is still Sleeping. When a Character uses Rest, it remains asleep to two turns no matter what, no longer no shorter. When a Sleeping Pokémon is sent out of its PokeBall, the Sleep Check starts at 12 and on turns following that, they must roll two lower, capping at 6 (12,10, 8, 6).</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Burned</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">While a Character is Burned, their Attack Stat is halved, rounded down. Once during the Burned Character’s turn, they may try to roll for self curing the Burn in place of a Trainer Action or Move. On d20, the Check is a 16 or higher. Fire Type Characters are Immune to Burned. At the end of every round, a Burned Pokémon loses 1/10th of its Max HP. A Trainer instead loses 1/20th of their Max HP. A Pokémon does not suffer the effects of Burn while in a Poke Ball or outside of an Encounter. A Trainer does not suffer the effects of Burn while outside of an Encounter.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Confused</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">Before using a Move or Shifting, Confused Pokémon must roll 1d20. On 1-6, the Confused Pokemon deal twice their STAB to themselves as a Move action. Do not apply Weakness, Resistance, Defense or Special Defense. On 7-15, the Confused Pokemon may use a Move and Shift as normal. On 16 or higher the Pokémon is cured of Confused.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">Confused Trainers must also roll 1d20. On 1-6 the Confused Trainer is unable to Act on their turn. On a 7 or higher the Confused Trainer may act as normal. On a 16 or higher the Trainer is cured of Confused. When a Character exits the Encounter, they are cured of Confusion.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Flinched</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">A Flinched Pokémon may not Shift or use a Move Action during either their next or active turn, then Flinch is cured. A Trainer that is Flinched may choose to use either a Trainer Action or Shift during either their next or active turn, but not both, then Flinch is cured.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Frozen</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">At the start of the Frozen Character’s turn, they must either expend their Move Action or Trainer Action to attempt to cure Frozen by making a d20 Check where the DC is 16 or use a Move with The Thaw Keyword. If the Character succeeds the d20 Check, they are cured of Frozen. While a Character is Frozen they cannot use Swift Actions, Free Actions or Shift. Ice Type Characters cannot be Frozen. If the Frozen Character is hit by a Move or Feature that destroys Screens/Walls or has the Thaw keyword or uses a Move that has the Thaw Keyword, they are cured of Frozen.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Infatuation</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">Before using a Move or Shifting an Infatuated Pokémon must roll a 1d20. On 1-10, the Infatuated Pokémon may not target the Character(s) they are Infatuated towards with a Move. On 11-19 the Infatuated Pokémon may use a Move and Shift as normal.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">Infatuated Trainers must also roll 1d20. On 1-6 the Infatuated Trainer may not command their Pokémon to target the Character(s) the Trainer is Infatuated towards with Moves nor may the Trainer target the Character(s) they are Infatuated towards with any Action unless said Character wants to be targeted. On 7-10 the Infatuated Trainer can command their Pokémon as normal but cannot target the Character(s) they are Infatuated towards with any Action unless said Character(s) wants to be targeted. On 11-19 the Infatuated Trainer can act as normal and command as normal.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">On a 20 or higher, the Infatuated Character is cured of Infatuation. A Character also is cured of Infatuation if all Character(s) they are Infatuated towards are KO’ed or leave the field.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Paralysis</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">While a Character is Paralyzed, their Speed Stat is halved, rounded down. Once per Round, before using any Action except Command, the Paralyzed Character must roll a d20 and on a 6 or higher they may act as normal. On a 5 or lower, the Paralyzed Character cannot use any Actions except Command. Electric Type Characters are Immune to Paralysis. Instead of a Move or Trainer Action on your turn you can attempt to self cure Paralysis. On a d20, the Check is a 16 or higher. After 1 hour of rest, Paralysis is cured.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Poisoned</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">While a Character is Poisoned, their Special Attack Stat is halved, rounded down. Once during their turn, a Poisoned Character may try to cure the Poison in place of a Move/Trainer Action. On d20, the Check is a 16 or higher. Poison and Steel type Characters are Immune to Poisoned. At the end of every round, a Poisoned Pokémon loses 1/10th of its total HP. A Pokémon does not suffer the effects of Poisoned while in a Poke Ball or while outside of an Encounter. A Trainer instead loses 1/20th of their Max HP while Poisoned. A Trainer does not suffer the effects of Poisoned while outside of an Encounter.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Badly Poisoned</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">While Badly Poisoned, the afflicted loses 5 HP, then loses double that amount next round (to 10 HP, 20 HP, 40 HP etc…) at the end of each round. When a Badly Poisoned Character makes a Death Check they do not add their STAB. Damage from Badly Poisoned fails Death Checks if lethal intent was used on the feature or Move that afflicted the status. A Trainer must seek medical attention if Badly Poisoned this way. A Trainer does not suffer the effects of Badly Poisoned while outside of an Encounter. Poison and Steel type Characters are immune to becoming Badly Poisoned.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Positive Status Afflictions</h3>
|
||
<h4 style="text-align: left; font-weight: bold;">Critical Hit</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">When a Character rolls a Critical Hit they gain this status and their triggering attack gains Never-Miss. The user of an attack that lands a Critical Hit adds the Damage Dice Roll a second time against the target, including any base amount in the Damage Dice Roll. The move ignores all positive Combat Stages on the target and all negative Combat Stages on the user. Critical Hit is lost after dealing the damage of the attack.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Dynamax-Surge</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">The first time this Pokémon would be affected by an attack or take the Move Action on its turn it Dynamaxes for the next 3 Rounds before resolving the Move. This Status is then lost.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Mega-Surge</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">The first time this Pokémon would be affected by an attack or take the Move Action on the initiative of its Mega statline it Mega Evolves for the next 10 minutes before resolving the Move. This Status is then lost.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Tera-Surge</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">The first time this Pokémon would be affected by an attack or take the Move Action it Terastalizes for the next 10 minutes before resolving the Move. This Status is then lost.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Z-Surge</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">The first time this Pokémon would take the Move Action during its turn it selects its Z-Move according to its held Z-Crystal. This Status is then lost.</h5>
|
||
<br>
|
||
<h3 style="text-align: center; font-weight: bold;">Conditions</h3>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Ally/Helpful</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">This denotes a Character that is currently aiding you in battle. Helpful Pokémon are typically Helpful for a short duration and take your commands. Your GM may simply state if a Character is an Ally/Helpful or Enemy/Foe/Hostile and not mark them, if you need clarification ask them.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Enemy/Foe/Hostile</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">This Character is your opponent in battle, roleplay or otherwise. Some effects apply to these Characters. Your GM may simply state if a Character is an Ally/Helpful or Enemy/Foe/Hostile and not mark them, if you need clarification ask them.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Fainted</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">This Condition marks a Character that has been defeated by losing all of their HP. This Character has the following effects:</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- They are Prone (and Unconscious if the attack was with lethal intent).</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- This Character cannot use any type of Action, including the Command Action.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- Any Healing received will still restore HP but will not remove Fainted.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- Do not remove Fainted at the end of an encounter. Remove Fainted after a Camp or Center Rest. Revives and other features can remove Fainted.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Grappled</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">This Condition marks a grouping of Characters one being the Grappler and the other(s) being the Grappled. The Grappled Character(s) have the following effects:</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- This Character and the Grappler cannot Shift.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- If this Character is moved the Grappler is moved the same amount and direction.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- This Character may attempt a Contested Strength (Power for Pokémon) Check as a Trainer/Move Action if the Grapple doesn’t have a set turn duration, on a success the Condition ends, the Grappler wins ties.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- If this Character Teleports or becomes Intangible the Condition ends.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Hidden</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">This Condition denotes a Character that is unseen by their foes either by Stealth or other means. A Hidden Character has the following effects:</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- You are not seen by foes.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- You roll twice on attack rolls against Characters that cannot see you taking the higher result.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- You are not a target for Features.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- Your Shift Skills are halved and you cannot Sprint.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- If you are Hidden and begin an Encounter with foes, you start a Surprise Round.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- If you attack or are spotted by a foe you lose this Condition.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Intangible</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">An Intangible Character has the following benefits:</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- You ignore the effects of Difficult Terrain.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- You can pass through Blocking Terrain, Objects and Characters.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- If you end your turn while in Blocking Terrain, a solid Object or another Character you lose 1d12 HP.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- If you lose this Condition and are inside Blocking Terrain, a solid Object or another Character you lose ½ of your maximum HP and are Shifted onto the nearest unoccupied space.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- If you use a Trainer/Move Action or an attack, this Condition ends.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Invisible</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">You have the following effects while Invisible:</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- You cannot be seen by other Characters using normal vision.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- Attacks made against you roll twice and use the lower result.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- If you make an attack, you lose this condition.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">KO’d</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">This Condition applies to a Character who is currently Fainting and allows them to resolve any Free Action triggers at that time. Some triggers care about this Condition such as the Aftermath, Beast Boost or Moxie Abilities.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Prone</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">This Character has collapsed onto whatever surface is under them. While Prone a Character has the following effects:</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- This Character must spend an additional +1 Shift to move from one space to another.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- This Character cannot benefit from Sky Shift and falls if they do not have Levitate.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- A Character may spend half their Shift, rounded up to stand up ending this Condition.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Trapped</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">Ghost Type Characters cannot be Trapped. While Trapped a Character has the following effects:</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- This Character cannot make Escape Checks nor can they be recalled to a Pokeball.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- This Character’s Shift Skills are halved and they cannot Sprint.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- This Character cannot be Shifted from the effects of Keywords other than Push.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- If this Character uses a Move with the Dash or Leap Keyword not during their turn in initiative they must spend their Shift Action for the round to Shift during that Move instead.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- The Trapped Condition is removed if the Character who applied the Condition is K.O.’d or leaves the Encounter.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Semi-Invulnerable</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">A Character with the Semi-Invulnerable condition causes attacks to automatically miss them. If a move gains Never-Miss specifically to hit a Semi-Invulnerable target the Move cannot be avoided with this Condition and automatically hits this Character (Such as the Move Thunder Gaining Never-Miss versus Characters using the Move Fly). Semi-Invulnerable ends at the end of the Character’s next turn.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Unconscious</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">Unconscious applies only to Characters who were reduced to 0 HP with killing intent in campaigns where Death Rules apply. This Character has the following Effects:</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- This Character follows the Dying rules.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- An Unconscious Pokémon cannot be restored with Revives or similar items and must be recalled only during its Trainer’s Turn by throwing the Pokeball (default throw range is 5m).</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">- Remove Unconscious after a Center Rest.</h5>
|
||
<br>
|
||
<h3 style="text-align: center; font-weight: bold;">Type Chart</h3>
|
||
<h4 style="text-align: left; font-weight: bold;">This shows how much damage to multiply after defenses are calculated based on the defender's type and the type of the damaging attacking move.</h4>
|
||
<br>
|
||
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/97/Pokemon_Type_Chart.svg/492px-Pokemon_Type_Chart.svg.png" style="display: block; margin-left: auto; margin-right: auto; width: 70%;" />
|
||
<br>
|
||
<br>
|
||
<h3 style="text-align: center;">Notes</h3>
|
||
<textarea name="attr_pokemon_notes_5"></textarea>
|
||
</div>
|
||
|
||
|
||
|
||
<div class="sheet-tab-content sheet-tab7"><h3 style="text-align: center; font-weight: bold;">Contest Quick Reference</h3>
|
||
<br>
|
||
<h3 style="text-align: center; font-weight: bold;">Contest Keywords</h3>
|
||
<h3 style="text-align: left; font-weight: bold;">Adagio</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">During the Performance, if the move does not target Self, decrease the AC of the move by 1, but decrease the Appeal roll by 2. During the Battle, if the user is Rhythmically Moving (The user shifted less than or equal to half their full Shift speed rounded down during the previous round), add 2d4 to the Appeal Roll. If a move gains the Dance Move Keyword, they also gain either Adagio or Allegro and lower the Appeal Dice by 1d4 to a minimum of 0d4.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">All Out!</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">For the remainder of the encounter, lower the Appeal Roll dice of the user by 3d4. This only lowers the amount of dice rolled in appeal, do not subtract it by that amount. This keyword is applied even if this move’s Appeal is not selected.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Allegro</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">During the Performance, if the move does not target self, increase the AC of the move by 1, but increase the Appeal roll by 1d4+2. During the Battle, if the user is Rhythmically Moving (The user shifted less than or equal to half their full Shift speed rounded down during the previous round), increase the Voltage of a judge by 1. If a move gains the Dance Move Keyword, they also gain either Adagio or Allegro and lower the Appeal Dice by 1d4 to a minimum of 0d4.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Critical Performance</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">If the user successfully lands a Critical Hit add 3d4 to the Appeal Roll instead of 2d4 from the Critical Hit Status. Moves that have or gain an increased chance to land a Critical hit gain Critical Performance while they have the boosted Critical Hit rate.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Destructive</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">If the move would be used to remove a Preparation Move token, add 2d4 to the Appeal Roll.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Excitement</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">If Excitement was not used in the previous round, next round all performers roll an additional 1d4 (Max. 1d4) to add to all Appeal Rolls. Excitement can only apply once during the Performance.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Fortify</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">Fortify moves block damage and or other effects, but they do not fully stop the Appeal Roll. In battle, If a move with Fortify would make a move miss, be unaffected or reduce damage, lower the Appeal Roll of the affected move by 2d4 and increase the user’s next Appeal Roll by 2d4. During the Performance If a move with Fortify would make a move miss, be unaffected or reduce damage, the user’s next Appeal Roll by 2d4. This keyword is applied even if this move’s Appeal is not selected.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Get Ready</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">If the user uses a move that doesn’t have "Get Ready" next round, Add 4d4 to the Appeal Roll.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Good Show</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">Choose one of the judges and raise their Voltage by 1.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Grand Finale</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">Grand Finale moves are very potent, but come at a great cost. During the performance, this move can only be used during the final round. If the move is used during a Battle and the Opponent’s Contest Points are reduced to 0, the user wins.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Helpful</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">Helpful are moves frequently used on allied Pokemon to help them out. During Battle, if this move targets an ally, lower the opponent’s Contest Points from this move's Appeal instead of the Target’s Contest Points.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Hold That Thought</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">If the user missed a move last round that does not have Hold That Thought, roll the Appeal Roll that would have been rolled last round and add 3d4 to the Appeal Roll.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Inversed Appeal</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">If the user has missed an attack during the Performance Round, the user adds 5d4 to the Appeal Roll. During the Battle Round, the user adds the following to the Appeal Roll based on the percentage of remaining Contest Points.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">% Contest Points Additional Appeal</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">100%-50% 1d4</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">49%-20% 2d4</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">19%-10% 4d4</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">9%-1% 8d4</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Launch</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">Launch Moves push the target. During the Performance or battle, if a target would collide with Blocking Terrain or another character, add 1d4 to the Appeal. If in battle and a target would be pushed off the stage horizontally from the Push Move Keyword, the target is instead at the edge of the stage and adds 1d4 to the Appeal Roll.If a move gains the Move Keyword Push, the move also gains Launch.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Multi-Strike</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">For each successful hit in the Multi-Hit, add this Move’s Appeal Dice to the Appeal Roll. If at least 1 attack was successful, roll Appeal. A move that has the Move Keyword Multi-Hit, gains Multi-Strike.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Preparation</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">Roll Appeal and additionally deal damage in the contest battle round. Then, the user can place 1 token that represents the attack within the attack’s target range. If it is a blast/burst/column move, it occupies all legal space of the move. This token lasts until the end of the next round. Next Round, if a move is used that targets the token and successfully rolls its AC, the token is removed and adds 2d4 to the Appeal Roll. During the Battle, the token cannot be destroyed until the round after it is created. When in a Battle, always lower the Opponents Contest Points from the Appeal Roll regardless of who made the Preparation Token. A performer cannot make another Preparation Token while that same performer already made a Preparation Token that is on the field, even if the Preparation attack would destroy the token. This keyword is applied even if this move’s Appeal is not selected.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Quick Set</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">The user can use their Move/Trainer Action first during initiative during the Battle next round. If more than one Pokemon is benefiting from Quick set apply the user’s speed. Only the user’s Move Action can be used first.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Resonance</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">Add Xd4 to the Appeal Roll where X is every different Resonance move the user previously used during the performance or battle. If a move gains the Sound Move Keyword, it gains Resonance. Then lower the Appeal Roll dice by 1d4 to a minimum of 0d4.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Reliable</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">Add Xd4 to the Appeal Roll where X is how many times the user successfully hit that move during the battle or performance.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Risky</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">These moves have high risk, but high reward. During a Performance Round, increase the AC of these moves by +2. During the battle, if the move damages the user, the user loses 1d4 of their Total Contest Points for every 10 points of damage the user takes from the move.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Round Starter</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">If it is the first round of the Battle or Performance, add 3d4 to the Appeal Roll.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Scrambler</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">Roll 1d10 then add the following to the Appeal Roll:</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">Result On d10 Additional Appeal</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">1 1</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">2-4 1d4</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">5-6 2d4</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">7-8 3d4</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">9 4d4</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">10 5d4</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Seen Nothing Yet!</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">If the user rolled 5 or more Appeal last round, add 3d4 to the Appeal Roll. If you add the bonus 3d4, you cannot benefit from Seen Nothing Yet! during the rest of the Encounter.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Unsettling</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">During the Battle Round, this move cannot raise Voltage. Choose one of the judges and lower their Voltage by 1. During the Performance Round, if you lower a Judge’s Voltage add 2d4 to the Appeal Roll.</h5>
|
||
<br>
|
||
<br>
|
||
<br>
|
||
<br>
|
||
<h3 style="text-align: center; font-weight: bold;">Contest Status Afflictions</h3>
|
||
<h3 style="text-align: left; font-weight: bold;">Negative Status Afflictions</h3>
|
||
<h4 style="text-align: left; font-weight: bold;">Asleep</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">On the first round of Sleep, a 11 or higher will wake an Asleep Character. On following turns, you must roll four less than the previous turn to wake up, capping at 3 (11,7,3). On a roll of 5 or higher the Asleep Character may not use any Action except Shift if it is still Sleeping. On a roll of 3 or less, the Character cannot use any Action if it is still Sleeping. When a Character uses Rest, it remains asleep to two turns no matter what, no longer no shorter. When a Sleeping Pokémon is sent out of its PokeBall, the Sleep Check starts at 11 and on turns following that, they must roll four lower, capping at 3 (11,7,3).</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Burned</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">While a Character is Burned, their Attack Stat is halved, rounded down. Once during the Burned Character’s turn, they may try to roll for self curing the Burn in place of a Trainer Action or Move. On d20, the Check is a 11 or higher. Fire Type Characters are immune to Burned. At the end of every round, a Burned Pokémon loses 1/20th of its Max HP. A Trainer instead loses 1/20th of their Max HP. A Pokémon does not suffer the effects of Burn while in a Poke Ball or outside of an Encounter. A Trainer does not suffer the effects of Burn while outside of an Encounter.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Confused</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">Before using a Move or Shifting, Confused Pokémon must roll 1d20. On 1-5, the Confused Pokemon deal their STAB to themselves as a Move action. Do not apply Weakness, Resistance, Defense or Special Defense. On 6-10, the Confused Pokemon may use a Move and Shift as normal. On 11 or higher the Pokémon is cured of Confused.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">Confused Trainers must also roll 1d20. On 1-5 the Confused Trainer is unable to Act on their turn. On a 6 or higher the Confused Trainer may act as normal. On a 11 or higher the Trainer is cured of Confused. When a Character exits the Encounter, they are cured of Confusion.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Flinch</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">A Flinched Pokémon may not Shift or use a Move Action during either their next or active turn, then Flinch is cured. A Trainer that is Flinched may choose to use either a Trainer Action or Shift during either their next or active turn, but not both, then Flinch is cured.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Frozen</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">At the start of the Frozen Character’s turn, they must either expend their Move Action or Trainer Action to attempt to cure Frozen by making a d20 Check where the DC is 11 or use a Move with The Thaw Keyword. If the Character succeeds the d20 Check, they are cured of Frozen. While a Character is Frozen they cannot use Swift Actions, Free Actions or Shift. Ice Type Characters are immune to Frozen. If the Frozen Character is hit by a Move or Feature that destroys Screens/Walls or has the Thaw keyword or uses a Move that has the Thaw Keyword, they are cured of Frozen.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Infatuation</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">Before using a Move or Shifting an Infatuated Pokémon must roll a 1d20. On 1-10, the Infatuated Pokémon may not target the Character(s) they are Infatuated towards with a Move. On 11-19 the Infatuated Pokémon may use a Move and Shift as normal.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">Infatuated Trainers must also roll 1d20. On 1-6 the Infatuated Trainer may not command their Pokémon to target the Character(s) the Trainer is Infatuated towards with Moves nor may the Trainer target the Character(s) they are Infatuated towards with any Action unless said Character wants to be targeted. On 7-10 the Infatuated Trainer can command their Pokémon as normal but cannot target the Character(s) they are Infatuated towards with any Action unless said Character(s) wants to be targeted. On 11-19 the Infatuated Trainer can act as normal and command as normal.</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">On a 20 or higher, the Infatuated Character is cured of Infatuation. A Character also is cured of Infatuation if all Character(s) they are Infatuated towards are KO’ed or leave the field.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Paralysis</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">While a Character is Paralyzed, their Speed Stat is halved, rounded down. Once per Round, before using any Action except Command, the Paralyzed Character must roll a d20 and on a 5 or higher they may act as normal. On a 10 or lower, the Paralyzed Character cannot use any Actions except Command. Electric Type Characters are Immune to Paralysis. Instead of a Move or Trainer Action on your turn you can attempt to self cure Paralysis. On a d20, the Check is a 11 or higher. After 1 hour of rest, Paralysis is cured.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Poisoned </h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">While a Character is Poisoned, their Special Attack Stat is halved, rounded down. Once during their turn, a Poisoned Character may try to cure the Poison in place of a Move/Trainer Action. On d20, the Check is a 11 or higher. Poison and Steel type Characters are Immune to Poisoned. At the end of every round, a Poisoned Pokémon loses 1/20th of its total HP. A Pokémon does not suffer the effects of Poisoned while in a Poke Ball or while outside of an Encounter. A Trainer instead loses 1/20th of their Max HP while Poisoned. A Trainer does not suffer the effects of Poisoned while outside of an Encounter.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Badly Poisoned</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">While Badly Poisoned, the afflicted loses 3 HP, then loses double that amount next round (to 3 HP, 6 HP, 12 HP etc…) at the end of each round. When a Badly Poisoned Character makes a Death Check they do not add their STAB. Damage from Badly Poisoned fails Death Checks if lethal intent was used on the feature or Move that afflicted the status. A Trainer must seek medical attention if Badly Poisoned this way. A Trainer does not suffer the effects of Badly Poisoned while outside of an Encounter. Poison and Steel type Characters are immune to becoming Badly Poisoned.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Positive Status Afflictions</h3>
|
||
<h4 style="text-align: left; font-weight: bold;">Critical Hit</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">When a Character rolls a Critical Hit they gain this status and their attack gains Never-Miss. The user of an attack that lands a Critical Hit adds the Damage Dice Roll a second time against the target, including any base amount in the Damage Dice Roll. The move ignores all positive combat stages on the target and all negative combat stages on the user. Critical Hit is lost after dealing the damage of the attack. The user adds 2d4 to the Appeal Roll as well as ignoring any effect that is lowering their Appeal Roll.</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Dynamax-Surge</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">The first time this Pokémon would be affected by an attack or take the Move Action on its turn it Dynamaxes for the next 3 Rounds before resolving the Move. This Status is then lost. (While Dynamaxed, all d4’s in the Appeal Roll become d6’s)</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Mega-Surge</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">The first time this Pokémon would be affected by an attack or take the Move Action on the initiative of its Mega statline it Mega Evolves for the next 10 minutes before resolving the Move. This Status is then lost. (A Mega Evolved Pokémon adds 1d4 to all of their total Appeal Rolls. This Status is then lost.)</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Tera-Surge</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">The first time this Pokémon would be affected by an attack or take the Move Action it Terastalizes for the next 10 minutes before resolving the Move. This Status is then lost. (When using a move where damage is boosted from Terastalization, add 2d4 to the total Appeal Roll. This Status is then lost.)</h5>
|
||
<br>
|
||
<h4 style="text-align: left; font-weight: bold;">Z-Surge</h4>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;">The first time this Pokémon would take the Move Action during its turn it selects its Z-Move according to its held Z-Crystal. This Status is then lost. (If the move becomes a boosted move from Z-Surge [typically from non-damaging moves], add 5d4 to the Appeal Roll. If the move would become a different move being Boosted from Z-Surge, replace the Move’s Contest Keywords and effects with the Z-Moves effect. If the Move adds Appeal Dice add it to the Appeal Dice of the Move it was used on.)</h5>
|
||
<br>
|
||
<h3 style="text-align: center; font-weight: bold;">Voltage</h3>
|
||
<h5 style="text-align: left; font-weight: bold;">All of the judges start at 1 Voltage for both contest rounds. The Voltage is seen by all performers during both rounds. The judges may have their favorite contest type of moves that they like to see and whenever that type is used increase the judge’s voltage by 1. If the opposite contest type of move is used, decrease the voltage by 1. Do know that a judge can like multiple different contest types. Or if the contest types are opposites, they just increase the voltage when used. Whenever a Voltage reaches their maximum a powerful boost of appeal is granted to the performer who increased the Voltage.</h5>
|
||
<br>
|
||
<h3 style="text-align: left; font-weight: bold;">Contest Types and their Opposite</h3>
|
||
<br>
|
||
<h5 style="text-align: left; font-weight: bold;font-size:120%;">Contest Type Opposite Contest Types</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">Beauty Tough and Smart<h5>
|
||
<h5 style="text-align: left; font-weight: bold;">Cool Smart and Cute</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">Cute Cool and Tough</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">Smart Cool and Beauty</h5>
|
||
<h5 style="text-align: left; font-weight: bold;">Tough Beauty and Cute</h5>
|
||
</div>
|
||
|
||
|
||
|
||
<rolltemplate class="sheet-rolltemplate-skill">
|
||
<table>
|
||
<tr><th>{{name}}</th></tr>
|
||
<tr><td><span class="tcat">{{name}}: </span>{{skill}}</td></tr>
|
||
<tr>
|
||
<td><span class="tcat">Effect:</span>{{effect}}</td>
|
||
</tr>
|
||
</table>
|
||
</rolltemplate>
|
||
|
||
|
||
<rolltemplate class="sheet-rolltemplate-Attack">
|
||
<table>
|
||
<tr><th>{{name}}</th></tr>
|
||
<tr><td class="subheader">{{subtags}}</td></tr>
|
||
<tr class="rowcolor"><td><span class="tcat">Attack:</span>{{attack}} | <span class="tcat">AC:</span>{{AC}}</td></tr>
|
||
<tr class="rowcolor"><td><span class="tcat">Damage:</span>{{damage}}</td></tr>
|
||
<tr><td><span class="tcat">Effect: </span>{{effect}}</td></tr>
|
||
</table>
|
||
</rolltemplate>
|
||
|
||
<rolltemplate class="sheet-rolltemplate-WeaponAttack">
|
||
<table>
|
||
<tr><th>{{name}}</th></tr>
|
||
<tr><td class="subheader">{{subtags}}</td></tr>
|
||
<tr class="rowcolor"><td><span class="tcat">Attack:</span>{{attack}} | <span class="tcat">AC:</span>{{AC}}</td></tr>
|
||
<tr class="rowcolor"><td><span class="tcat">Damage:</span>{{damage}}</td></tr>
|
||
<tr><td><span class="tcat">Effect: </span>{{effect}}</td></tr>
|
||
</table>
|
||
</rolltemplate>
|
||
|
||
<rolltemplate class="sheet-rolltemplate-Appeal">
|
||
<table>
|
||
<tr><th>{{name}} Appeal</th></tr>
|
||
<tr><td class="subheader">{{subtags}}</td></tr>
|
||
<tr class="rowcolor"><td><span class="tcat">Accuracy:</span>{{attack}} | <span class="tcat">AC:</span>{{AC}}</td></tr>
|
||
<tr class="rowcolor"><td><span class="tcat">Appeal:</span>{{appeal}}</td></tr>
|
||
<tr><td><span class="tcat">Contest Effect: </span>{{effect}}</td></tr>
|
||
<tr><td><span class="subheader">Elemental Type: </span>{{etype}}</td></tr>
|
||
<tr class="rowcolor"><td><span class="tcat">Damage:</span>{{damage}}</td></tr>
|
||
<tr><td><span class="tcat">Move Effect: </span>{{meffect}}</td></tr>
|
||
</table>
|
||
</rolltemplate>
|