mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
feat: Paldean Fates and Temporal Forces (#478)
This commit is contained in:
30
data/Scarlet & Violet/Paldean Fates/077.ts
Normal file
30
data/Scarlet & Violet/Paldean Fates/077.ts
Normal file
@ -0,0 +1,30 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Paldean Fates"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Atticus",
|
||||
fr: "Erio",
|
||||
es: "Henzo",
|
||||
it: "Henzo",
|
||||
pt: "Érico"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can use this card only if your opponent's Active Pokémon is Poisoned.\n\nShuffle your hand into your deck. Then, draw 7 cards.",
|
||||
fr: "Vous ne pouvez utiliser cette carte que si le Pokémon Actif de votre adversaire est Empoisonné.\nMélangez votre main avec votre deck. Ensuite, piochez 7 cartes.",
|
||||
es: "Puedes usar esta carta solo si el Pokémon Activo de tu rival está Envenenado.\nPon las cartas de tu mano en tu baraja y barájalas todas. Después, roba 7 cartas.",
|
||||
it: "Puoi usare questa carta solo se il Pokémon attivo del tuo avversario è avvelenato.\n\nRimischia le carte che hai in mano nel tuo mazzo. Poi pesca sette carte.",
|
||||
pt: "Você só pode usar esta carta se o Pokémon Ativo do seu oponente estiver Envenenado.\nEmbaralhe a sua mão no seu baralho. Em seguida, compre 7 cartas."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user