mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +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: "Darkrai",
|
||||
fr: "Darkrai"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Common",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spacial Rend",
|
||||
fr: "Spatio-Rift"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for a Stadium card, show it to your opponent, and put it into your hand. Shuffle your deck afterward. If there is any Stadium card in play, discard it.",
|
||||
fr: "Choisissez dans votre deck une carte Stade, montrez-la à votre adversaire et placez-la dans votre main. Ensuite, mélangez votre deck. Si une carte Stade est en jeu, défaussez-la."
|
||||
},
|
||||
damage: 80,
|
||||
damage: 10,
|
||||
|
||||
},
|
||||
{
|
||||
@ -41,13 +44,18 @@ const card: Card = {
|
||||
"Metal",
|
||||
"Metal",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Roar of Time",
|
||||
},
|
||||
effect: {
|
||||
en: "Search your discard pile for 3 Pokémon, show them to your opponent, and put them on top of your deck. Shuffle your deck afterward. (If you don't have 3 Pokémon in your discard pile, this attack does nothing.)",
|
||||
fr: "Hurle-Temps"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Search your discard pile for 3 Pokémon, show them to your opponent, and put them on top of your deck. Shuffle your deck afterward. (If you don't have 3 Pokémon in your discard pile, this attack does nothing.)",
|
||||
fr: "Choisissez 3 Pokémon dans votre pile de défausse. Montrez-les à votre adversaire et placez-les sur le dessus de votre deck. Ensuite, mélangez votre deck. (Si vous ne possédez pas 3 Pokémon dans votre pile de défausse, cette attaque est sans effet.)"
|
||||
},
|
||||
|
||||
damage: 80
|
||||
},
|
||||
],
|
||||
weaknesses: [
|
||||
|
Reference in New Issue
Block a user