mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +00:00
feat: Add remaining Sword & Shield promos (#768)
This commit is contained in:
@ -9,7 +9,8 @@ const card: Card = {
|
||||
fr: "Duralugon",
|
||||
es: "Duraludon",
|
||||
pt: "Duraludon",
|
||||
de: "Duraludon"
|
||||
de: "Duraludon",
|
||||
it: "Duraludon"
|
||||
},
|
||||
|
||||
illustrator: "Ryuta Fuse",
|
||||
@ -23,8 +24,9 @@ const card: Card = {
|
||||
en: "Metal Claw",
|
||||
fr: "Griffe Acier",
|
||||
es: "Garra Metal",
|
||||
pt: "Metal Claw",
|
||||
de: "Metallklaue"
|
||||
pt: "Garra de Metal",
|
||||
de: "Metallklaue",
|
||||
it: "Ferrartigli"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
@ -34,16 +36,18 @@ const card: Card = {
|
||||
en: "Steel Beam",
|
||||
fr: "Métalaser",
|
||||
es: "Metaláser",
|
||||
pt: "Steel Beam",
|
||||
de: "Stahlstrahl"
|
||||
pt: "Feixe de Aço",
|
||||
de: "Stahlstrahl",
|
||||
it: "Raggio d'Acciaio"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon also does 40 damage to itself.",
|
||||
fr: "Ce Pokémon s'inflige aussi 40 dégâts.",
|
||||
es: "Este Pokémon también se hace 40 puntos de daño a sí mismo.",
|
||||
pt: "This Pokémon also does 40 damage to itself.",
|
||||
de: "Dieses Pokémon fügt auch sich selbst 40 Schadenspunkte zu."
|
||||
pt: "Este Pokémon também causa 40 pontos de dano a si mesmo.",
|
||||
de: "Dieses Pokémon fügt auch sich selbst 40 Schadenspunkte zu.",
|
||||
it: "Questo Pokémon infligge anche 40 danni a se stesso."
|
||||
},
|
||||
|
||||
damage: 150,
|
||||
|
Reference in New Issue
Block a user