mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +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: {
|
||||
en: "Rapid Strike Urshifu V",
|
||||
fr: "Shifours Mille Poings V"
|
||||
fr: "Shifours Mille Poings V",
|
||||
es: "Urshifu Golpe Fluido V",
|
||||
it: "Urshifu Pluricolpo V",
|
||||
pt: "Urshifu Golpe Fluido V",
|
||||
de: "Fließender-Angriff-Wulaosu V"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
@ -18,12 +22,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Strafe",
|
||||
fr: "Bombarder"
|
||||
fr: "Bombarder",
|
||||
es: "Pasada de Ataque",
|
||||
it: "Mitragliare",
|
||||
pt: "Bombardear",
|
||||
de: "Beharken"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "You may switch this Pokémon with 1 of your Benched Pokémon.",
|
||||
fr: "Vous pouvez échanger ce Pokémon contre l’un de vos Pokémon de Banc."
|
||||
fr: "Vous pouvez échanger ce Pokémon contre l’un de vos Pokémon de Banc.",
|
||||
es: "Puedes cambiar este Pokémon por 1 de tus Pokémon en Banca.",
|
||||
it: "Puoi scambiare questo Pokémon con uno della tua panchina.",
|
||||
pt: "Você pode trocar este Pokémon por 1 dos seus Pokémon no Banco.",
|
||||
de: "Du kannst dieses Pokémon gegen 1 Pokémon auf deiner Bank austauschen."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -31,7 +43,11 @@ const card: Card = {
|
||||
}, {
|
||||
name: {
|
||||
en: "Hundred Furious Blows",
|
||||
fr: "Multicoups Furieux"
|
||||
fr: "Multicoups Furieux",
|
||||
es: "Cien Golpes Furiosos",
|
||||
it: "Cento Colpi Distruttivi",
|
||||
pt: "Centenas de Golpes Furiosos",
|
||||
de: "Hundert heftige Schläge"
|
||||
},
|
||||
|
||||
damage: 150,
|
||||
|
Reference in New Issue
Block a user