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:
@ -18,7 +18,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Bunnelby",
|
||||
fr: "Sapereau"
|
||||
fr: "Sapereau",
|
||||
es: "Bunnelby",
|
||||
it: "Bunnelby",
|
||||
pt: "Bunnelby",
|
||||
de: "Scoppel"
|
||||
},
|
||||
|
||||
attacks: [
|
||||
@ -38,7 +42,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Discard up to 6 cards from the top of your deck. If you do, this attack does 30 damage for each card you discarded in this way.",
|
||||
fr: "Défaussez jusqu’à 6 cartes du dessus de votre deck. Dans ce cas, cette attaque inflige 30 dégâts pour chaque carte défaussée de cette façon.",
|
||||
fr: "Défaussez jusqu'à 6 cartes du dessus de votre deck. Dans ce cas, cette attaque inflige 30 dégâts pour chaque carte défaussée de cette façon.",
|
||||
es: "Descarta hasta 6 cartas de la parte superior de tu baraja. Si lo haces, este ataque hace 30 puntos de daño por cada carta que hayas descartado de esta manera.",
|
||||
it: "Scarta fino a sei carte dalla cima del tuo mazzo. Se lo fai, questo attacco infligge 30 danni per ogni carta che hai scartato in questo modo.",
|
||||
pt: "Descarte até 6 cartas de cima do seu baralho. Se fizer isto, este ataque causará 30 pontos de dano para cada carta descartada desta forma.",
|
||||
@ -90,7 +94,7 @@ const card: Card = {
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "With power equal to an excavator, it can dig through dense bedrock. It’s a huge help during tunnel construction."
|
||||
en: "With power equal to an excavator, it can dig through dense bedrock. It's a huge help during tunnel construction."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user