mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-07 18:49: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:
@ -38,7 +38,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "Draw 2 cards.",
|
||||
fr: "Piochez 2 cartes.",
|
||||
fr: "Piochez 2 cartes.",
|
||||
es: "Roba 2 cartas.",
|
||||
it: "Pesca due carte.",
|
||||
pt: "Compre 2 cartas.",
|
||||
@ -60,7 +60,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 10 damage for each damage counter on this Pokémon.",
|
||||
fr: "Cette attaque inflige 10 dégâts pour chaque marqueur de dégâts sur ce Pokémon.",
|
||||
fr: "Cette attaque inflige 10 dégâts pour chaque marqueur de dégâts sur ce Pokémon.",
|
||||
es: "Este ataque hace 10 puntos de daño por cada contador de daño en este Pokémon.",
|
||||
it: "Questo attacco infligge 10 danni per ogni segnalino danno presente su questo Pokémon.",
|
||||
pt: "Este ataque causa 10 pontos de dano para cada contador de dano neste Pokémon.",
|
||||
@ -89,8 +89,10 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "If a tree branch shakes when there is no wind, it’s a Sudowoodo, not a tree. It hides from the rain."
|
||||
}
|
||||
en: "If a tree branch shakes when there is no wind, it's a Sudowoodo, not a tree. It hides from the rain."
|
||||
},
|
||||
|
||||
dexId: [185]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user