mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59:18 +00:00
feat: Add Surging Sparks (#576)
This commit is contained in:
32
data/Scarlet & Violet/Surging Sparks/165.ts
Normal file
32
data/Scarlet & Violet/Surging Sparks/165.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Surging Sparks"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Call Bell",
|
||||
fr: "Sonnette d'Appel",
|
||||
es: "Timbre de Mesa",
|
||||
it: "Campanello di Servizio",
|
||||
pt: "Sininho de Mesa",
|
||||
de: "Rufklingel"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can use this card only if you go second, and only during your first turn.\n\nSearch your deck for a Supporter card, reveal it, and put it into your hand. Then, shuffle your deck.",
|
||||
fr: "Vous ne pouvez utiliser cette carte que si vous jouez en second et uniquement pendant votre premier tour.\n\nCherchez dans votre deck une carte Supporter, montrez-la, puis ajoutez-la à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Puedes usar esta carta solo si sales en segundo lugar, y solo durante tu primer turno.\n\nBusca en tu baraja 1 carta de Partidario, enséñala y ponla en tu mano. Después, baraja las cartas de tu baraja.",
|
||||
it: "Puoi usare questa carta solo se inizi per secondo e solo durante il tuo primo turno.\n\nCerca nel tuo mazzo una carta Aiuto, mostrala e aggiungila alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Você só pode usar esta carta se for o segundo a jogar e somente durante o seu primeiro turno.\n\nProcure por uma carta de Apoiador no seu baralho, revele-a e coloque-a na sua mão. Em seguida, embaralhe o seu baralho.",
|
||||
de: "Du kannst diese Karte nur einsetzen, wenn du als Zweiter am Zug bist, und nur während deines ersten Zuges.\n\nDurchsuche dein Deck nach 1 Unterstützerkarte, zeige sie deinem Gegner und nimm sie auf deine Hand. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user