mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add shrouded fable cards (#525)
This commit is contained in:
32
data/Scarlet & Violet/Shrouded Fable/086.ts
Normal file
32
data/Scarlet & Violet/Shrouded Fable/086.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Shrouded Fable"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Cassiopeia",
|
||||
fr: "Cassiopée",
|
||||
es: "Casiopea",
|
||||
it: "Cassiopea",
|
||||
pt: "Cassiopeia",
|
||||
de: "Cassiopeia"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can use this card only when it is the last card in your hand.\n\nSearch your deck for up to 2 cards and put them into your hand. Then, shuffle your deck.",
|
||||
fr: "Vous ne pouvez utiliser cette carte que si c'est votre dernière carte en main.\nCherchez dans votre deck jusqu'à 2 cartes, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Puedes usar esta carta solo cuando sea la última carta en tu mano.\nBusca en tu baraja hasta 2 cartas y ponlas en tu mano. Después, baraja las cartas de tu baraja.",
|
||||
it: "Puoi usare questa carta solo se è l'ultima che hai in mano.\nCerca nel tuo mazzo fino a due carte e aggiungile a quelle che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Você só pode usar esta carta se ela for a última carta na sua mão.\nProcure por até 2 cartas no seu baralho e coloque-as na sua mão. Em seguida, embaralhe o seu baralho.",
|
||||
de: "Du kannst diese Karte nur einsetzen, wenn es die letzte Karte auf deiner Hand ist.\nDurchsuche dein Deck nach bis zu 2 Karten und nimm sie auf deine Hand. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user