Skip to content

Commit

Permalink
JSON data update from smogon (#505)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 2, 2024
1 parent c44d022 commit 399304f
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 10 deletions.
3 changes: 3 additions & 0 deletions src/poke_env/data/static/learnset.json
Original file line number Diff line number Diff line change
Expand Up @@ -92693,6 +92693,7 @@
"absorb": ["9L6"],
"astonish": ["9L1"],
"calmmind": ["9M"],
"curse": ["9M"],
"endure": ["9M"],
"energyball": ["9M"],
"foulplay": ["9M", "9L18"],
Expand All @@ -92708,9 +92709,11 @@
"memento": ["9L54"],
"nastyplot": ["9M"],
"nightshade": ["9M"],
"painsplit": ["9M"],
"phantomforce": ["9M"],
"poltergeist": ["9M"],
"protect": ["9M"],
"psychup": ["9M"],
"ragepowder": ["9L36"],
"reflect": ["9M"],
"rest": ["9M"],
Expand Down
8 changes: 6 additions & 2 deletions src/poke_env/data/static/moves/gen5moves.json
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,12 @@
"accuracy": true,
"basePower": 0,
"category": "Status",
"condition": {
"counterMax": 729,
"duration": 2,
"onRestart": "onRestart",
"onStart": "onStart"
},
"contestType": "Clever",
"flags": {
"metronome": 1
Expand All @@ -276,11 +282,9 @@
"num": 502,
"onHit": "onHit",
"onPrepareHit": "onPrepareHit",
"onTryHit": "onTryHit",
"pp": 15,
"priority": 1,
"secondary": null,
"stallingMove": false,
"target": "self",
"type": "Psychic",
"zMove": {
Expand Down
8 changes: 6 additions & 2 deletions src/poke_env/data/static/moves/gen6moves.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,12 @@
"accuracy": true,
"basePower": 0,
"category": "Status",
"condition": {
"counterMax": 729,
"duration": 2,
"onRestart": "onRestart",
"onStart": "onStart"
},
"contestType": "Clever",
"flags": {
"metronome": 1
Expand All @@ -277,11 +283,9 @@
"num": 502,
"onHit": "onHit",
"onPrepareHit": "onPrepareHit",
"onTryHit": "onTryHit",
"pp": 15,
"priority": 1,
"secondary": null,
"stallingMove": false,
"target": "self",
"type": "Psychic",
"zMove": {
Expand Down
8 changes: 6 additions & 2 deletions src/poke_env/data/static/moves/gen7moves.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,12 @@
"accuracy": true,
"basePower": 0,
"category": "Status",
"condition": {
"counterMax": 729,
"duration": 2,
"onRestart": "onRestart",
"onStart": "onStart"
},
"contestType": "Clever",
"flags": {
"metronome": 1
Expand All @@ -345,11 +351,9 @@
"num": 502,
"onHit": "onHit",
"onPrepareHit": "onPrepareHit",
"onTryHit": "onTryHit",
"pp": 15,
"priority": 2,
"secondary": null,
"stallingMove": false,
"target": "self",
"type": "Psychic",
"zMove": {
Expand Down
8 changes: 6 additions & 2 deletions src/poke_env/data/static/moves/gen8moves.json
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,12 @@
"accuracy": true,
"basePower": 0,
"category": "Status",
"condition": {
"counterMax": 729,
"duration": 2,
"onRestart": "onRestart",
"onStart": "onStart"
},
"contestType": "Clever",
"flags": {
"metronome": 1
Expand All @@ -345,11 +351,9 @@
"num": 502,
"onHit": "onHit",
"onPrepareHit": "onPrepareHit",
"onTryHit": "onTryHit",
"pp": 15,
"priority": 2,
"secondary": null,
"stallingMove": false,
"target": "self",
"type": "Psychic",
"zMove": {
Expand Down
8 changes: 6 additions & 2 deletions src/poke_env/data/static/moves/gen9moves.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,12 @@
"accuracy": true,
"basePower": 0,
"category": "Status",
"condition": {
"counterMax": 729,
"duration": 2,
"onRestart": "onRestart",
"onStart": "onStart"
},
"contestType": "Clever",
"flags": {
"metronome": 1
Expand All @@ -367,11 +373,9 @@
"num": 502,
"onHit": "onHit",
"onPrepareHit": "onPrepareHit",
"onTryHit": "onTryHit",
"pp": 15,
"priority": 2,
"secondary": null,
"stallingMove": true,
"target": "self",
"type": "Psychic",
"zMove": {
Expand Down

0 comments on commit 399304f

Please sign in to comment.