mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
fix: Add Neo serie french translations (#167)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -4,26 +4,17 @@ import Set from '../Neo Destiny'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Heal Powder",
|
||||
fr: "Poudre soin"
|
||||
},
|
||||
|
||||
illustrator: undefined,
|
||||
rarity: "Common",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Lancez une pièce. Si c'est face, votre Pokémon Actif n'est plus Endormi, Confus, Paralysé ou Empoisonné, retirez 2 marqueurs de dégâts de votre Pokémon Actif. Si votre Pokémon Actif a moins de marqueurs de dégâts, retirez-les tous."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user