mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +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:
@ -31,7 +31,7 @@ const card: Card = {
|
||||
en: "Counterattack",
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon is your Active Pokémon and is damaged by an opponent's attack (even if this Pokémon is Knocked Out), put 3 damage counters on the Attacking Pokémon.",
|
||||
en: "If this Pokémon is your Active Pokémon and is damaged by an opponent’s attack (even if this Pokémon is Knocked Out), put 3 damage counters on the Attacking Pokémon.",
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,15 +42,12 @@ const card: Card = {
|
||||
"Fighting",
|
||||
"Fighting",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Seismic Toss",
|
||||
fr: "Talent : Contre-Attaque",
|
||||
},
|
||||
effect: {
|
||||
fr: "Si ce Pokémon est votre Pokémon Actif et qu'il subit les dégâts d'une attaque de votre adversaire (même si ce Pokémon est mis K.O.), placez 3 marqueurs de dégâts sur le Pokémon Attaquant.",
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
damage: 120,
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
|
Reference in New Issue
Block a user