mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -6,16 +6,24 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Big Charm",
|
||||
fr: "Grande Amulette"
|
||||
fr: "Grande Amulette",
|
||||
es: "Gran Amuleto",
|
||||
it: "Amuleto Grande",
|
||||
pt: "Pingente Grande",
|
||||
de: "Großes Amulett"
|
||||
},
|
||||
|
||||
illustrator: "inose yukie",
|
||||
rarity: "Rare",
|
||||
rarity: "Secret Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "The Pokémon this card is attached to gets +30 HP.",
|
||||
fr: "Cette carte ajoute 30 PV au Pokémon auquel elle est attachée."
|
||||
fr: "Cette carte ajoute 30 PV au Pokémon auquel elle est attachée.",
|
||||
es: "El Pokémon al que está unida esta carta obtiene 30 PS más.",
|
||||
it: "Il Pokémon a cui è assegnata questa carta ha 30 PS in più.",
|
||||
pt: "O Pokémon ao qual esta carta está ligada recebe 30 PS a mais.",
|
||||
de: "Das Pokémon, an das diese Karte angelegt ist, erhält +30 KP."
|
||||
},
|
||||
|
||||
trainerType: "Tool",
|
||||
|
Reference in New Issue
Block a user