1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-10 16:01:59 +00:00

Added Sun & Moon for other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-30 14:12:31 +02:00
parent 369f8dadf7
commit dc0dcff103
2732 changed files with 54455 additions and 6885 deletions

View File

@@ -5,25 +5,33 @@ const card: Card = {
name: {
en: "Whimsicott",
fr: "Farfaduvet",
es: "Whimsicott",
it: "Whimsicott",
pt: "Whimsicott",
de: "Elfun"
},
illustrator: "Kouki Saitou",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
547,
],
hp: 80,
types: [
"Fairy",
],
evolveFrom: {
en: "Cottonee",
fr: "Doudouvet",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -33,10 +41,18 @@ const card: Card = {
name: {
en: "The Wages of Fluff",
fr: "Prix de la Douceur",
es: "Precio de la Pelusa",
it: "Prezzo della Morbidezza",
pt: "Salário da Fofura",
de: "Wohlwollen"
},
effect: {
en: "If the Defending Pokémon is Knocked Out during your next turn, take 2 more Prize cards.",
fr: "Si le Pokémon Défenseur est mis K.O. pendant votre prochain tour, récupérez 2 cartes Récompense supplémentaires.",
es: "Si el Pokémon Defensor queda Fuera de Combate durante tu próximo turno, coge 2 cartas de Premio más.",
it: "Se il Pokémon difensore viene messo KO durante il tuo prossimo turno, prendi due carte Premio in più.",
pt: "Se o Pokémon Defensor for Nocauteado durante a sua próxima vez de jogar, pegue 2 cartas de Prêmio a mais.",
de: "Wenn das Verteidigende Pokémon während deines nächsten Zuges kampfunfähig wird, nimm 2 Preiskarten mehr."
},
},
@@ -47,18 +63,24 @@ const card: Card = {
name: {
en: "Fairy Wind",
fr: "Vent Féérique",
es: "Viento Feérico",
it: "Vento di Fata",
pt: "Vento de Fada",
de: "Feenbrise"
},
damage: 30,
},
],
weaknesses: [
{
type: "Metal",
value: "×2"
},
],
resistances: [
{
type: "Darkness",
@@ -66,9 +88,7 @@ const card: Card = {
},
],
retreat: 0
}
export default card