mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +00:00
feat: Add remaining Sword & Shield promos (#768)
This commit is contained in:
@ -8,7 +8,12 @@ const card: Card = {
|
||||
stage: "Basic",
|
||||
|
||||
name: {
|
||||
en: "Shadow Rider Calyrex V"
|
||||
en: "Shadow Rider Calyrex V",
|
||||
fr: "Sylveroy Cavalier d'Effroi V",
|
||||
de: "Rappenreiter-Coronospa V",
|
||||
es: "Calyrex Jinete Espectral V",
|
||||
pt: "Calyrex Cavaleiro Espectral V",
|
||||
it: "Calyrex Cavaliere Spettrale V"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
@ -19,21 +24,41 @@ const card: Card = {
|
||||
cost: ["Psychic"],
|
||||
|
||||
name: {
|
||||
en: "Cloak in Shadows"
|
||||
en: "Cloak in Shadows",
|
||||
fr: "Cape d'Effroi",
|
||||
de: "Schattengewand",
|
||||
es: "Manto Sombrío",
|
||||
pt: "Manto de Penumbra",
|
||||
it: "Manto Ombre"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Attach a Psychic Energy card from your discard pile to this Pokémon."
|
||||
en: "Attach a {P} Energy card from your discard pile to this Pokémon.",
|
||||
fr: "Attachez une carte Énergie {P} de votre pile de défausse à ce Pokémon.",
|
||||
de: "Lege 1 {P}-Energiekarte aus deinem Ablagestapel an dieses Pokémon an.",
|
||||
es: "Une 1 carta de Energía {P} de tu pila de descartes a este Pokémon.",
|
||||
pt: "Ligue 1 carta de Energia {P} da sua pilha de descarte a este Pokémon.",
|
||||
it: "Assegna a questo Pokémon una carta Energia {P} dalla tua pila degli scarti."
|
||||
}
|
||||
}, {
|
||||
cost: ["Psychic", "Psychic", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Hollow Binding"
|
||||
en: "Hollow Binding",
|
||||
fr: "Entrave Éthérée",
|
||||
de: "Fesselnde Macht",
|
||||
es: "Atadura Hueca",
|
||||
pt: "Aprisionamento Vazio",
|
||||
it: "Vincolo Vacuo"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, the Defending Pokémon can't retreat."
|
||||
en: "During your opponent's next turn, the Defending Pokémon can't retreat.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite.",
|
||||
de: "Während des nächsten Zuges deines Gegners kann sich das Verteidigende Pokémon nicht zurückziehen.",
|
||||
es: "Durante el próximo turno de tu rival, el Pokémon Defensor no puede retirarse.",
|
||||
pt: "Durante o próximo turno do seu oponente, o Pokémon Defensor não poderá recuar.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi."
|
||||
},
|
||||
|
||||
damage: 130
|
||||
|
Reference in New Issue
Block a user