mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59:18 +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:
@ -21,7 +21,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Hattrem",
|
||||
fr: "Chapotus"
|
||||
fr: "Chapotus",
|
||||
es: "Hattrem",
|
||||
it: "Hattrem",
|
||||
pt: "Hattrem",
|
||||
de: "Brimano"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
@ -38,7 +42,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "Once during your turn, you may switch your Active Pokémon with 1 of your Benched Pokémon. If you do, your opponent switches their Active Pokémon with 1 of their Benched Pokémon.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez échanger votre Pokémon Actif contre l’un de vos Pokémon de Banc. Dans ce cas, votre adversaire échange son Pokémon Actif contre l’un de ses Pokémon de Banc.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez échanger votre Pokémon Actif contre l'un de vos Pokémon de Banc. Dans ce cas, votre adversaire échange son Pokémon Actif contre l'un de ses Pokémon de Banc.",
|
||||
es: "Una vez durante tu turno, puedes cambiar tu Pokémon Activo por 1 de tus Pokémon en Banca. Si lo haces, tu rival cambia su Pokémon Activo por 1 de sus Pokémon en Banca.",
|
||||
it: "Una sola volta durante il tuo turno, puoi scambiare il tuo Pokémon attivo con uno della tua panchina. Se lo fai, il tuo avversario scambia il suo Pokémon attivo con uno della sua panchina.",
|
||||
pt: "Uma vez durante o seu turno, você poderá trocar o seu Pokémon Ativo por 1 dos seus Pokémon no Banco. Se fizer isto, o seu oponente trocará o próprio Pokémon Ativo por 1 dos Pokémon no Banco dele(a).",
|
||||
@ -57,8 +61,8 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 50 more damage for each Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
en: "This attack does 50 more damage for each Energy attached to your opponent's Active Pokémon.",
|
||||
fr: "Cette attaque inflige 50 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
es: "Este ataque hace 50 puntos de daño más por cada Energía unida al Pokémon Activo de tu rival.",
|
||||
it: "Questo attacco infligge 50 danni in più per ogni Energia assegnata al Pokémon attivo del tuo avversario.",
|
||||
pt: "Este ataque causa 50 pontos de dano a mais para cada Energia ligada ao Pokémon Ativo do seu oponente.",
|
||||
@ -92,8 +96,8 @@ const card: Card = {
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "If you’re too loud around it, you risk being torn apart by the claws on its tentacle. This Pokémon is also known as the Forest Witch."
|
||||
en: "If you're too loud around it, you risk being torn apart by the claws on its tentacle. This Pokémon is also known as the Forest Witch."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user