mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-22 03:49:19 +00:00
Sword & Shield Fixes (#84)
* some fixes Signed-off-by: Avior <github@avior.me> * Some more changes Signed-off-by: Avior <github@avior.me> * u Signed-off-by: Avior <github@avior.me> * continuing update Signed-off-by: Avior <github@avior.me> * Finished ? Signed-off-by: Avior <github@avior.me> * Removed files that were not meant to be * Remoed even more files
This commit is contained in:
@ -39,7 +39,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "Attach a Lightning Energy card from your discard pile to this Pokémon.",
|
||||
fr: "Attachez une carte Énergie Lightning de votre pile de défausse à ce Pokémon.",
|
||||
fr: "Attachez une carte Énergie Lightning de votre pile de défausse à ce Pokémon.",
|
||||
es: "Une 1 carta de Energía Lightning de tu pila de descartes a este Pokémon.",
|
||||
it: "Assegna a questo Pokémon una carta Energia Lightning dalla tua pila degli scarti.",
|
||||
pt: "Attach a Lightning Energy card from your discard pile to this Pokémon.",
|
||||
@ -66,7 +66,14 @@ const card: Card = {
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
retreat: 1,
|
||||
|
||||
description: {
|
||||
en: "When Pikachu meet, they'll touch their tails together and exchange electricity through them as a form of greeting."
|
||||
},
|
||||
|
||||
dexId: [25],
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user