mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-14 13:55:09 +00:00
feat: Add Scarlet & violet three first sets (#446)
Some checks failed
Build / build (push) Failing after 59s
Some checks failed
Build / build (push) Failing after 59s
This commit is contained in:
32
data/Scarlet & Violet/Scarlet & Violet/183.ts
Normal file
32
data/Scarlet & Violet/Scarlet & Violet/183.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Scarlet & Violet"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Penny",
|
||||
fr: "Pania",
|
||||
es: "Noa",
|
||||
it: "Penny",
|
||||
pt: "Penélope",
|
||||
de: "Cosima"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
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.",
|
||||
pt: "Coloque 1 dos seus Pokémon Básicos e todas as cartas ligadas a ele na sua mão.",
|
||||
de: "Nimm 1 deiner Basis-Pokémon und alle angelegten Karten auf deine Hand."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user