Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivaD173 committed Sep 29, 2024
2 parents aff5b50 + 2618a83 commit 83b44a1
Show file tree
Hide file tree
Showing 12 changed files with 205 additions and 140 deletions.
1 change: 1 addition & 0 deletions src/honkalculate.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8" />
<title>Pok&eacute;mon Damage Calculator</title>
<link rel="icon" type="image/x-icon" href="./img/favicon.png">
<link type="text/css" rel="stylesheet" href="./css/vendor/bootstrap.css" />
<link type="text/css" rel="stylesheet" href="https://cdn.datatables.net/1.10.4/css/jquery.dataTables.min.css" />
<link type="text/css" rel="stylesheet" href="https://cdn.datatables.net/colvis/1.1.1/css/dataTables.colVis.css" />
Expand Down
Binary file added src/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8" />
<title>Pok&eacute;mon Damage Calculator</title>
<link rel="icon" type="image/x-icon" href="./img/favicon.png">
<link type="text/css" rel="stylesheet" href="./js/vendor/select2/select2.css" />
<link type="text/css" rel="stylesheet" href="./css/main.css?" />
<link type="text/css" rel="stylesheet" href="./css/vendor/bootstrap.css" />
Expand Down
6 changes: 3 additions & 3 deletions src/js/data/sets/gen1.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,16 +324,16 @@ var SETDEX_RBY = {
},
"Rhydon": {
"OU Standard": {"moves":["Earthquake","Rock Slide","Body Slam","Substitute"]},
"Ubers Standard": {"moves":["Earthquake","Rock Slide","Body Slam","Substitute"]},
"Ubers Physical Attacker": {"moves":["Earthquake","Body Slam","Substitute","Rock Slide"]},
"1v1 Standard": {"moves":["Earthquake","Rock Slide","Body Slam","Bubble Beam"]},
"Tradebacks OU Standard": {"moves":["Earthquake","Body Slam","Rock Slide","Substitute"]}
},
"Chansey": {
"OU BoltBeam": {"moves":["Thunderbolt","Ice Beam","Soft-Boiled","Thunder Wave"]},
"OU Sing": {"moves":["Sing","Ice Beam","Soft-Boiled","Thunder Wave"]},
"OU Reflect": {"moves":["Reflect","Seismic Toss","Soft-Boiled","Thunder Wave"]},
"Ubers Light Screen": {"moves":["Light Screen","Seismic Toss","Soft-Boiled","Thunder Wave"]},
"Ubers Sing": {"moves":["Sing","Seismic Toss","Soft-Boiled","Thunder Wave"]},
"Ubers Sing": {"moves":["Sing","Seismic Toss","Thunder Wave","Soft-Boiled"]},
"Ubers Light Screen": {"moves":["Light Screen","Seismic Toss","Thunder Wave","Soft-Boiled"]},
"1v1 The Egg": {"moves":["Ice Beam","Soft-Boiled","Thunder Wave","Reflect"]},
"Tradebacks OU Reflect": {"moves":["Reflect","Thunder Wave","Seismic Toss","Soft-Boiled"]},
"Tradebacks OU BoltBeam": {"moves":["Ice Beam","Thunderbolt","Soft-Boiled","Thunder Wave"]},
Expand Down
38 changes: 20 additions & 18 deletions src/js/data/sets/gen3.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/js/data/sets/gen4.js

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

Loading

0 comments on commit 83b44a1

Please sign in to comment.