From 700866dd0ef29760f4ab1a34acb3b8ada7570c42 Mon Sep 17 00:00:00 2001 From: wraythex <59678213+wraythex@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:12:14 -0600 Subject: [PATCH] Add new moves --- static/data/moves.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/static/data/moves.json b/static/data/moves.json index 1c330cb02..5fb89436f 100644 --- a/static/data/moves.json +++ b/static/data/moves.json @@ -1312,7 +1312,7 @@ "type": "Flying" }, "390": { - "name": "Natures Madness", + "name": "Nature's Madness", "type": "Fairy" }, "391": { @@ -1346,5 +1346,25 @@ "398": { "name": "Spirit Shackle", "type": "Ghost" + }, + "399": { + "name": "Volt Tackle", + "type": "Electric" + }, + "400": { + "name": "Darkest Lariat", + "type": "Dark" + }, + "401": { + "name": "Psywave", + "type": "Psychic" + }, + "402": { + "name": "Metal Sound", + "type": "Steel" + }, + "403": { + "name": "Sand Attack", + "type": "Ground" } }