mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
feat: Paldean Fates and Temporal Forces (#478)
This commit is contained in:
28
data/Scarlet & Violet/Paldean Fates/239.ts
Normal file
28
data/Scarlet & Violet/Paldean Fates/239.ts
Normal file
@ -0,0 +1,28 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Paldean Fates"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Penny",
|
||||
fr: "Pania",
|
||||
es: "Noa",
|
||||
it: "Penny"
|
||||
},
|
||||
|
||||
rarity: "Special illustration rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Put 1 of your Basic Pokémon and all attached cards into your hand.",
|
||||
fr: "Ajoutez à votre main l'un de vos Pokémon de base et toutes les cartes qui lui sont attachées.",
|
||||
es: "Pon 1 de tus Pokémon Básicos y todas las cartas unidas a él en tu mano.",
|
||||
it: "Riprendi in mano uno dei tuoi Pokémon Base e tutte le carte a esso assegnate."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user