1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 08:39:17 +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

@ -4,24 +4,30 @@ import Set from '../Team Up'
const card: Card = {
name: {
en: "Shaymin ◇",
fr: "Shaymin ",
fr: "Shaymin",
es: "Shaymin ◇",
it: "Shaymin ◇",
pt: "Shaymin ◇",
de: "Shaymin ◇"
},
illustrator: "kawayoo",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
492,
],
hp: 80,
types: [
"Grass",
],
stage: "Basic",
attacks: [
{
cost: [
@ -30,12 +36,21 @@ const card: Card = {
],
name: {
en: "Flower Storm",
fr: "Règle pour les cartes (Prisme Étoile)",
fr: "Tempête de Fleurs",
es: "Tormenta de Flores",
it: "Tempesta Floreale",
pt: "Tempestade Floral",
de: "Blütensturm"
},
effect: {
en: "This attack does 30 damage times the amount of basic Energy attached to all of your Pokémon.",
fr: "Cette attaque inflige 30 dégâts multipliés par le nombre dÉnergies de base attachées à tous vos Pokémon.",
es: "Este ataque hace 30 puntos de daño por cada Energía Básica unida a todos tus Pokémon.",
it: "Questo attacco infligge 30 danni per ogni Energia base assegnata ai tuoi Pokémon.",
pt: "Este ataque causa 30 pontos de dano vezes a quantidade de Energia básica ligada a todos os seus Pokémon.",
de: "Diese Attacke fügt 30 Schadenspunkte mal der Anzahl der an alle deine Pokémon angelegten Basis-Energien zu."
},
damage: 30,
damage: "30×",
},
{
@ -53,6 +68,7 @@ const card: Card = {
},
],
weaknesses: [
{
type: "Fire",
@ -60,10 +76,7 @@ const card: Card = {
},
],
retreat: 0
}
export default card