mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add remaining Sword & Shield promos (#768)
This commit is contained in:
@ -13,7 +13,12 @@ const card: Card = {
|
||||
stage: "Basic",
|
||||
|
||||
name: {
|
||||
en: "Galarian Articuno"
|
||||
en: "Galarian Articuno",
|
||||
fr: "Artikodin de Galar",
|
||||
de: "Galar-Arktos",
|
||||
es: "Articuno de Galar",
|
||||
pt: "Articuno de Galar",
|
||||
it: "Articuno di Galar"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
@ -25,11 +30,21 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
en: "Cruel Charge"
|
||||
en: "Cruel Charge",
|
||||
fr: "Charge Implacable",
|
||||
de: "Gefühlskalter Ansturm",
|
||||
es: "Carga Calculadora",
|
||||
pt: "Carga Cruel",
|
||||
it: "Carica Sanguefreddo"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "When you play this Pokémon from your hand onto your Bench during your turn, you may attach up to 2 Psychic Energy cards from your hand to this Pokémon."
|
||||
en: "When you play this Pokémon from your hand onto your Bench during your turn, you may attach up to 2 {P} Energy cards from your hand to this Pokémon.",
|
||||
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc pendant votre tour, vous pouvez attacher jusqu'à 2 cartes Énergie {P} de votre main à ce Pokémon.",
|
||||
de: "Wenn du dieses Pokémon während deines Zuges aus deiner Hand auf deine Bank spielst, kannst du bis zu 2 {P}-Energiekarten aus deiner Hand an dieses Pokémon anlegen.",
|
||||
es: "Cuando juegas este Pokémon de tu mano a tu Banca durante tu turno, puedes unir hasta 2 cartas de Energía {P} de tu mano a este Pokémon.",
|
||||
pt: "Quando você jogar este Pokémon da sua mão para o seu Banco durante o seu turno, você poderá ligar até 2 cartas de Energia {P} da sua mão a este Pokémon.",
|
||||
it: "Quando giochi questo Pokémon dalla tua mano e lo metti in panchina durante il tuo turno, puoi assegnargli fino a due carte Energia {P} dalla tua mano."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -37,11 +52,21 @@ const card: Card = {
|
||||
cost: ["Psychic", "Psychic", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Psylaser"
|
||||
en: "Psylaser",
|
||||
fr: "Laser Psy",
|
||||
de: "Psilaser",
|
||||
es: "Psicoláser",
|
||||
pt: "Psicolaser",
|
||||
it: "Psicolaser"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Discard all Psychic Energy from this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)"
|
||||
en: "Discard all {P} Energy from this Pokémon. This attack does 120 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Défaussez toute l'Énergie {P} de ce Pokémon. Cette attaque inflige 120 dégâts à l'un des Pokémon de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
de: "Lege alle {P}-Energien von diesem Pokémon auf deinen Ablagestapel. Diese Attacke fügt 1 Pokémon deines Gegners 120 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)",
|
||||
es: "Descarta todas las Energías {P} de este Pokémon. Este ataque hace 120 puntos de daño a 1 de los Pokémon de tu rival. (No apliques Debilidad y Resistencia a los Pokémon en Banca).",
|
||||
pt: "Descarte todas as Energias {P} deste Pokémon. Este ataque causa 120 pontos de dano a 1 dos Pokémon do seu oponente (não aplique Fraqueza e Resistência aos Pokémon no Banco).",
|
||||
it: "Scarta tutte le Energie {P} da questo Pokémon. Questo attacco infligge 120 danni a uno dei Pokémon del tuo avversario. Non applicare debolezza e resistenza ai Pokémon in panchina."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user