1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 18:09:19 +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: "Crystal Cave"
en: "Crystal Cave",
fr: "Caverne de Cristal",
es: "Cueva Cristal",
it: "Caverna dei Cristalli",
pt: "Caverna de Cristal",
de: "Kristallhöhle"
},
rarity: "Secret Rare",
category: "Trainer",
effect: {
en: "Once during each players turn, that player may heal 30 damage from each of their Metal Pokemon and Dragon Pokemon."
en: "Once during each player's turn, that player may heal 30 damage from each of their Metal Pokémon and Dragon Pokémon.",
fr: "Une fois pendant le tour de chaque joueur, ce joueur peut soigner 30 dégâts de chacun de ses Pokémon Metal et Pokémon Dragon.",
es: "Una vez durante el turno de cada jugador, ese jugador puede curar 30 puntos de daño a cada uno de sus Pokémon Metal y Pokémon Dragon.",
it: "Una sola volta durante il turno di ciascun giocatore, quel giocatore può curare 30 danni da ciascuno dei suoi Pokémon Metal e Dragon.",
pt: "Uma vez durante o turno de cada jogador, aquele jogador poderá curar 30 pontos de dano de cada um dos seus próprios Pokémon Metal e Pokémon Dragon.",
de: "Einmal während des Zuges jedes Spielers kann jener Spieler 30 Schadenspunkte bei jedem seiner Metal-Pokémon und Dragon-Pokémon heilen."
},
trainerType: "Stadium"
trainerType: "Stadium",
illustrator: "Toyste Beach",
regulationMark: "E"
}
export default card
export default card