mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-14 05:45:10 +00:00
feat: Add sv10 - Destined Rivals (#751)
This commit is contained in:
34
data/Scarlet & Violet/Destined Rivals/243.ts
Normal file
34
data/Scarlet & Violet/Destined Rivals/243.ts
Normal file
@ -0,0 +1,34 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Destined Rivals"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Jamming Tower",
|
||||
fr: "Tour de Brouillage",
|
||||
de: "Störturm",
|
||||
it: "Torre di Interferenza",
|
||||
es: "Torre de Interferencia",
|
||||
pt: "Torre de Interferência",
|
||||
'es-mx': "Torre de Interferencia"
|
||||
},
|
||||
|
||||
rarity: "Hyper rare",
|
||||
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.",
|
||||
de: "Die an jedes Pokémon (deine und die deines Gegners) angelegten Pokémon-Ausrüstungen haben keinen Effekt.",
|
||||
it: "Le carte Oggetto Pokémon assegnate a ciascun Pokémon, sia tuo che del tuo avversario, non hanno effetto.",
|
||||
es: "Las Herramientas Pokémon unidas a cada Pokémon (tanto tuyos como de tu rival) no tienen ningún efecto.",
|
||||
pt: "Ferramentas Pokémon ligadas a cada Pokémon (seus e do seu oponente) não têm efeito.",
|
||||
'es-mx': "Las Herramientas Pokémon unidas a cada Pokémon (tanto tuyos como de tu rival) no tienen ningún efecto."
|
||||
},
|
||||
|
||||
trainerType: "Stadium",
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user