mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Whirlipede",
|
||||
fr: "Scobolide",
|
||||
es: "Whirlipede",
|
||||
it: "Whirlipede",
|
||||
pt: "Whirlipede",
|
||||
de: "Rollum"
|
||||
},
|
||||
illustrator: "SATOSHI NAKAI",
|
||||
rarity: "Uncommon",
|
||||
@ -34,10 +38,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Spin Turn",
|
||||
fr: "Tournoyer",
|
||||
es: "Giro y Vuelta",
|
||||
it: "Girotondo",
|
||||
pt: "Volta Giratória",
|
||||
de: "Absatzdreher"
|
||||
},
|
||||
effect: {
|
||||
en: "Switch this Pokémon with 1 of your Benched Pokémon.",
|
||||
fr: "Échangez ce Pokémon avec l’un de vos Pokémon de Banc.",
|
||||
es: "Cambia este Pokémon por 1 de tus Pokémon en Banca.",
|
||||
it: "Scambia questo Pokémon con uno della tua panchina.",
|
||||
pt: "Troque este Pokémon por 1 dos seus Pokémon no Banco.",
|
||||
de: "Tausche dieses Pokémon gegen 1 Pokémon auf deiner Bank aus."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -51,6 +63,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Rollout",
|
||||
fr: "Roulade",
|
||||
es: "Desenrollar",
|
||||
it: "Rotolamento",
|
||||
pt: "Rolagem",
|
||||
de: "Walzer"
|
||||
},
|
||||
|
||||
damage: 60,
|
||||
|
Reference in New Issue
Block a user