mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 14:59: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/152.ts
Normal file
34
data/Scarlet & Violet/Journey Together/152.ts
Normal file
@ -0,0 +1,34 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Journey Together"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "N's Castle",
|
||||
fr: "Palais de N",
|
||||
es: "Palacio de N",
|
||||
de: "Schloss von N",
|
||||
it: "Palazzo di N",
|
||||
pt: "Castelo do N",
|
||||
'es-mx': "Castillo de N"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "N's Pokémon in play (both yours and your opponent's) have no Retreat Cost.",
|
||||
fr: "Les Pokémon de N en jeu (les vôtres et ceux de votre adversaire) n'ont pas de Coût de Retraite.",
|
||||
es: "Los Pokémon de N en juego (tanto tuyos como de tu rival) no tienen ningún Coste de Retirada.",
|
||||
de: "Ns Pokémon im Spiel (deine und die deines Gegners) haben keine Rückzugskosten.",
|
||||
it: "I Pokémon di N in gioco, sia tuoi che del tuo avversario, non hanno costo di ritirata.",
|
||||
pt: "Pokémon do N em jogo (seus e do seu oponente) não têm custo de Recuo.",
|
||||
'es-mx': "Los Pokémon de N en juego (tanto tuyos como de tu rival) no tienen ningún Costo de Retirada."
|
||||
},
|
||||
|
||||
trainerType: "Stadium",
|
||||
regulationMark: "I"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user