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,9 +5,13 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Life Herb",
|
||||
fr: "Herbe Sauveuse",
|
||||
es: "Hierba Vida",
|
||||
it: "Erba Vita",
|
||||
pt: "Erva da Vida",
|
||||
de: "Lebenskräuter"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Rare",
|
||||
rarity: "Secret Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
@ -24,6 +28,11 @@ const card: Card = {
|
||||
|
||||
effect: {
|
||||
fr: "Lancez une pièce. Si c’est face, soignez 60 dégâts et retirez tous les États Spéciaux de l’un de vos Pokémon.",
|
||||
en: "Flip a coin. If heads, heal 60 damage and remove all Special Conditions from 1 of your Pokémon.",
|
||||
es: "Lanza 1 moneda. Si sale cara, cura 60 puntos de daño y elimina todas las Condiciones Especiales de 1 de tus Pokémon.",
|
||||
it: "Lancia una moneta. Se esce testa, cura uno dei tuoi Pokémon da 60 danni e rimuovi tutte le condizioni speciali che lo influenzano.",
|
||||
pt: "Jogue 1 moeda. Se sair cara, cure 60 pontos de dano e remova todas as Condições Especiais de 1 dos seus Pokémon.",
|
||||
de: "Wirf 1 Münze. Heile bei Kopf 60 Schadenspunkte und entferne alle Speziellen Zustände von 1 deiner Pokémon."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user