1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 03:50:46 +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: "Beedrill",
fr: "Dardargnan",
es: "Beedrill",
it: "Beedrill",
pt: "Beedrill",
de: "Bibor"
},
illustrator: "kirisAki",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
15,
],
hp: 120,
types: [
"Grass",
],
evolveFrom: {
en: "Kakuna",
fr: "Coconfort",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@@ -33,10 +41,18 @@ const card: Card = {
name: {
en: "Sudden Sting",
fr: "Piqûre Inattendue",
es: "Picotazo Repentino",
it: "Rapidospina",
pt: "Estocada Súbita",
de: "Plötzlicher Stich"
},
effect: {
en: "If this Pokémon evolved from Kakuna during this turn, your opponent's Active Pokémon is now Paralyzed and Poisoned.",
en: "If this Pokémon evolved from Kakuna during this turn, your opponents Active Pokémon is now Paralyzed and Poisoned.",
fr: "Si ce Pokémon a évolué de Coconfort pendant ce tour, le Pokémon Actif de votre adversaire est maintenant Paralysé et Empoisonné.",
es: "Si este Pokémon ha evolucionado de Kakuna durante este turno, el Pokémon Activo de tu rival pasa a estar Paralizado y Envenenado.",
it: "Se questo Pokémon si è evoluto da Kakuna durante questo turno, il Pokémon attivo del tuo avversario viene paralizzato e avvelenato.",
pt: "Se este Pokémon evoluiu de Kakuna durante esta vez de jogar, o Pokémon Ativo do seu oponente será Paralisado e Envenenado.",
de: "Wenn sich dieses Pokémon während dieses Zuges aus Kokuna entwickelt hat, ist das Aktive Pokémon deines Gegners jetzt paralysiert und vergiftet."
},
damage: 10,
@@ -48,12 +64,17 @@ const card: Card = {
name: {
en: "Sharp Sting",
fr: "Piqûre Pointue",
es: "Aguijón Afilado",
it: "Tagliospina",
pt: "Ferroada Afiada",
de: "Scharfer Stich"
},
damage: 60,
},
],
weaknesses: [
{
type: "Fire",
@@ -61,10 +82,7 @@ const card: Card = {
},
],
retreat: 0
}
export default card