mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 18: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:
@ -6,11 +6,15 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Machamp",
|
||||
fr: "Mackogneur"
|
||||
fr: "Mackogneur",
|
||||
es: "Machamp",
|
||||
it: "Machamp",
|
||||
pt: "Machamp",
|
||||
de: "Machomei"
|
||||
},
|
||||
|
||||
illustrator: "SATOSHI NAKAI",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 170,
|
||||
types: ["Fighting"],
|
||||
@ -23,12 +27,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Macho Revenge",
|
||||
fr: "Revanche Macho"
|
||||
fr: "Revanche Macho",
|
||||
es: "Machovenganza",
|
||||
it: "Vendetta Bellimbusto",
|
||||
pt: "Macho Revenge",
|
||||
de: "Macho-Vergeltung"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 damage for each Fighting Pokémon in your discard pile.",
|
||||
fr: "Cette attaque inflige 20 dégâts pour chaque Pokémon Fighting dans votre pile de défausse."
|
||||
fr: "Cette attaque inflige 20 dégâts pour chaque Pokémon Fighting dans votre pile de défausse.",
|
||||
es: "Este ataque hace 20 puntos de daño por cada Pokémon Fighting en tu pila de descartes.",
|
||||
it: "Questo attacco infligge 20 danni per ogni Pokémon Fighting nella tua pila degli scarti.",
|
||||
pt: "This attack does 20 damage for each Fighting Pokémon in your discard pile.",
|
||||
de: "Diese Attacke fügt für jedes Fighting-Pokémon in deinem Ablagestapel 20 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: "20×",
|
||||
@ -36,12 +48,20 @@ const card: Card = {
|
||||
}, {
|
||||
name: {
|
||||
en: "Dynamite Punch",
|
||||
fr: "Poing Dynamite"
|
||||
fr: "Poing Dynamite",
|
||||
es: "Puño Dinamita",
|
||||
it: "Pugno Dinamite",
|
||||
pt: "Dynamite Punch",
|
||||
de: "Dynamitstoß"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon also does 50 damage to itself.",
|
||||
fr: "Ce Pokémon s’inflige aussi 50 dégâts."
|
||||
fr: "Ce Pokémon s'inflige aussi 50 dégâts.",
|
||||
es: "Este Pokémon también se hace 50 puntos de daño a sí mismo.",
|
||||
it: "Questo Pokémon infligge anche 50 danni a se stesso.",
|
||||
pt: "This Pokémon also does 50 damage to itself.",
|
||||
de: "Dieses Pokémon fügt auch sich selbst 50 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: 200,
|
||||
@ -53,7 +73,23 @@ const card: Card = {
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
retreat: 3,
|
||||
|
||||
description: {
|
||||
en: "It quickly swings its four arms to rock its opponents with ceaseless punches and chops from all angles."
|
||||
},
|
||||
|
||||
stage: "Stage2",
|
||||
dexId: [68],
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
regulationMark: "D"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user