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:
@ -13,7 +13,12 @@ const card: Card = {
|
||||
stage: "Basic",
|
||||
|
||||
name: {
|
||||
en: "Snorlax"
|
||||
en: "Snorlax",
|
||||
fr: "Ronflex",
|
||||
de: "Relaxo",
|
||||
es: "Snorlax",
|
||||
pt: "Snorlax",
|
||||
it: "Snorlax"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
@ -25,7 +30,12 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Slap Push"
|
||||
en: "Slap Push",
|
||||
fr: "Grande Claque",
|
||||
de: "Stoß",
|
||||
es: "Empujón con Bofetón",
|
||||
pt: "Tapa Empurrão",
|
||||
it: "Spintonata"
|
||||
},
|
||||
|
||||
damage: 30
|
||||
@ -33,11 +43,21 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Single Strike Tackle"
|
||||
en: "Single Strike Tackle",
|
||||
fr: "Charge Poing Final",
|
||||
de: "Fokussierter-Angriff-Tackle",
|
||||
es: "Placaje Golpe Brusco",
|
||||
pt: "Investida Golpe Decisivo",
|
||||
it: "Azione Colpo Singolo"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This Pokémon also does 30 damage to itself."
|
||||
en: "This Pokémon also does 30 damage to itself.",
|
||||
fr: "Ce Pokémon s'inflige aussi 30 dégâts.",
|
||||
de: "Dieses Pokémon fügt auch sich selbst 30 Schadenspunkte zu.",
|
||||
es: "Este Pokémon también se hace 30 puntos de daño a sí mismo.",
|
||||
pt: "Este Pokémon também causa 30 pontos de dano a si mesmo.",
|
||||
it: "Questo Pokémon infligge anche 30 danni a se stesso."
|
||||
},
|
||||
|
||||
damage: 120
|
||||
|
Reference in New Issue
Block a user