1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-22 03:49:19 +00:00

feat: Add remaining Sword & Shield promos (#768)

This commit is contained in:
2025-05-26 13:53:06 +02:00
committed by GitHub
parent 25df3092d2
commit 8c77025f4e
285 changed files with 10818 additions and 868 deletions

View File

@ -5,13 +5,18 @@ const card: Card = {
set: Set,
name: {
en: "Zacian LV.X"
en: "Zacian",
fr: "Zacian",
de: "Zacian",
es: "Zacian",
pt: "Zacian",
it: "Zacian"
},
illustrator: "5ban Graphics",
rarity: "None",
category: "Pokemon",
stage: "LEVEL-UP",
stage: "BREAK",
abilities: [{
type: "Poke-BODY",
@ -29,13 +34,23 @@ const card: Card = {
cost: ["Metal", "Metal", "Colorless"],
name: {
en: "Brave Blade"
en: "Brave Blade",
fr: "Lame Vaillante",
de: "Couragierte Klinge",
es: "Cuchilla Osada",
pt: "Lâmina Valente",
it: "Baldalama"
},
damage: 240,
effect: {
en: "During your next turn, this Pokémon can't attack."
en: "During your next turn, this Pokémon can't attack.",
fr: "Pendant votre prochain tour, ce Pokémon ne peut pas attaquer.",
de: "Während deines nächsten Zuges kann dieses Pokémon nicht angreifen.",
es: "Durante tu próximo turno, este Pokémon no puede atacar.",
pt: "Durante o seu próximo turno, este Pokémon não poderá atacar.",
it: "Durante il tuo prossimo turno, questo Pokémon non può attaccare."
}
}],
@ -47,7 +62,8 @@ const card: Card = {
},
hp: 160,
types: ["Metal"]
types: ["Metal"],
retreat: 2
}
export default card