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:
@ -21,7 +21,7 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Coup d’Main",
|
||||
fr: "Coup d'Main",
|
||||
en: "Helping Hand",
|
||||
es: "Refuerzo",
|
||||
it: "Altruismo",
|
||||
@ -30,7 +30,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Cherchez dans votre deck une carte Énergie de base, puis attachez-la à l’un de vos Pokémon de Banc. Mélangez ensuite votre deck.",
|
||||
fr: "Cherchez dans votre deck une carte Énergie de base, puis attachez-la à l'un de vos Pokémon de Banc. Mélangez ensuite votre deck.",
|
||||
en: "Search your deck for a basic Energy card and attach it to 1 of your Benched Pokémon. Then, shuffle your deck.",
|
||||
es: "Busca en tu baraja 1 carta de Energía Básica y únela a 1 de tus Pokémon en Banca. Después, baraja las cartas de tu baraja.",
|
||||
it: "Cerca nel tuo mazzo una carta Energia base e assegnala a uno dei tuoi Pokémon in panchina. Poi rimischia le carte del tuo mazzo.",
|
||||
@ -50,8 +50,8 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
en: "This attack does 20 more damage for each Energy attached to your opponent’s Active Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
en: "This attack does 20 more damage for each Energy attached to your opponent's Active Pokémon.",
|
||||
es: "Este ataque hace 20 puntos de daño más por cada Energía unida al Pokémon Activo de tu rival.",
|
||||
it: "Questo attacco infligge 20 danni in più per ogni Energia assegnata al Pokémon attivo del tuo avversario.",
|
||||
pt: "Este ataque causa 20 pontos de dano a mais para cada Energia ligada ao Pokémon Ativo do seu oponente.",
|
||||
@ -84,4 +84,4 @@ const card: Card = {
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user