mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../FireRed & LeafGreen'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Life Herb",
|
||||
fr: "Herbe sauveuse"
|
||||
fr: "Herbe sauveuse",
|
||||
de: "Lebenskräuter"
|
||||
},
|
||||
|
||||
illustrator: "Ryo Ueda",
|
||||
@ -14,7 +15,8 @@ const card: Card = {
|
||||
trainerType: "Item",
|
||||
|
||||
effect: {
|
||||
fr: "Lancez une pièce. Si c'est face, choisissez 1 de vos Pokémon (sauf les Pokémon-ex) et retirez-lui tout État Spécial ainsi que 6 marqueurs de dégât (ou tous s'il y en a moins que 6.)"
|
||||
fr: "Lancez une pièce. Si c'est face, choisissez 1 de vos Pokémon (sauf les Pokémon-ex) et retirez-lui tout État Spécial ainsi que 6 marqueurs de dégât (ou tous s'il y en a moins que 6.)",
|
||||
de: "Flip a coin. If heads, choose 1 of your Pokémon (excluding Pokémon-ex) , and remove all Spezial Conditions and 6 damage counters from thad Pokémon (all if there are less than 6)."
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user