mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 03:50:46 +00:00
fix: add EX French translations (#169)
* fix: Add for some sets Signed-off-by: Avior <github@avior.me> * Added Sets titles Signed-off-by: Avior <github@avior.me> * fix: Finished last EX sets Signed-off-by: Avior <github@avior.me> * Change Discord Link text
This commit is contained in:
@@ -4,6 +4,7 @@ import Set from '../Delta Species'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Porygon2",
|
||||
fr: "Porygon2"
|
||||
},
|
||||
illustrator: "Hisao Nakamura",
|
||||
rarity: "Rare",
|
||||
@@ -27,23 +28,28 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Backup",
|
||||
fr: "Sauvegarde"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if you have less than 6 cards in your hand, you may draw cards until you have 6 cards in your hand. This power can't be used if Porygon2 is affected by a Special Condition.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), si vous avez moins de 6 cartes en main, vous pouvez piocher des cartes jusqu'à ce vous ayez 6 cartes en main. Ce pouvoir ne peut pas être utilisé si Porygon2 est affecté par un État Spécial."
|
||||
},
|
||||
},
|
||||
],
|
||||
attacks: [
|
||||
{
|
||||
|
||||
name: {
|
||||
en: "Machine Burst",
|
||||
fr: "Éclate-machine"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "If Porygon2 has a Technical Machine card attached to it, the Defending Pokémon is now Asleep and Burned.",
|
||||
fr: "Si Porygon2 possède une carte Machine Technique, le Pokémon Défenseur est maintenant Endormi et Brûlé."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
damage: 30,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
},
|
||||
],
|
||||
weaknesses: [
|
||||
|
Reference in New Issue
Block a user