mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29: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,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Deerling",
|
||||
fr: "Vivaldaim"
|
||||
fr: "Vivaldaim",
|
||||
es: "Deerling",
|
||||
it: "Deerling",
|
||||
pt: "Deerling",
|
||||
de: "Sesokitz"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
@ -48,7 +52,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "If you have a Stadium in play, this attack does 80 more damage.",
|
||||
fr: "Si vous avez un Stade en jeu, cette attaque inflige 80 dégâts supplémentaires.",
|
||||
fr: "Si vous avez un Stade en jeu, cette attaque inflige 80 dégâts supplémentaires.",
|
||||
es: "Si tienes un Estadio en juego, este ataque hace 80 puntos de daño más.",
|
||||
it: "Se hai in gioco una carta Stadio, questo attacco infligge 80 danni in più.",
|
||||
pt: "Se você tiver um Estádio em jogo, este ataque causará 80 pontos de dano a mais.",
|
||||
@ -77,8 +81,8 @@ const card: Card = {
|
||||
stage: "Stage1",
|
||||
|
||||
description: {
|
||||
en: "They migrate according to the seasons. People can tell the season by looking at Sawsbuck’s horns."
|
||||
en: "They migrate according to the seasons. People can tell the season by looking at Sawsbuck's horns."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user