mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +00:00
feat: Add remaining Sword & Shield promos (#768)
This commit is contained in:
@ -8,7 +8,12 @@ const card: Card = {
|
||||
stage: "VMAX",
|
||||
|
||||
name: {
|
||||
en: "Crobat VMAX"
|
||||
en: "Crobat VMAX",
|
||||
fr: "Nostenfer VMAX",
|
||||
de: "Iksbat VMAX",
|
||||
es: "Crobat VMAX",
|
||||
pt: "Crobat VMAX",
|
||||
it: "Crobat VMAX"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
@ -17,18 +22,33 @@ const card: Card = {
|
||||
types: ["Darkness"],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Crobat V"
|
||||
en: "Crobat V",
|
||||
fr: "Nostenfer-V",
|
||||
de: "Iksbat-V",
|
||||
es: "Crobat V",
|
||||
pt: "Crobat V",
|
||||
it: "Crobat-V"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Darkness", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Stealth Poison"
|
||||
en: "Stealth Poison",
|
||||
fr: "Poison Évasif",
|
||||
de: "Tarngift",
|
||||
es: "Veneno Sigiloso",
|
||||
pt: "Veneno Furtivo",
|
||||
it: "Veleno Subdolo"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Poisoned. Switch this Pokémon with 1 of your Benched Pokémon."
|
||||
en: "Your opponent's Active Pokémon is now Poisoned. Switch this Pokémon with 1 of your Benched Pokémon.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné. Échangez ce Pokémon contre l'un de vos Pokémon de Banc.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt vergiftet. Tausche dieses Pokémon gegen 1 Pokémon auf deiner Bank aus.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado. Cambia este Pokémon por 1 de tus Pokémon en Banca.",
|
||||
pt: "O Pokémon Ativo do seu oponente agora está Envenenado. Troque este Pokémon por 1 dos seus Pokémon no Banco.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato. Scambia questo Pokémon con uno della tua panchina."
|
||||
},
|
||||
|
||||
damage: 70
|
||||
@ -36,7 +56,12 @@ const card: Card = {
|
||||
cost: ["Darkness", "Darkness", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Max Cutter"
|
||||
en: "Max Cutter",
|
||||
fr: "Tranchomax",
|
||||
de: "Dyna-Schnitt",
|
||||
es: "Maxicorte",
|
||||
pt: "Cortador Max",
|
||||
it: "Dynalama"
|
||||
},
|
||||
|
||||
damage: 180
|
||||
|
Reference in New Issue
Block a user