mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-02 20:51:57 +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: "Mankey",
|
||||
fr: "Férosinge"
|
||||
fr: "Férosinge",
|
||||
es: "Mankey",
|
||||
it: "Mankey",
|
||||
pt: "Mankey",
|
||||
de: "Menki"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
@@ -47,7 +51,7 @@ const card: Card = {
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
en: "Steamin’ Mad Strike",
|
||||
en: "Steamin' Mad Strike",
|
||||
fr: "Poing Furibond",
|
||||
es: "Golpe Enfurecimiento",
|
||||
it: "Colpo Escandescenza",
|
||||
@@ -57,7 +61,7 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
en: "This attack does 50 damage for each of your Benched Pokémon that has any damage counters on it.",
|
||||
fr: "Cette attaque inflige 50 dégâts pour chacun de vos Pokémon de Banc ayant au moins un marqueur de dégâts.",
|
||||
fr: "Cette attaque inflige 50 dégâts pour chacun de vos Pokémon de Banc ayant au moins un marqueur de dégâts.",
|
||||
es: "Este ataque hace 50 puntos de daño por cada uno de tus Pokémon en Banca que tenga algún contador de daño sobre él.",
|
||||
it: "Questo attacco infligge 50 danni per ogni Pokémon nella tua panchina che ha dei segnalini danno.",
|
||||
pt: "Este ataque causa 50 pontos de dano para cada um dos seus Pokémon no Banco que tiver algum contador de dano nele.",
|
||||
@@ -90,4 +94,4 @@ const card: Card = {
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user