mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-03 00:49:19 +00:00
fix: correct data for sets tk-ex-latia, tk-ex-latio, tk-ex-m, tk-ex-p, tk-bw-e, tk-bw-z (#726)
Co-authored-by: Avior <github@avior.me>
This commit is contained in:
32
data/Trainer kits/BW trainer Kit (Excadrill)/4.ts
Normal file
32
data/Trainer kits/BW trainer Kit (Excadrill)/4.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../BW trainer Kit (Excadrill).ts'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Energy Switch",
|
||||
fr: "Échange d’Énergie",
|
||||
es: "Interruptor de Energía",
|
||||
it: "Scambio di Energia",
|
||||
pt: "Substituição de Energia",
|
||||
de: "Energie-Umschalter"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
category: "Trainer",
|
||||
illustrator: "Kent Kanetsuna",
|
||||
|
||||
effect: {
|
||||
en: "Move a basic Energy from 1 of your Pokémon to another of your Pokémon.",
|
||||
fr: "Déplacez une Énergie de base de l’un de vos Pokémon vers un autre de vos Pokémon.",
|
||||
es: "Mueve una Energía Básica de 1 de tus Pokémon a otro de tus Pokémon.",
|
||||
it: "Sposta un’Energia base da uno dei tuoi Pokémon a un altro.",
|
||||
pt: "Mova uma Energia básica de 1 dos seus Pokémon para outro dos seus Pokémon.",
|
||||
de: "Verschiebe 1 an 1 deiner Pokémon angelegte Basis-Energie auf ein anderes deiner Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user