mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39: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:
@ -22,7 +22,7 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Cat Kick",
|
||||
fr: "Coup d’Patte",
|
||||
fr: "Coup d'Patte",
|
||||
es: "Patada Gato",
|
||||
it: "Calciogatto",
|
||||
pt: "Chute do Gato",
|
||||
@ -34,7 +34,7 @@ const card: Card = {
|
||||
}, {
|
||||
name: {
|
||||
en: "Claw Slash",
|
||||
fr: "Tranch’Griffe",
|
||||
fr: "Tranch'Griffe",
|
||||
es: "Cuchillada Garra",
|
||||
it: "Lacerartiglio",
|
||||
pt: "Golpe de Garra",
|
||||
@ -63,8 +63,8 @@ const card: Card = {
|
||||
stage: "Basic",
|
||||
|
||||
description: {
|
||||
en: "When it’s happy, Glameow demonstrates beautiful movements of its tail, like a dancing ribbon."
|
||||
en: "When it's happy, Glameow demonstrates beautiful movements of its tail, like a dancing ribbon."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user