mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +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 '../Power Keepers'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Aggron",
|
||||
fr: "Galeking"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Rare",
|
||||
@ -24,12 +25,14 @@ const card: Card = {
|
||||
|
||||
abilities: [
|
||||
{
|
||||
type: "Poke-POWER",
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Terraforming",
|
||||
fr: "Terraformage"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may look at the top 5 cards from your deck and put them back on top of your deck in any order. This power can't be used if Aggron is affected by a Special Condition.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez regarder les 5 cartes du dessus de votre deck et les replacer au dessus de votre deck dans n'importe quel ordre. Ce pouvoir ne peut pas être utilisé si Galeking est affecté par un État Spécial."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,6 +45,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Metal Claw",
|
||||
fr: "Griffe acier"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
@ -56,9 +60,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Mix-Up",
|
||||
fr: "Mélange"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent discards the top card of his or her deck.",
|
||||
fr: "Votre adversaire défausse la carte du dessus de son deck."
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
|
Reference in New Issue
Block a user