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,16 +26,24 @@ const card: Card = {
|
||||
|
||||
abilities: [
|
||||
{
|
||||
type: "Ability",
|
||||
type: "Ancient Trait",
|
||||
name: {
|
||||
en: "Diving Search",
|
||||
en: "α Growth",
|
||||
fr: "Croissance α",
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may search your deck for a card. Shuffle your deck, then put that card on top of it.",
|
||||
en: "When you attach an Energy card from your hand to this Pokémon (except with an attack, Ability, or Trainer card), you may attach 2 Energy cards.",
|
||||
fr: "Lorsque vous attachez une carte Énergie de votre main à ce Pokémon (excepté à la suite d'une attaque, d'un talent ou d'une carte Dresseur), vous pouvez attacher 2 cartes Énergie au lieu d'une.",
|
||||
},
|
||||
},
|
||||
}, {
|
||||
type: 'Ability',
|
||||
name: {
|
||||
en: 'Diving Search'
|
||||
},
|
||||
effect: {
|
||||
en: 'Once during your turn (before your attack), you may search your deck for a card. Shuffle your deck, then put that card on top of it.'
|
||||
}
|
||||
}
|
||||
],
|
||||
attacks: [
|
||||
{
|
||||
@ -52,7 +60,7 @@ const card: Card = {
|
||||
en: "This attack does 30 more damage for each Water Energy attached to this Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie Water attachée à ce Pokémon.",
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user