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

Added some XY translations (#63)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-23 00:18:16 +02:00
committed by GitHub
parent 741c19791e
commit 0ce5e62460
642 changed files with 8206 additions and 1657 deletions

View File

@ -5,22 +5,24 @@ const card: Card = {
name: {
en: "Zygarde",
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Pokemon",
illustrator: "5ban Graphics",
rarity: "None",
category: "Pokemon",
set: Set,
dexId: [
718,
],
hp: 120,
types: [
"Fighting",
],
stage: "Basic",
attacks: [
{
cost: [
@ -31,7 +33,7 @@ const card: Card = {
en: "Rumble",
},
effect: {
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
en: "The Defending Pokémon cant retreat during your opponents next turn.",
},
damage: 30,
@ -46,12 +48,13 @@ const card: Card = {
en: "Geostrike",
},
effect: {
en: "This attack does 10 damage to each of your Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
en: "This attack does 10 damage to each of your Benched Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
},
damage: 120,
},
],
weaknesses: [
{
type: "Grass",
@ -59,10 +62,7 @@ const card: Card = {
},
],
retreat: 2
}
export default card