mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 20:01:58 +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: "Rhyperior",
|
||||
fr: "Rhinastoc"
|
||||
},
|
||||
illustrator: "Ryo Ueda",
|
||||
rarity: "Common",
|
||||
@@ -26,11 +27,13 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Hard Crush",
|
||||
fr: "Écras'dur"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard the top 5 cards of your deck. This attack does 50 damage for each Energy card you discarded.",
|
||||
fr: "Défaussez les 5 cartes du dessus de votre deck. Cette attaque inflige 50 dégâts par chaque carte Énergie défaussée."
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50×",
|
||||
|
||||
},
|
||||
{
|
||||
@@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Upthrow",
|
||||
fr: "Soulèvement"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your discard pile for all Fighting Energy cards, show them to your opponent, and shuffle them into your deck.",
|
||||
fr: "Cherchez dans votre pile de défausse toutes les cartes Énergie Fighting, montrez-les à votre adversaire et mélangez-les à votre deck."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
|
Reference in New Issue
Block a user