Frequently Asked Questions: Difference between revisions
Make list of editable moves collapsible |
m Add Thrash to list of moves with hardcoded behavior |
||
| Line 228: | Line 228: | ||
<div style="font-weight:bold;line-height:1.6;">List of moves with hardcoded effects (click the button to the right to expand)</div> | <div style="font-weight:bold;line-height:1.6;">List of moves with hardcoded effects (click the button to the right to expand)</div> | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
* 009: Thrash (makes the user attack in a random direction) | |||
* 031: Weather Ball (has a special type check in <code>GetMoveTypeForMonster</code>) | * 031: Weather Ball (has a special type check in <code>GetMoveTypeForMonster</code>) | ||
* 064: Thunder (has a special accuracy check in <code>MoveHitCheck</code>) | * 064: Thunder (has a special accuracy check in <code>MoveHitCheck</code>) | ||