mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
feat: Add Twilight Masquerade (#491)
This commit is contained in:
32
data/Scarlet & Violet/Twilight Masquerade/153.ts
Normal file
32
data/Scarlet & Violet/Twilight Masquerade/153.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Twilight Masquerade"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Jamming Tower",
|
||||
fr: "Tour de Brouillage",
|
||||
es: "Torre de Interferencia",
|
||||
it: "Torre di Interferenza",
|
||||
pt: "Torre de Interferência",
|
||||
de: "Störturm"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Pokémon Tools attached to each Pokémon (both yours and your opponent's) have no effect.",
|
||||
fr: "Les Outils Pokémon attachés à chacun des Pokémon (les vôtres et ceux de votre adversaire) n'ont aucun effet.",
|
||||
es: "Las Herramientas Pokémon unidas a cada Pokémon (tanto tuyos como de tu rival) no tienen ningún efecto.",
|
||||
it: "Le carte Oggetto Pokémon assegnate a ciascun Pokémon, sia tuo che del tuo avversario, non hanno effetto.",
|
||||
pt: "Ferramentas Pokémon ligadas a cada Pokémon (seus e do seu oponente) não têm efeito.",
|
||||
de: "Die an jedes Pokémon (deine und die deines Gegners) angelegten Pokémon-Ausrüstungen haben keinen Effekt."
|
||||
},
|
||||
|
||||
trainerType: "Stadium",
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user