mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
fix: Add Diamond & Pearl French translations (#179)
* fix: Add the two first sets Signed-off-by: Avior <github@avior.me> * fix: Add DP, DP Black Star and Mysterious Treasures Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../DP Black Star Promos'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Infernape",
|
||||
fr: "Simiabraz"
|
||||
},
|
||||
illustrator: "Shizurow",
|
||||
rarity: "Common",
|
||||
@ -25,9 +26,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Burning Head",
|
||||
fr: "Tête brûlante"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may look at the top 3 cards of your deck, choose 1 of them, and put it into your hand. Discard the other 2 cards. This power can't be used if Infernape is affected by a Special Condition.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez regarder les 3 cartes du dessus de votre deck. Choisissez-en 1 et placez-la dans votre main. Défaussez les 2 autres cartes. Ce pouvoir ne peut pas être utilisé si Simiabraz est affecté par un État Spécial."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,9 +42,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Flare Up",
|
||||
fr: "Brasier ardent"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your discard pile for 8 Fire Energy cards, show them to your opponent, and shuffle them into your deck. (This attack does nothing if you don't have 8 Fire Energy cards in your discard pile.)",
|
||||
fr: "Choisissez dans votre pile de défausse 8 cartes Énergie Fire, montrez-les à votre adversaire et mélangez-les à votre deck. (Cette attaque est sans effet si vous n'avez pas 8 cartes Énergie Fire dans votre pile de défausse.)"
|
||||
},
|
||||
damage: 150,
|
||||
|
||||
|
Reference in New Issue
Block a user