mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
Added BW translation (#65)
* Added basic translation IT will need a second checkup by another source as attacks are not correcly ordered Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net> * Removed bugged file Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,26 +4,27 @@ import Set from '../Dark Explorers'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Twist Mountain",
|
||||
fr: "Mont Foré",
|
||||
es: "Monte Tuerca",
|
||||
it: "Monte Vite",
|
||||
pt: "Montanha Trançada",
|
||||
de: "Wendelberg"
|
||||
},
|
||||
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
trainerType: "Stadium",
|
||||
|
||||
effect: {
|
||||
en: "Once during each player’s turn, that player may flip a coin. If heads, the player puts a Restored Pokémon from his or her hand onto his or her Bench.",
|
||||
fr: "Une seule fois pendant le tour de chaque joueur, ce joueur peut lancer une pièce. Si c’est face, le joueur place un Pokémon Recréé de sa main sur son Banc.",
|
||||
es: "Una vez durante el turno de cada jugador, ese jugador puede lanzar una moneda. Si sale cara, el jugador busca en su baraja un Pokémon Recreado y lo pone en su Banca.",
|
||||
it: "Una sola volta durante il turno di ciascun giocatore, quel giocatore può lanciare una moneta. Se esce testa, il giocatore prende un Pokémon Ricreato dalla sua mano e lo mette nella sua panchina.",
|
||||
pt: "Uma vez durante a vez de jogar de cada jogador, esse jogador pode jogar uma moeda. Se sair cara, o jogador deverá colocar um Pokémon Restaurado da mão dele ou dela em seu próprio Banco.",
|
||||
de: "Einmal während seines Zuges darf jeder Spieler 1 Münze werfen. Bei „Kopf“ durchsucht der Spieler sein Deck nach 1 Erweckt-Pokémon und legt es auf seine Bank."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user