mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17: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:
@ -19,7 +19,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Trubbish",
|
||||
fr: "Miamiasme"
|
||||
fr: "Miamiasme",
|
||||
es: "Trubbish",
|
||||
it: "Trubbish",
|
||||
pt: "Trubbish",
|
||||
de: "Unratütox"
|
||||
},
|
||||
|
||||
abilities: [
|
||||
@ -34,10 +38,10 @@ const card: Card = {
|
||||
de: "Giftpfütze"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn, if a Stadium is in play, you may make your opponent’s Active Pokémon Poisoned.",
|
||||
en: "Once during your turn, if a Stadium is in play, you may make your opponent's Active Pokémon Poisoned.",
|
||||
fr: "Une fois pendant votre tour, si un Stade est en jeu, vous pouvez laisser le Pokémon Actif de votre adversaire Empoisonné.",
|
||||
es: "Una vez durante tu turno, si hay un Estadio en juego, puedes dejar al Pokémon Activo de tu rival Envenenado.",
|
||||
it: "Una sola volta durante il tuo turno, se c’è in gioco una carta Stadio, puoi lasciare il Pokémon attivo del tuo avversario avvelenato.",
|
||||
it: "Una sola volta durante il tuo turno, se c'è in gioco una carta Stadio, puoi lasciare il Pokémon attivo del tuo avversario avvelenato.",
|
||||
pt: "Uma vez durante o seu turno, se um Estádio estiver em jogo, você poderá deixar o Pokémon Ativo do seu oponente Envenenado.",
|
||||
de: "Einmal während deines Zuges, wenn eine Stadionkarte im Spiel ist, kannst du das Aktive Pokémon deines Gegners vergiften."
|
||||
},
|
||||
|
Reference in New Issue
Block a user