mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-13 21:35:10 +00:00
feat: Add sv10 - Destined Rivals (#751)
This commit is contained in:
34
data/Scarlet & Violet/Destined Rivals/180.ts
Normal file
34
data/Scarlet & Violet/Destined Rivals/180.ts
Normal file
@ -0,0 +1,34 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Destined Rivals"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Team Rocket's Watchtower",
|
||||
fr: "Tour d'Observation de la Team Rocket",
|
||||
de: "Team Rockets Wachturm",
|
||||
it: "Torre di Guardia del Team Rocket",
|
||||
es: "Torre de Defensa del Team Rocket",
|
||||
pt: "Torre de Vigia da Equipe Rocket",
|
||||
'es-mx': "Torre de Vigilancia del Equipo Rocket"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "{C} Pokémon in play (both yours and your opponent's) have no Abilities.",
|
||||
fr: "Les Pokémon {C} en jeu (les vôtres et ceux de votre adversaire) n'ont pas de talent.",
|
||||
de: "{C}-Pokémon im Spiel (deine und die deines Gegners) haben keine Fähigkeiten.",
|
||||
it: "I Pokémon {C} in gioco, sia tuoi che del tuo avversario, non hanno abilità.",
|
||||
es: "Los Pokémon {C} en juego (tanto tuyos como de tu rival) no tienen ninguna habilidad.",
|
||||
pt: "Pokémon {C} em jogo (seus e do seu oponente) não têm Habilidades.",
|
||||
'es-mx': "Los Pokémon {C} en juego (tanto tuyos como de tu rival) no tienen ninguna Habilidad."
|
||||
},
|
||||
|
||||
trainerType: "Stadium",
|
||||
regulationMark: "I"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user