mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-12 08:51:57 +00:00
Sword & Shield Fixes (#84)
* some fixes Signed-off-by: Avior <github@avior.me> * Some more changes Signed-off-by: Avior <github@avior.me> * u Signed-off-by: Avior <github@avior.me> * continuing update Signed-off-by: Avior <github@avior.me> * Finished ? Signed-off-by: Avior <github@avior.me> * Removed files that were not meant to be * Remoed even more files
This commit is contained in:
@@ -24,6 +24,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Minccino",
|
||||
fr: "Chinchidou",
|
||||
es: "Minccino",
|
||||
it: "Minccino",
|
||||
pt: "Minccino",
|
||||
de: "Picochilla"
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
@@ -41,7 +45,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "You must discard a card from your hand in order to use this Ability. Once during your turn, you may draw 2 cards.",
|
||||
fr: "Vous devez défausser une carte de votre main pour pouvoir utiliser ce talent. Une fois pendant votre tour, vous pouvez piocher 2 cartes.",
|
||||
fr: "Vous devez défausser une carte de votre main pour pouvoir utiliser ce talent. Une fois pendant votre tour, vous pouvez piocher 2 cartes.",
|
||||
es: "Debes descartar 1 carta de tu mano para poder usar esta habilidad. Una vez durante tu turno, puedes robar 2 cartas.",
|
||||
it: "Devi scartare una carta che hai in mano per usare questa abilità. Una sola volta durante il tuo turno, puoi pescare due carte.",
|
||||
pt: "Você deve descartar 1 carta da sua mão para usar esta Habilidade. Uma vez durante o seu turno, você poderá comprar 2 cartas.",
|
||||
@@ -65,7 +69,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Attach a basic Energy card from your discard pile to 1 of your Benched Pokémon.",
|
||||
fr: "Attachez une carte Énergie de base de votre pile de défausse à l’un de vos Pokémon de Banc.",
|
||||
fr: "Attachez une carte Énergie de base de votre pile de défausse à l'un de vos Pokémon de Banc.",
|
||||
es: "Une 1 carta de Energía Básica de tu pila de descartes a 1 de tus Pokémon en Banca.",
|
||||
it: "Assegna a uno dei tuoi Pokémon in panchina una carta Energia base dalla tua pila degli scarti.",
|
||||
pt: "Ligue 1 carta de Energia básica da sua pilha de descarte a 1 dos seus Pokémon no Banco.",
|
||||
@@ -94,8 +98,10 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its body secretes oil that this Pokémon spreads over its nest as a coating to protect it from dust. Cinccino won’t tolerate even a speck of the stuff."
|
||||
}
|
||||
en: "Its body secretes oil that this Pokémon spreads over its nest as a coating to protect it from dust. Cinccino won't tolerate even a speck of the stuff."
|
||||
},
|
||||
|
||||
dexId: [573]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user