mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19: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: "Bodybuilding Dumbbells",
|
||||
fr: "Haltères de Culturisme",
|
||||
es: "Pesas Culturismo",
|
||||
it: "Manubri del Culturista",
|
||||
pt: "Halteres de Fisiculturismo",
|
||||
de: "Bodybuilding-Hanteln"
|
||||
},
|
||||
illustrator: "Eske Yoshinob",
|
||||
rarity: "Uncommon",
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Cette carte ajoute 40 PV au Pokémon de Niveau 1 auquel elle est attachée.",
|
||||
en: "The Stage 1 Pokémon this card is attached to gets +40 HP.",
|
||||
es: "El Pokémon de Fase 1 al que esté unida esta carta obtiene 40 PS más.",
|
||||
it: "Il Pokémon di Fase 1 a cui è assegnata questa carta ha 40 PS in più.",
|
||||
pt: "O Pokémon Estágio 1 ao qual esta carta está ligada recebe 40 PS a mais.",
|
||||
de: "Das Phase-1-Pokémon, an das diese Karte angelegt ist, erhält 40 KP mehr."
|
||||
},
|
||||
trainerType: "Tool",
|
||||
|
||||
|
Reference in New Issue
Block a user