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

Fixed most POP sets (#99)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-10-26 17:23:45 +02:00
committed by GitHub
parent 829d78fa6f
commit afd3a664ae
153 changed files with 2328 additions and 1124 deletions

View File

@ -5,23 +5,27 @@ const card: Card = {
name: {
en: "Gallade",
},
illustrator: "Daisuke Ito",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
475,
],
hp: 130,
types: [
"Fighting",
],
evolveFrom: {
en: "Kirlia",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -49,10 +53,11 @@ const card: Card = {
effect: {
en: "You may choose as many of your face-down Prize cards as you like and put them face up. If you do, this attack does 60 damage plus 20 more damage for each Prize card you chose. (These cards remain face up for the rest of the game.)",
},
damage: 60,
damage: "60+",
},
],
weaknesses: [
{
type: "Psychic",
@ -60,10 +65,18 @@ const card: Card = {
},
],
description: {
en: "A master of courtesy and swordsmanship, it fights using extending swords on it elbows."
},
retreat: 2,
variants: {
normal: false,
reverse: false,
holo: true,
firstEdition: false
}
}
export default card