1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-10 07:51:58 +00:00

Fixed most POP sets (#99)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-10-26 17:23:45 +02:00
committed by GitHub
parent 829d78fa6f
commit afd3a664ae
153 changed files with 2328 additions and 1124 deletions

View File

@@ -5,32 +5,34 @@ const card: Card = {
name: {
en: "Torkoal",
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
324,
],
hp: 80,
types: [
"Fighting",
],
stage: "Basic",
attacks: [
{
cost: [
"Fighting",
"Colorless",
],
name: {
en: "Amnesia",
},
effect: {
en: "Choose 1 of the Defending Pokémon's attacks. That Pokémon can't use that attack during your opponent's next turn.",
en: "Choose 1 of the Defending Pokémons attacks. That Pokémon cant use that attack during your opponents next turn.",
},
},
@@ -49,17 +51,14 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Water",
value: "×2"
type: "Water"
},
],
retreat: 2
}
export default card