mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-03 00:49:19 +00:00
feat: Add Journey Together (#701)
* feat: Add static data for Journey Together Signed-off-by: Avior <git@avior.me> * feat: finish naming Signed-off-by: Avior <git@avior.me> * should be done Signed-off-by: Avior <git@avior.me> * Update index.ts --------- Signed-off-by: Avior <git@avior.me>
This commit is contained in:
34
data/Scarlet & Violet/Journey Together/179.ts
Normal file
34
data/Scarlet & Violet/Journey Together/179.ts
Normal file
@ -0,0 +1,34 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Journey Together"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Brock's Scouting",
|
||||
fr: "Exploration de Pierre",
|
||||
es: "Exploración de Brock",
|
||||
de: "Rockos Erkundung",
|
||||
it: "Ricerca di Brock",
|
||||
pt: "Busca do Brock",
|
||||
'es-mx': "Expedición de Brock"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 Basic Pokémon or 1 Evolution Pokémon, reveal them, and put them into your hand. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck jusqu'à 2 Pokémon de base ou un Pokémon Évolutif, montrez-les, puis ajoutez-les à votre main. Mélangez ensuite votre deck.",
|
||||
es: "Busca en tu baraja hasta 2 Pokémon Básicos o 1 Pokémon Evolución, enséñalos y ponlos en tu mano. Después, baraja las cartas de tu baraja.",
|
||||
de: "Durchsuche dein Deck nach bis zu 2 Basis-Pokémon oder 1 Entwicklungs-Pokémon, zeige sie deinem Gegner und nimm sie auf deine Hand. Mische anschließend dein Deck.",
|
||||
it: "Cerca nel tuo mazzo fino a due Pokémon Base o un Pokémon Evoluzione, mostrali e aggiungili alle carte che hai in mano. Poi rimischia le carte del tuo mazzo.",
|
||||
pt: "Procure por até 2 Pokémon Básicos ou 1 Pokémon de Evolução no seu baralho, revele-os e coloque-os na sua mão. Em seguida, embaralhe o seu baralho.",
|
||||
'es-mx': "Busca en tu mazo hasta 2 Pokémon Básicos o 1 Pokémon Evolución, muéstralos y ponlos en tu mano. Después, baraja las cartas de tu mazo."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "I"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user