mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +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:
@ -26,9 +26,11 @@ const card: Card = {
|
||||
type: "Ancient Trait",
|
||||
name: {
|
||||
fr: "Régénération α",
|
||||
en: "α Recovery"
|
||||
},
|
||||
effect: {
|
||||
fr: "Lorsque ce Pokémon est soigné, doublez la quantité de soins.",
|
||||
en: "When this Pokémon is healed, double the amount healed."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -46,7 +48,7 @@ const card: Card = {
|
||||
en: "If this Pokémon has any Water Energy attached to it, this attack does 20 more damage.",
|
||||
fr: "Si de l'Énergie Water est attachée à ce Pokémon, cette attaque inflige 20 dégâts supplémentaires.",
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user