mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
fix: SV sets now have their illustrator set (#743)
This commit is contained in:
@ -33,12 +33,12 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Attach a Basic Fighting Energy card from your hand to 1 of your Pokémon.",
|
||||
fr: "Attachez une carte Énergie Fighting de base de votre main à l'un de vos Pokémon.",
|
||||
es: "Une 1 carta de Energía Fighting Básica de tu mano a uno de tus Pokémon.",
|
||||
it: "Assegna a uno dei tuoi Pokémon una carta Energia base Fighting dalla tua mano.",
|
||||
pt: "Ligue uma carta de Energia Fighting Básica da sua mão a 1 dos seus Pokémon.",
|
||||
de: "Lege 1 Basis-Fighting-Energiekarte aus deiner Hand an 1 deiner Pokémon an."
|
||||
en: "Attach a Basic {F} Energy card from your hand to 1 of your Pokémon.",
|
||||
fr: "Attachez une carte Énergie {F} de base de votre main à l'un de vos Pokémon.",
|
||||
es: "Une 1 carta de Energía {F} Básica de tu mano a uno de tus Pokémon.",
|
||||
it: "Assegna a uno dei tuoi Pokémon una carta Energia base {F} dalla tua mano.",
|
||||
pt: "Ligue uma carta de Energia {F} Básica da sua mão a 1 dos seus Pokémon.",
|
||||
de: "Lege 1 Basis-{F}-Energiekarte aus deiner Hand an 1 deiner Pokémon an."
|
||||
}
|
||||
}, {
|
||||
cost: ["Fighting", "Fighting", "Colorless"],
|
||||
@ -70,7 +70,9 @@ const card: Card = {
|
||||
variants: {
|
||||
reverse: false,
|
||||
normal: false
|
||||
}
|
||||
},
|
||||
|
||||
illustrator: "Nurikabe"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user