1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59:18 +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: "Weavile",
fr: "Dimoret",
es: "Weavile",
it: "Weavile",
pt: "Weavile",
de: "Snibunna"
},
illustrator: "MAHOU",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
461,
],
hp: 90,
types: [
"Water",
],
evolveFrom: {
en: "Sneasel",
fr: "Farfuret",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -33,10 +41,18 @@ const card: Card = {
name: {
en: "Nasty Plot",
fr: "Machination",
es: "Maquinación",
it: "Congiura",
pt: "Trama Maldosa",
de: "Ränkeschmied"
},
effect: {
en: "Search your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.",
fr: "Cherchez jusquà 2 cartes dans votre deck, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
es: "Busca en tu baraja hasta 2 cartas y ponlas en tu mano. Después, baraja las cartas de tu baraja.",
it: "Cerca nel tuo mazzo fino a due carte e aggiungile alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
pt: "Procure por até 2 cartas no seu baralho e coloque-as na sua mão. Em seguida, embaralhe o seu baralho.",
de: "Durchsuche dein Deck nach bis zu 2 Karten und nimm sie auf deine Hand. Mische anschließend dein Deck."
},
},
@ -49,12 +65,17 @@ const card: Card = {
name: {
en: "Slashing Claw",
fr: "Griffe Taillante",
es: "Garra Cuchillazo",
it: "Artigli Laceranti",
pt: "Garra Cortadora",
de: "Schlitzende Klaue"
},
damage: 110,
},
],
weaknesses: [
{
type: "Metal",
@ -62,10 +83,7 @@ const card: Card = {
},
],
retreat: 0
}
export default card