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

Updated Evolving Skies with attacks and other languages

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-08-28 16:54:37 +02:00
parent 90ebef01cf
commit b46b2c4fb9
194 changed files with 8779 additions and 436 deletions

View File

@ -12,17 +12,28 @@ const card: Card = {
},
name: {
en: "Shopping Center"
en: "Shopping Center",
fr: "Galerie Marchande",
es: "Galería Comercial",
it: "Galleria Commerciale",
pt: "Shopping Center",
de: "Shoppingcenter"
},
rarity: "Uncommon",
category: "Trainer",
effect: {
en: "Once during each players turn, that player may put a Pokemon Tool attached to 1 of their Pokemon into their hand."
en: "Once during each players turn, that player may put a Pokémon Tool attached to 1 of their Pokémon into their hand.",
fr: "Une fois pendant le tour de chaque joueur, ce joueur peut ajouter à sa main un Outil Pokémon attaché à lun de ses Pokémon.",
es: "Una vez durante el turno de cada jugador, ese jugador puede poner 1 Herramienta Pokémon unida a 1 de sus Pokémon en su mano.",
it: "Una sola volta durante il turno di ciascun giocatore, quel giocatore può prendere una carta Oggetto Pokémon assegnata a uno dei suoi Pokémon e aggiungerla alle carte che ha in mano.",
pt: "Once during each players turn, that player may put a Pokémon Tool attached to 1 of their Pokémon into their hand.",
de: "Einmal während des Zuges jedes Spielers kann jener Spieler 1 Pokémon-Ausrüstung, die an 1 seiner Pokémon angelegt ist, auf seine Hand nehmen."
},
trainerType: "Stadium"
trainerType: "Stadium",
illustrator: "Oswaldo KATO"
}
export default card