mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Added Lost Origin datas (#360)
This commit is contained in:
38
data/Sword & Shield/Lost Origin/TG27.ts
Normal file
38
data/Sword & Shield/Lost Origin/TG27.ts
Normal file
@ -0,0 +1,38 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Lost Origin"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Nessa",
|
||||
fr: "Donna",
|
||||
es: "Cathy",
|
||||
it: "Azzurra",
|
||||
pt: "Vanessa",
|
||||
de: "Kate"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Put up to 4 in any combination of Water Pokémon and Water Energy cards from your discard pile into your hand.",
|
||||
fr: "Ajoutez à votre main une combinaison d'un maximum de 4 cartes Pokémon Water et Énergie Water de votre pile de défausse.",
|
||||
es: "Pon hasta 4 cartas de Pokémon Water y de Energía Water, en cualquier combinación, de tu pila de descartes en tu mano.",
|
||||
it: "Prendi fino a quattro Pokémon Water e carte Energia Water in qualsiasi combinazione dalla tua pila degli scarti e aggiungili alle carte che hai in mano.",
|
||||
pt: "Coloque até 4 cartas de Pokémon Water e de Energia Water da sua pilha de descarte na sua mão em qualquer combinação.",
|
||||
de: "Nimm eine beliebige Kombination aus bis zu 4 Water-Pokémon und Water-Energiekarten aus deinem Ablagestapel auf deine Hand."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "D",
|
||||
|
||||
variants: {
|
||||
"normal": false,
|
||||
"reverse": false,
|
||||
"holo": true
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user