1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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

@ -4,23 +4,30 @@ import Set from '../SM Black Star Promos'
const card: Card = {
name: {
en: "Pikipek",
fr: "Picassaut",
es: "Pikipek",
it: "Pikipek",
pt: "Pikipek",
de: "Peppeck"
},
illustrator: "match",
rarity: "Common",
category: "Pokemon",
illustrator: "match",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
731,
],
hp: 60,
types: [
"Colorless",
],
stage: "Basic",
attacks: [
{
cost: [
@ -29,20 +36,32 @@ const card: Card = {
],
name: {
en: "Nosedive",
fr: "Descente en Piqué",
es: "Ataque en Picado",
it: "Rapidiscesa",
pt: "Mergulhar de Bico",
de: "Sturzflugangriff"
},
effect: {
en: "This Pokémon does 20 damage to itself.",
fr: "Ce Pokémon sinflige 20 dégâts.",
es: "Este Pokémon se hace 20 puntos de daño a sí mismo.",
it: "Questo Pokémon infligge 20 danni a se stesso.",
pt: "Este Pokémon causa 20 pontos de dano a si mesmo.",
de: "Dieses Pokémon fügt sich selbst 20 Schadenspunkte zu."
},
damage: 40,
},
],
weaknesses: [
{
type: "Lightning",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@ -50,9 +69,7 @@ const card: Card = {
},
],
retreat: 1
}
export default card