mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Lycanroc",
|
||||
fr: "Lougaroc",
|
||||
es: "Lycanroc",
|
||||
it: "Lycanroc",
|
||||
pt: "Lycanroc",
|
||||
de: "Wolwerock"
|
||||
},
|
||||
illustrator: "Megumi Mizutani",
|
||||
rarity: "Rare",
|
||||
@ -34,12 +38,20 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dangerous Rogue",
|
||||
fr: "Dangereux Truand",
|
||||
es: "Pícaro Peligroso",
|
||||
it: "Pericolo Ferale",
|
||||
pt: "Trapaceiro Perigoso",
|
||||
de: "Gaunergefahr"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 more damage for each of your opponent's Benched Pokémon.",
|
||||
en: "This attack does 20 more damage for each of your opponent’s Benched Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Pokémon de Banc de votre adversaire.",
|
||||
es: "Este ataque hace 20 puntos de daño más por cada Pokémon en Banca de tu rival.",
|
||||
it: "Questo attacco infligge 20 danni in più per ogni Pokémon nella panchina del tuo avversario.",
|
||||
pt: "Este ataque causa 20 pontos de dano a mais para cada Pokémon no Banco do seu oponente.",
|
||||
de: "Diese Attacke fügt 20 Schadenspunkte mehr mal der Anzahl der Pokémon auf der Bank deines Gegners zu."
|
||||
},
|
||||
damage: 20,
|
||||
damage: "20+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -51,6 +63,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Accelerock",
|
||||
fr: "Vif Roc",
|
||||
es: "Roca Veloz",
|
||||
it: "Rocciarapida",
|
||||
pt: "Rocha Veloz",
|
||||
de: "Turbofelsen"
|
||||
},
|
||||
|
||||
damage: 100,
|
||||
|
Reference in New Issue
Block a user