1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +00:00

Updated informations (#23)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-26 20:35:35 +02:00
committed by GitHub
parent ef2d099e6e
commit 151c00be78
820 changed files with 9255 additions and 2679 deletions

View File

@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Zacian",
fr: "Zacian"
},
illustrator: "Hideki Ishikawa",
rarity: "Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@ -25,9 +20,11 @@ const card: Card = {
],
name: {
en: "Energy Stream",
fr: "Courant dÉnergie"
},
effect: {
en: "Attach a Metal Energy card from your discard pile to this Pokémon.",
fr: "Attachez une carte Énergie Metal de votre pile de défausse à ce Pokémon."
},
damage: 30,
@ -40,30 +37,34 @@ const card: Card = {
],
name: {
en: "Smashing Edge",
fr: "Tranchant Fracassant"
},
effect: {
en: "Flip a coin. If tails, discard 2 Energy from this Pokémon.",
fr: "Lancez une pièce. Si cest pile, défaussez 2 Énergies de ce Pokémon."
},
damage: 120,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Grass",
value: "-30"
},
],
retreat: 2,
hp: 120,
types: ["Metal"]
}
export default card