mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add Crown Zenith (#416)
This commit is contained in:
31
data/Sword & Shield/Crown Zenith/129.ts
Normal file
31
data/Sword & Shield/Crown Zenith/129.ts
Normal file
@ -0,0 +1,31 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Crown Zenith"
|
||||
|
||||
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: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
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 1 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 1 Energia básica de 1 dos seus Pokémon para outro Pokémon seu.",
|
||||
de: "Verschiebe 1 Basis-Energie von 1 deiner Pokémon auf 1 anderes deiner Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user