1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-31 11:51:59 +00:00

Fixed XY informations (#43)

* Updated Kalos Starter Set data

Signed-off-by: Avior <florian.bouillon@delta-wings.net>

* Fixed XY set

Signed-off-by: Avior <florian.bouillon@delta-wings.net>

* Fixed some more XY sets

Signed-off-by: Avior <florian.bouillon@delta-wings.net>

* Some more fixes

Signed-off-by: Avior <florian.bouillon@delta-wings.net>

* More updated :D

Signed-off-by: Avior <florian.bouillon@delta-wings.net>

* Finished update in English

Signed-off-by: Avior <florian.bouillon@delta-wings.net>

* Updated XY datas

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-02 14:15:14 +02:00
committed by GitHub
parent e500777516
commit 5a42df5c5d
1406 changed files with 3425 additions and 2884 deletions

View File

@@ -6,24 +6,28 @@ const card: Card = {
en: "Gorebyss",
fr: "Rosabyss",
},
illustrator: "Miki Tanaka",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
368,
],
hp: 80,
types: [
"Water",
],
evolveFrom: {
en: "Clamperl",
fr: "Coquiperl",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@@ -35,7 +39,7 @@ const card: Card = {
fr: "Séduction",
},
effect: {
en: "Switch 1 of your opponent's Benched Pokémon with his or her Active Pokémon.",
en: "Switch 1 of your opponents Benched Pokémon with his or her Active Pokémon.",
fr: "Échangez l'un des Pokémon de Banc de votre adversaire avec son Pokémon Actif.",
},
@@ -50,13 +54,14 @@ const card: Card = {
fr: "Psyko",
},
effect: {
en: "This attack does 10 more damage for each Energy attached to your opponent's Active Pokémon.",
en: "This attack does 10 more damage for each Energy attached to your opponents Active Pokémon.",
fr: "Cette attaque inflige 10 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
},
damage: 30,
damage: "30+",
},
],
weaknesses: [
{
type: "Grass",
@@ -64,10 +69,7 @@ const card: Card = {
},
],
retreat: 0
}
export default card