Skip to content

Commit

Permalink
lets go pika/eevee moves
Browse files Browse the repository at this point in the history
  • Loading branch information
TerraPrograms committed Sep 22, 2024
1 parent 9796b2f commit 90a5292
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 35 deletions.
18 changes: 11 additions & 7 deletions calc/src/data/moves.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2401,13 +2401,6 @@ const SM_PATCH: {[name: string]: DeepPartial<MoveData>} = {
},
'Black Hole Eclipse': {bp: 1, type: 'Dark', category: 'Physical', isZ: true},
'Bloom Doom': {bp: 1, type: 'Grass', category: 'Physical', isZ: true},
'Bouncy Bubble': {
bp: 90,
type: 'Water',
drain: [1, 2],
category: 'Special',
zp: 175,
},
'Breakneck Blitz': {bp: 1, type: 'Normal', category: 'Physical', isZ: true},
'Buzzy Buzz': {
bp: 90,
Expand Down Expand Up @@ -4145,9 +4138,11 @@ const LGPE_MOVES = [
'Splishy Splash',
'Veevee Volley',
];
/*
for (const m of LGPE_MOVES) {
delete SS[m];
}
*/

const SV_PATCH: {[name: string]: DeepPartial<MoveData>} = {
'Aerial Ace': {isSlicing: true},
Expand Down Expand Up @@ -4271,6 +4266,15 @@ const SV_PATCH: {[name: string]: DeepPartial<MoveData>} = {
isWind: true,
target: 'allAdjacentFoes',
},
'Bouncy Bubble': {
bp: 60,
type: 'Water',
category: 'Special',
target: 'allAdjacentFoes',
zp: 140,
maxPower: 130,
drain: [1, 2],
},
'Blood Moon': {bp: 120, category: 'Special', type: 'Normal'},
'Burning Bulwark': {bp: 0, type: 'Fire', priority: 4},
'Ceaseless Edge': {
Expand Down
37 changes: 13 additions & 24 deletions dist/calc/data/moves.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/calc/data/moves.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/honkalculate.html
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@
<script type="text/javascript" src="./calc/data/types.js?6b065b89"></script>
<script type="text/javascript" src="./calc/data/natures.js?04f00dc5"></script>
<script type="text/javascript" src="./calc/data/abilities.js?ed14e933"></script>
<script type="text/javascript" src="./calc/data/moves.js?0054571f"></script>
<script type="text/javascript" src="./calc/data/moves.js?2714e578"></script>
<script type="text/javascript" src="./calc/data/items.js?6bfb4498"></script>
<script type="text/javascript" src="./calc/data/index.js?083d2bc9"></script>
<script type="text/javascript" src="./calc/move.js?48331ad1"></script>
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1686,7 +1686,7 @@ <h5>OHKO Colors</h5>
<script type="text/javascript" src="./calc/data/types.js?6b065b89"></script>
<script type="text/javascript" src="./calc/data/natures.js?04f00dc5"></script>
<script type="text/javascript" src="./calc/data/abilities.js?ed14e933"></script>
<script type="text/javascript" src="./calc/data/moves.js?0054571f"></script>
<script type="text/javascript" src="./calc/data/moves.js?2714e578"></script>
<script type="text/javascript" src="./calc/data/items.js?6bfb4498"></script>
<script type="text/javascript" src="./calc/data/index.js?083d2bc9"></script>
<script type="text/javascript" src="./calc/move.js?48331ad1"></script>
Expand Down
2 changes: 1 addition & 1 deletion dist/randoms.html
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@
<script type="text/javascript" src="./calc/data/types.js?6b065b89"></script>
<script type="text/javascript" src="./calc/data/natures.js?04f00dc5"></script>
<script type="text/javascript" src="./calc/data/abilities.js?ed14e933"></script>
<script type="text/javascript" src="./calc/data/moves.js?0054571f"></script>
<script type="text/javascript" src="./calc/data/moves.js?2714e578"></script>
<script type="text/javascript" src="./calc/data/items.js?6bfb4498"></script>
<script type="text/javascript" src="./calc/data/index.js?083d2bc9"></script>
<script type="text/javascript" src="./calc/move.js?48331ad1"></script>
Expand Down

0 comments on commit 90a5292

Please sign in to comment.