mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18: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:
@ -23,7 +23,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Jigglypuff",
|
||||
fr: "Rondoudou"
|
||||
fr: "Rondoudou",
|
||||
es: "Jigglypuff",
|
||||
it: "Jigglypuff",
|
||||
pt: "Jigglypuff",
|
||||
de: "Pummeluff"
|
||||
},
|
||||
|
||||
attacks: [
|
||||
@ -40,7 +44,7 @@ const card: Card = {
|
||||
de: "Schlafimpuls"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Asleep.",
|
||||
en: "Your opponent's Active Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Dormido.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene addormentato.",
|
||||
@ -66,7 +70,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 90 damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 90 dégâts pour chaque côté face.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 90 dégâts pour chaque côté face.",
|
||||
es: "Lanza 2 monedas. Este ataque hace 90 puntos de daño por cada cara.",
|
||||
it: "Lancia due volte una moneta. Questo attacco infligge 90 danni ogni volta che esce testa.",
|
||||
pt: "Jogue 2 moedas. Este ataque causa 90 pontos de dano para cada cara.",
|
||||
|
Reference in New Issue
Block a user