mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
33
data/Sword & Shield/Fusion Strike/273.ts
Normal file
33
data/Sword & Shield/Fusion Strike/273.ts
Normal file
@ -0,0 +1,33 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Fusion Strike"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Chili & Cilan & Cress",
|
||||
fr: "Armando, Rachid et Noa",
|
||||
es: "Zeo, Millo y Maíz",
|
||||
it: "Chicco, Spighetto e Maisello",
|
||||
pt: "Chili, Cilan e Cress",
|
||||
de: "Maik & Benny & Colin"
|
||||
},
|
||||
|
||||
rarity: "Secret Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for up to 3 Fusion Strike Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 3 Pokémon Poing de Fusion, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja hasta 3 Pokémon Golpe Fusión, enséñalos y ponlos en tu mano. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo fino a tre Pokémon Colpo Fusione, mostrali e aggiungili alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure por até 3 Pokémon Golpe Fusão no seu baralho, revele-os e coloque-os na sua mão. Em seguida, embaralhe o seu baralho.",
|
||||
de: "Durchsuche dein Deck nach bis zu 3 Fusionsangriff-Pokémon, zeige sie deinem Gegner und nimm sie auf deine Hand. Mische anschließend dein Deck."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "E",
|
||||
illustrator: "Sanosuke Sakuma"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user