1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 12:22:14 +00:00

Added Celebrations Datas (#124)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
Florian Bouillon 2021-10-26 17:21:38 +02:00 committed by GitHub
parent 2e18aa4aac
commit 829d78fa6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
47 changed files with 315 additions and 116 deletions

View File

@ -66,7 +66,7 @@ const card: Card = {
de: "Lege 1 Energie von diesem Pokémon auf deinen Ablagestapel."
},
damage: "120",
damage: 120,
cost: ["Fire", "Fire", "Colorless"]
}],
@ -81,7 +81,13 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "E"
regulationMark: "E",
description: {
en: "It will reveal itself before a pure-hearted Trainer by shining its bright, rainbow-colored wings."
},
dexId: [250]
}
export default card

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -46,7 +46,7 @@ const card: Card = {
de: "Wenn dein Gegner eine Stadionkarte im Spiel hat, lege sie auf seinen Ablagestapel."
},
damage: "30",
damage: 30,
cost: ["Colorless", "Colorless"]
}, {
name: {
@ -77,7 +77,13 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "E"
regulationMark: "E",
description: {
en: "Concealing itself in lightning clouds, it flies throughout the Unova region. It creates electricity in its tail."
},
dexId: [644]
}
export default card

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Kent Kanetsuna",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 120,
types: ["Fighting"],
@ -57,7 +57,8 @@ const card: Card = {
value: "-20"
}],
retreat: 4
retreat: 4,
suffix: "Prime"
}
export default card

View File

@ -5,11 +5,11 @@ const card: Card = {
set: Set,
name: {
en: "Luxray LV. X GL"
en: "Luxray GL LV.X"
},
illustrator: "Mitsuhiro Arita",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 110,
types: ["Lightning"],
@ -50,7 +50,8 @@ const card: Card = {
value: "-20"
}],
retreat: 0
retreat: 0,
suffix: "SP"
}
export default card

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -59,7 +59,7 @@ const card: Card = {
de: "Psychoschuss"
},
damage: "30",
damage: 30,
cost: ["Psychic", "Colorless"]
}],
@ -74,7 +74,13 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "E"
regulationMark: "E",
description: {
en: "Its DNA is said to contain the genetic codes of all Pokémon, so it can use all kinds of techniques."
},
dexId: [151]
}
export default card

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "5ban Graphics",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 130,
types: ["Fire"],
@ -44,7 +44,11 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
description: {
en: "This Pokémon appears in legends. It sends flames into the air from its tail, burning up everything around it."
}
}
export default card

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "5ban Graphics",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 130,
types: ["Lightning"],
@ -44,7 +44,11 @@ const card: Card = {
value: "×2"
}],
retreat: 2
retreat: 2,
description: {
en: "This Pokémon appears in legends. In its tail, it has a giant generator that creates electricity."
}
}
export default card

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -57,7 +57,7 @@ const card: Card = {
de: "Aurorahörner"
},
damage: "100",
damage: 100,
cost: ["Psychic", "Colorless", "Colorless"]
}],
@ -67,7 +67,13 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "E"
regulationMark: "E",
description: {
en: "When the horns on its head shine in seven different colors, it is said to be sharing everlasting life."
},
dexId: [716]
}
export default card

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -60,7 +60,13 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "E"
regulationMark: "E",
description: {
en: "Whether or not it's a Pokémon from this world is a mystery. When it's in a jam, it warps away to a safe place to hide."
},
dexId: [789]
}
export default card

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -70,7 +70,13 @@ const card: Card = {
de: "Cosmog"
},
regulationMark: "E"
regulationMark: "E",
description: {
en: "As it absorbs light, Cosmoem continues to grow. Its golden shell is surprisingly solid."
},
dexId: [790]
}
export default card

View File

@ -5,11 +5,11 @@ const card: Card = {
set: Set,
name: {
en: "Garchomp LV. X C"
en: "Garchomp C LV.X"
},
illustrator: "Shizurow",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 110,
types: ["Colorless"],
@ -44,7 +44,8 @@ const card: Card = {
value: "×2"
}],
retreat: 0
retreat: 0,
suffix: "SP"
}
export default card

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -66,7 +66,7 @@ const card: Card = {
de: "Diese Attacke fügt auch 1 Pokémon auf der Bank deines Gegners 30 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
},
damage: "130",
damage: 130,
cost: ["Psychic", "Colorless", "Colorless"]
}],
@ -91,7 +91,13 @@ const card: Card = {
de: "Cosmovum"
},
regulationMark: "E"
regulationMark: "E",
description: {
en: "It sometimes summons unknown powers and life-forms here to this world from holes that lead to other worlds."
},
dexId: [792]
}
export default card

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Mitsuhiro Arita",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 100,
types: ["Grass"],
@ -29,7 +29,23 @@ const card: Card = {
value: ""
}],
retreat: 2
retreat: 2,
description: {
en: "This plant blooms when it is absorbing solar energy. It stays on the move to seek sunlight."
},
abilities: [{
type: "Pokemon Power",
name: {
en: "Energy Trans"
},
effect: {
en: "As often as you like during your turn (before your attack), you may take 1 Grass Energy card attached to 1 of your Pokémon and attach it to a different one. This power can't be used if Venusaur is Asleep, Confused, or Paralyzed."
}
}]
}
export default card

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -79,7 +79,8 @@ const card: Card = {
retreat: 2,
regulationMark: "E",
suffix: "V"
suffix: "V",
dexId: [888]
}
export default card

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -58,7 +58,7 @@ const card: Card = {
de: "Riesiger Riss"
},
damage: "120",
damage: 120,
cost: ["Fighting", "Fighting", "Colorless", "Colorless"]
}],
@ -68,7 +68,13 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "E"
regulationMark: "E",
description: {
en: "This legendary Pokémon is said to represent the land. It went to sleep after dueling Kyogre."
},
dexId: [383]
}
export default card

View File

@ -5,11 +5,11 @@ const card: Card = {
set: Set,
name: {
en: "Umbreon "
en: "Umbreon Star"
},
illustrator: "Masakazu Fukuda",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 70,
types: ["Darkness"],
@ -23,7 +23,7 @@ const card: Card = {
},
effect: {
en: "You can't have more than 1 Pokémon★ in your deck."
en: "Once during your turn, when you put Umbreon Star from your hand onto your Bench, you may choose 1 card from your opponent's hand without looking and discard it."
}
}],

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -59,7 +59,7 @@ const card: Card = {
de: "Schwerer Einschlag"
},
damage: "150",
damage: 150,
cost: ["Fighting", "Fighting", "Colorless"]
}],
@ -70,7 +70,8 @@ const card: Card = {
retreat: 2,
regulationMark: "E",
suffix: "V"
suffix: "V",
dexId: [889]
}
export default card

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -57,7 +57,7 @@ const card: Card = {
de: "Dunkelfeder"
},
damage: "100",
damage: 100,
cost: ["Darkness", "Colorless", "Colorless"]
}],
@ -72,7 +72,13 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "E"
regulationMark: "E",
description: {
en: "When its life comes to an end, it absorbs the life energy of every living thing and turns into a cocoon once more."
},
dexId: [717]
}
export default card

View File

@ -76,7 +76,13 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "E"
regulationMark: "E",
description: {
en: "When Reshiram's tail flares, the heat energy moves the atmosphere and changes the world's weather."
},
dexId: [643]
}
export default card

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -81,7 +81,13 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "E"
regulationMark: "E",
description: {
en: "It has the power to control time. It appears in Sinnoh-region myths as an ancient deity."
},
dexId: [483]
}
export default card

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Kagemaru Himeno",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 30,
types: ["Colorless"],
@ -27,7 +27,11 @@ const card: Card = {
cost: ["Colorless"]
}],
retreat: 0
retreat: 0,
description: {
en: "Because of its unusual, star-like silhouette, people believe that it came here on a meteor."
}
}
export default card

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -34,18 +34,18 @@ const card: Card = {
en: "Rush In",
fr: "Intervention",
es: "Apremio",
it: "Assalto",
it: "Capofitto",
pt: "Pressa",
de: "Hineinstürmen"
},
effect: {
en: "Once during your turn, if this Pokémon is on your Bench, you may switch it with your Active Pokémon.",
fr: "Une seule fois pendant votre tour (avant votre attaque), si ce Pokémon est sur votre Banc, vous pouvez échanger ce Pokémon avec votre Pokémon Actif.",
es: "Una vez durante tu turno (antes de tu ataque), si este Pokémon está en tu Banca, puedes cambiar a este Pokémon por tu Pokémon Activo.",
it: "Una sola volta durante il tuo turno, prima di attaccare, se questo Pokémon è nella tua panchina, puoi scambiarlo con il tuo Pokémon attivo.",
fr: "Une fois pendant votre tour, si ce Pokémon est sur votre Banc, vous pouvez l'échanger contre votre Pokémon Actif.",
es: "Una vez durante tu turno, si este Pokémon está en tu Banca, puedes cambiarlo por tu Pokémon Activo.",
it: "Una sola volta durante il tuo turno, se questo Pokémon è nella tua panchina, puoi scambiarlo con il tuo Pokémon attivo.",
pt: "Uma vez durante sua vez de jogar (antes de atacar), se este Pokémon estiver em seu Banco, você poderá trocá-lo com seu Pokémon Ativo.",
de: "Einmal während deines Zuges (vor deinem Angriff) kannst du, wenn sich dieses Pokémon auf deiner Bank befindet, dieses Pokémon gegen dein Aktives Pokémon austauschen."
de: "Einmal während deines Zuges, wenn sich dieses Pokémon auf deiner Bank befindet, kannst du es gegen dein Aktives Pokémon austauschen."
}
}],
@ -68,7 +68,7 @@ const card: Card = {
de: "Lege bis zu 2 Basis-Energiekarten aus deinem Ablagestapel an 1 Pokémon auf deiner Bank an."
},
damage: "100",
damage: 100,
cost: ["Colorless", "Colorless"]
}],
@ -93,7 +93,13 @@ const card: Card = {
de: "Cosmovum"
},
regulationMark: "E"
regulationMark: "E",
description: {
en: "In writings from the distant past, it's called by the name \"the beast that devours the sun.\""
},
dexId: [791]
}
export default card

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -67,7 +67,7 @@ const card: Card = {
de: "Während deines nächsten Zuges kann dieses Pokémon nicht angreifen."
},
damage: "160",
damage: 160,
cost: ["Colorless", "Colorless", "Colorless", "Colorless"]
}],
@ -82,7 +82,13 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "E"
regulationMark: "E",
description: {
en: "It is said to be the guardian of the seas. It is rumored to have been seen on the night of a storm."
},
dexId: [249]
}
export default card

View File

@ -7,17 +7,17 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
name: {
en: "Professor's Research (Professor Oak)",
fr: "Recherches Professorales",
es: "Investigación de Profesores",
it: "Ricerca Accademica",
fr: "Recherches Professorales (Professeur Chen)",
es: "Investigación de Profesores (Profesor Oak)",
it: "Ricerca Accademica (Professor Oak)",
pt: "Pesquisa de Professores",
de: "Forschung des Professors"
de: "Forschung des Professors (Prof. Eich)"
},
rarity: "Rare",

View File

@ -7,17 +7,17 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
name: {
en: "Professor's Research (Professor Oak)",
fr: "Recherches Professorales",
es: "Investigación de Profesores",
it: "Ricerca Accademica",
fr: "Recherches Professorales (Professeur Chen)",
es: "Investigación de Profesores (Profesor Oak)",
it: "Ricerca Accademica (Professor Oak)",
pt: "Pesquisa de Professores",
de: "Forschung des Professors"
de: "Forschung des Professors (Prof. Eich)"
},
rarity: "Ultra Rare",

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Kagemaru Himeno",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 50,
types: ["Lightning"],
@ -33,7 +33,11 @@ const card: Card = {
value: ""
}],
retreat: 1
retreat: 1,
description: {
en: "Your Birthdate: ______________________________"
}
}
export default card

View File

@ -20,7 +20,7 @@ const card: Card = {
de: "Mew"
},
rarity: "Secret Rare",
rarity: "Rare",
category: "Pokemon",
hp: 60,
types: ["Psychic"],
@ -59,7 +59,7 @@ const card: Card = {
de: "Psychoschuss"
},
damage: "30",
damage: 30,
cost: ["Psychic", "Colorless"]
}],
@ -74,7 +74,13 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "E"
regulationMark: "E",
description: {
en: "Its DNA is said to contain the genetic codes of all Pokémon, so it can use all kinds of techniques."
},
dexId: [151]
}
export default card

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Ken Sugimori",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 100,
types: ["Water"],
@ -33,7 +33,23 @@ const card: Card = {
value: ""
}],
retreat: 3
retreat: 3,
description: {
en: "A brutal Pokémon with pressurized water jets on its shell. They are used for high-speed tackles."
},
abilities: [{
type: "Pokemon Power",
name: {
en: "Rain Dance"
},
effect: {
en: "As often as you like during your turn (before your attack), you may attach 1 Water Energy card to 1 of your Water Pokémon. (This doesn't use up your 1 Energy card attachment for the turn.) This power can't be used if Blastoise is Asleep, Confused, or Paralyzed."
}
}]
}
export default card

View File

@ -57,7 +57,7 @@ const card: Card = {
de: "Surfer"
},
damage: "120",
damage: 120,
cost: ["Water", "Water", "Colorless", "Colorless"]
}],
@ -67,7 +67,13 @@ const card: Card = {
}],
retreat: 3,
regulationMark: "E"
regulationMark: "E",
description: {
en: "It is said to have widened the seas by causing downpours. It had been asleep in a marine trench."
},
dexId: [382]
}
export default card

View File

@ -78,7 +78,13 @@ const card: Card = {
}],
retreat: 2,
regulationMark: "E"
regulationMark: "E",
description: {
en: "It has the ability to distort space. It is described as a deity in Sinnoh-region mythology."
},
dexId: [484]
}
export default card

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Mitsuhiro Arita",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 120,
types: ["Fire"],
@ -38,7 +38,23 @@ const card: Card = {
value: "-30"
}],
retreat: 3
retreat: 3,
description: {
en: "Spits fire that is hot enough to melt boulders. Known to unintentionally cause forest fires."
},
abilities: [{
type: "Pokemon Power",
name: {
en: "Energy Burn"
},
effect: {
en: "As often as you like during your turn (before your attack), you may turn all Energy attached to Charizard into Fire Energy for the rest of the turn. This power can't be used if Charizard is Asleep, Confused, or Paralyzed."
}
}]
}
export default card

View File

@ -37,7 +37,7 @@ const card: Card = {
de: "Nagen"
},
damage: "10",
damage: 10,
cost: ["Colorless"]
}, {
name: {
@ -58,7 +58,7 @@ const card: Card = {
de: "Wirf 1 Münze. Bei Zahl fügt dieses Pokémon auch sich selbst 10 Schadenspunkte zu."
},
damage: "30",
damage: 30,
cost: ["Lightning", "Colorless"]
}],
@ -68,7 +68,13 @@ const card: Card = {
}],
retreat: 1,
regulationMark: "E"
regulationMark: "E",
description: {
en: "It has small electric sacs on both its cheeks. If threatened, it looses electric charges from the sacs."
},
dexId: [25]
}
export default card

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Shizurow",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 170,
types: ["Psychic"],

View File

@ -46,7 +46,7 @@ const card: Card = {
de: "Wirf 1 Münze. Bei Kopf ist das Aktive Pokémon deines Gegners jetzt paralysiert."
},
damage: "20",
damage: 20,
cost: ["Lightning"]
}, {
name: {
@ -67,7 +67,7 @@ const card: Card = {
de: "Wirf 1 Münze. Bei Zahl hat diese Attacke keine Auswirkungen. Verhindere bei Kopf während des nächsten Zuges deines Gegners allen Schaden durch und alle Effekte von Attacken, die diesem Pokémon zugefügt werden."
},
damage: "120",
damage: 120,
cost: ["Colorless", "Colorless", "Colorless"]
}],
@ -83,7 +83,8 @@ const card: Card = {
retreat: 0,
regulationMark: "E",
suffix: "V"
suffix: "V",
dexId: [25]
}
export default card

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "5ban Graphics",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 170,
types: ["Psychic"],

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Ken Sugimori",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 30,
types: ["Water"],
@ -42,7 +42,11 @@ const card: Card = {
value: ""
}],
retreat: 1
retreat: 1,
description: {
en: "An underpowered, pathetic Pokémon. It may jump high on rare occasions, but never more than seven feet."
}
}
export default card

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -46,7 +46,7 @@ const card: Card = {
de: "Verhindere während des nächsten Zuges deines Gegners allen Schaden, der diesem Pokémon durch Attacken von Basis-Pokémon zugefügt wird."
},
damage: "160",
damage: 160,
cost: ["Lightning", "Colorless", "Colorless"]
}],
@ -71,7 +71,8 @@ const card: Card = {
de: "Fliegendes Pikachu-V"
},
regulationMark: "E"
regulationMark: "E",
dexId: [25]
}
export default card

View File

@ -9,9 +9,13 @@ const card: Card = {
},
illustrator: "Ken Sugimori",
rarity: "None",
rarity: "Ultra Rare",
category: "Trainer",
trainerType: "Supporter"
trainerType: "Supporter",
effect: {
en: "Your opponent shuffles his or her hand into his or her deck, then draws 7 cards."
}
}
export default card

View File

@ -9,11 +9,11 @@ const card: Card = {
},
illustrator: "5ban Graphics",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 220,
types: ["Colorless"],
stage: "Basic",
stage: "MEGA",
suffix: "EX",
abilities: [{

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -37,7 +37,7 @@ const card: Card = {
de: "Surfer"
},
damage: "150",
damage: 150,
cost: ["Water", "Water", "Water"]
}],
@ -48,7 +48,8 @@ const card: Card = {
retreat: 1,
regulationMark: "E",
suffix: "V"
suffix: "V",
dexId: [25]
}
export default card

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Ken Sugimori",
rarity: "None",
rarity: "Ultra Rare",
category: "Trainer",
effect: {

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Ryo Ueda",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 90,
types: ["Psychic"],
@ -24,7 +24,7 @@ const card: Card = {
},
effect: {
en: "When a Pokémon-ex has been knocked out, your opponent takes 2 Prize cards."
en: "Mew ex can use the attacks of all Pokémon in play as its own. (You still need the necessary Energy to use each attack.)"
}
}],

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Kagemaru Himeno",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 70,
types: ["Water"],
@ -38,7 +38,23 @@ const card: Card = {
value: "-30"
}],
retreat: 2
retreat: 2,
description: {
en: "Normally found only in the deep ocean, it has recently been seen in shallow waters as well."
},
abilities: [{
type: "Pokemon Power",
name: {
en: "Final Beam"
},
effect: {
en: "When Dark Gyarados is Knocked Out by an attack, flip a coin. If heads, this power does 20 damage for each Water Energy attached to Dark Gyarados to the Pokémon that Knocked Out Dark Gyarados. Apply Weakness and Resistance. This power doesn't work if Dark Gyarados is Asleep, Confused, or Paralyzed."
}
}]
}
export default card

View File

@ -7,7 +7,7 @@ const card: Card = {
variants: {
normal: false,
reverse: false,
holo: false,
holo: true,
firstEdition: false
},
@ -46,7 +46,7 @@ const card: Card = {
de: "Diese Attacke fügt auch jedem Pokémon auf der Bank deines Gegners 30 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
},
damage: "160",
damage: 160,
cost: ["Water", "Water", "Water"]
}],
@ -66,7 +66,8 @@ const card: Card = {
de: "Surfendes Pikachu-V"
},
regulationMark: "E"
regulationMark: "E",
dexId: [25]
}
export default card

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Masahiko Ishii",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 150,
types: ["Fire"],
@ -24,7 +24,7 @@ const card: Card = {
},
effect: {
en: "When a Pokémon-ex has been knocked out, your opponent takes 2 Prize cards."
en: "Once during your turn (before your attack), if Gardevoir ex is your Active Pokémon, you may put an Imprison marker on 1 of your opponent's Pokémon. Any Pokémon that has any Imprison markers on it can't use any Poké-Powers or Poké-Bodies. This power can't be used if Gardevoir ex is affected by a Special Condition."
}
}],

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "5ban Graphics",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 170,
types: ["Fairy"],

View File

@ -9,7 +9,7 @@ const card: Card = {
},
illustrator: "Kazuo Yazawa",
rarity: "None",
rarity: "Ultra Rare",
category: "Pokemon",
hp: 100,
types: ["Fighting"],