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:
@ -18,7 +18,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Lombre",
|
||||
fr: "Lombre"
|
||||
fr: "Lombre",
|
||||
es: "Lombre",
|
||||
it: "Lombre",
|
||||
pt: "Lombre",
|
||||
de: "Lombrero"
|
||||
},
|
||||
|
||||
attacks: [
|
||||
@ -37,7 +41,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 60 damage for each Prize card you have taken.",
|
||||
fr: "Cette attaque inflige 60 dégâts pour chaque carte Récompense que vous avez récupérée.",
|
||||
fr: "Cette attaque inflige 60 dégâts pour chaque carte Récompense que vous avez récupérée.",
|
||||
es: "Este ataque hace 60 puntos de daño por cada carta de Premio que hayas cogido.",
|
||||
it: "Questo attacco infligge 60 danni per ogni carta Premio che hai preso.",
|
||||
pt: "Este ataque causa 60 pontos de dano para cada carta de Prêmio que você pegou.",
|
||||
@ -62,7 +66,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Heal 30 damage from this Pokémon.",
|
||||
fr: "Soignez 30 dégâts de ce Pokémon.",
|
||||
fr: "Soignez 30 dégâts de ce Pokémon.",
|
||||
es: "Cura 30 puntos de daño a este Pokémon.",
|
||||
it: "Cura questo Pokémon da 30 danni.",
|
||||
pt: "Cure 30 pontos de dano deste Pokémon.",
|
||||
@ -95,7 +99,7 @@ const card: Card = {
|
||||
stage: "Stage2",
|
||||
|
||||
description: {
|
||||
en: "The rhythm of bright, festive music activates Ludicolo’s cells, making it more powerful."
|
||||
en: "The rhythm of bright, festive music activates Ludicolo's cells, making it more powerful."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user