mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 09:59: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: "Klang",
|
||||
fr: "Clic"
|
||||
fr: "Clic",
|
||||
es: "Klang",
|
||||
it: "Klang",
|
||||
pt: "Klang",
|
||||
de: "Kliklak"
|
||||
},
|
||||
|
||||
attacks: [
|
||||
@ -59,8 +63,8 @@ const card: Card = {
|
||||
de: "Uhrwerk"
|
||||
},
|
||||
effect: {
|
||||
en: "If you don’t have Klink and Klang on your Bench, this attack does nothing.",
|
||||
fr: "Si vous n’avez pas Tic et Clic sur votre Banc, cette attaque ne fait rien.",
|
||||
en: "If you don't have Klink and Klang on your Bench, this attack does nothing.",
|
||||
fr: "Si vous n'avez pas Tic et Clic sur votre Banc, cette attaque ne fait rien.",
|
||||
es: "Si no tienes a Klink y Klang en tu Banca, este ataque no hace nada.",
|
||||
it: "Se non hai Klink e Klang nella tua panchina, questo attacco non ha effetto.",
|
||||
pt: "Se Klink e Klang não estiverem no seu Banco, este ataque não fará nada.",
|
||||
|
Reference in New Issue
Block a user