mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-01 12:22:02 +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: "Horsea",
|
||||
fr: "Hypotrempe"
|
||||
fr: "Hypotrempe",
|
||||
es: "Horsea",
|
||||
it: "Horsea",
|
||||
pt: "Horsea",
|
||||
de: "Seeper"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
@@ -30,7 +34,7 @@ const card: Card = {
|
||||
fr: "Pistolet à O",
|
||||
es: "Pistola Agua",
|
||||
it: "Pistolacqua",
|
||||
pt: "Revólver d’Água",
|
||||
pt: "Revólver d'Água",
|
||||
de: "Aquaknarre"
|
||||
},
|
||||
|
||||
@@ -60,4 +64,4 @@ const card: Card = {
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user