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: "Gliscor",
|
||||
fr: "Scorvol"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Common",
|
||||
@@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Bind Eye",
|
||||
fr: "Aveugle d'un oeil"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Gliscor is your Active Pokémon, your opponent can't remove any Special Conditions by evolving or devolving his or her Pokémon. (This also includes putting a Pokémon Level-Up card onto that Pokémon.)",
|
||||
fr: "Tant que Scorvol est votre Pokémon Actif, votre adversaire ne peut pas retirer d'États Spéciaux en faisant évoluer ou en dés-évoluant son Pokémon. (Placer une carte Niveau Sup sur ce Pokémon inclus.)"
|
||||
},
|
||||
},
|
||||
],
|
||||
@@ -40,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Cutting Turn",
|
||||
fr: "Tour coupant"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, put damage counters on the Defending Pokémon until it is 10HP away from being Knocked Out. If you do, shuffle Gliscor and all cards attached to it into your deck.",
|
||||
fr: "Lancez une pièce. Si c'est face, placez des marqueurs de dégât sur le Pokémon Défenseur jusqu'à ce qu'il ne lui reste plus que 10 PV. Mélangez ensuite à votre deck Scorvol ainsi que toutes les cartes qui lui sont attachées."
|
||||
},
|
||||
|
||||
},
|
||||
@@ -52,9 +57,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Friction Heat",
|
||||
fr: "Friction chauffante"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Burned.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Brûlé."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
Reference in New Issue
Block a user