mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,23 +4,30 @@ import Set from '../SM Black Star Promos'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Tapu Fini",
|
||||
fr: "Tokopisco",
|
||||
es: "Tapu Fini",
|
||||
it: "Tapu Fini",
|
||||
pt: "Tapu Fini",
|
||||
de: "Kapu-Kime"
|
||||
},
|
||||
|
||||
illustrator: undefined,
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
788,
|
||||
],
|
||||
|
||||
hp: 120,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -28,6 +35,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Razor Fin",
|
||||
fr: "Aileron-Rasoir",
|
||||
es: "Aleta Afilada",
|
||||
it: "Pinnalama",
|
||||
pt: "Barbatana Cortante",
|
||||
de: "Rasierflosse"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
@ -41,14 +53,25 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Nature Wave",
|
||||
fr: "Onde Naturelle",
|
||||
es: "Ola de la Naturaleza",
|
||||
it: "Onda della Natura",
|
||||
pt: "Onda da Natureza",
|
||||
de: "Welle der Natur"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent has any Ultra Beasts in play, this attack can be used for {C}.",
|
||||
en: "If your opponent has any Ultra Beasts in play, this attack can be used for Colorless.",
|
||||
fr: "Si votre adversaire a une Ultra-Chimère en jeu, cette attaque peut être utilisée pour Colorless.",
|
||||
es: "Si tu rival tiene algún Ultraente en juego, este ataque se puede usar por 1 Energía Colorless.",
|
||||
it: "Se il tuo avversario ha delle Ultracreature in gioco, il costo di questo attacco è Colorless.",
|
||||
pt: "Se o seu oponente tiver alguma Ultracriatura em jogo, este ataque poderá ser usado com Colorless.",
|
||||
de: "Wenn dein Gegner mindestens 1 Ultrabestie im Spiel hat, kann diese Attacke für Colorless eingesetzt werden."
|
||||
},
|
||||
damage: 100,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Grass",
|
||||
@ -56,10 +79,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user