mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Rongrigou V",
|
||||
en: "Greedent V"
|
||||
en: "Greedent V",
|
||||
es: "Greedent V",
|
||||
it: "Greedent V",
|
||||
pt: "Greedent V",
|
||||
de: "Schlaraffel V"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Igarashi",
|
||||
@ -18,12 +22,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Mâchouille",
|
||||
en: "Crunch"
|
||||
en: "Crunch",
|
||||
es: "Triturar",
|
||||
it: "Sgranocchio",
|
||||
pt: "Mastigada",
|
||||
de: "Knirscher"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez une Énergie du Pokémon Actif de votre adversaire.",
|
||||
en: "Discard an Energy from your opponent’s Active Pokémon."
|
||||
en: "Discard an Energy from your opponent’s Active Pokémon.",
|
||||
es: "Descarta 1 Energía del Pokémon Activo de tu rival.",
|
||||
it: "Scarta un’Energia dal Pokémon attivo del tuo avversario.",
|
||||
pt: "Descarte 1 Energia do Pokémon Ativo do seu oponente.",
|
||||
de: "Lege 1 Energie vom Aktiven Pokémon deines Gegners auf seinen Ablagestapel."
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
@ -31,12 +43,20 @@ const card: Card = {
|
||||
}, {
|
||||
name: {
|
||||
fr: "Écrasement Chancelant",
|
||||
en: "Stumbling Press"
|
||||
en: "Stumbling Press",
|
||||
es: "Presión Tambaleante",
|
||||
it: "Instabilpressa",
|
||||
pt: "Aperto Estabanado",
|
||||
de: "Stolpernder Ansturm"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Lancez une pièce. Si c’est pile, cette attaque ne fait rien.",
|
||||
en: "Flip a coin. If tails, this attack does nothing."
|
||||
en: "Flip a coin. If tails, this attack does nothing.",
|
||||
es: "Lanza 1 moneda. Si sale cruz, este ataque no hace nada.",
|
||||
it: "Lancia una moneta. Se esce croce, questo attacco non ha effetto.",
|
||||
pt: "Jogue 1 moeda. Se sair coroa, este ataque não fará nada.",
|
||||
de: "Wirf 1 Münze. Bei Zahl hat diese Attacke keine Auswirkungen."
|
||||
},
|
||||
|
||||
damage: 180,
|
||||
|
Reference in New Issue
Block a user