1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19:17 +00:00

Sword & Shield Fixes (#84)

* some fixes

Signed-off-by: Avior <github@avior.me>

* Some more changes

Signed-off-by: Avior <github@avior.me>

* u

Signed-off-by: Avior <github@avior.me>

* continuing update

Signed-off-by: Avior <github@avior.me>

* Finished ?

Signed-off-by: Avior <github@avior.me>

* Removed files that were not meant to be

* Remoed even more files
This commit is contained in:
2021-10-26 10:40:03 +02:00
committed by GitHub
parent 133835ecc4
commit 2e18aa4aac
1869 changed files with 18400 additions and 6152 deletions

View File

@ -12,17 +12,29 @@ const card: Card = {
},
name: {
en: "Stormy Mountains"
en: "Stormy Mountains",
fr: "Montagnes Orageuses",
es: "Montañas Tormentosas",
it: "Montagne Tempestose",
pt: "Montanhas Tempestuosas",
de: "Sturmgebirge"
},
rarity: "Secret Rare",
category: "Trainer",
effect: {
en: "Once during each players turn, that player may search their deck for a Basic Lightning Pokemon or Basic Dragon Pokemon and put it onto their Bench. Then, that player shuffles their deck."
en: "Once during each player's turn, that player may search their deck for a Basic Lightning Pokémon or Basic Dragon Pokémon and put it onto their Bench. Then, that player shuffles their deck.",
fr: "Une fois pendant le tour de chaque joueur, ce joueur peut chercher dans son deck un Pokémon Lightning de base ou un Pokémon Dragon de base, puis le placer sur son Banc. Ce joueur mélange ensuite son deck.",
es: "Una vez durante el turno de cada jugador, ese jugador puede buscar en su baraja 1 Pokémon Lightning Básico o 1 Pokémon Dragon Básico y ponerlo en su Banca. Después, ese jugador baraja las cartas de su baraja.",
it: "Una sola volta durante il turno di ciascun giocatore, quel giocatore può cercare nel suo mazzo un Pokémon Base Lightning o Dragon e metterlo nella sua panchina. Poi quel giocatore rimischia le carte del suo mazzo.",
pt: "Uma vez durante o turno de cada jogador, aquele jogador poderá procurar por 1 Pokémon Lightning Básico ou 1 Pokémon Dragon Básico no próprio baralho e colocá-lo no próprio Banco. Em seguida, aquele jogador embaralha o próprio baralho.",
de: "Einmal während des Zuges jedes Spielers kann jener Spieler sein Deck nach 1 Basis-Lightning-Pokémon oder Basis-Dragon-Pokémon durchsuchen und es auf seine Bank legen. Anschließend mischt jener Spieler sein Deck."
},
trainerType: "Stadium"
trainerType: "Stadium",
illustrator: "Toyste Beach",
regulationMark: "E"
}
export default card
export default card