mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-10 07:51:58 +00:00
feat: Paldean Fates and Temporal Forces (#478)
This commit is contained in:
30
data/Scarlet & Violet/Temporal Forces/141.ts
Normal file
30
data/Scarlet & Violet/Temporal Forces/141.ts
Normal file
@@ -0,0 +1,30 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Temporal Forces"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Awakening Drum",
|
||||
fr: "Tambour Éveil",
|
||||
es: "Tambores del Despertar",
|
||||
it: "Tamburosveglia",
|
||||
pt: "Tambor do Despertar"
|
||||
},
|
||||
|
||||
rarity: "ACE SPEC Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Draw a card for each of your Ancient Pokémon in play.",
|
||||
fr: "Piochez une carte pour chacun de vos Pokémon Temps passé en jeu.",
|
||||
es: "Roba 1 carta por cada uno de tus Pokémon del pasado en juego.",
|
||||
it: "Pesca una carta per ciascuno dei tuoi Pokémon Tempo Passato in gioco.",
|
||||
pt: "Compre uma carta para cada um dos seus Pokémon Ancestrais em jogo."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user