1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-01 12:22:02 +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:
2021-11-15 16:24:10 +01:00
committed by GitHub
parent 68054fe4c9
commit b6fbcc1b77
1603 changed files with 7858 additions and 2916 deletions

View File

@@ -4,6 +4,7 @@ import Set from '../Legend Maker'
const card: Card = {
name: {
en: "Aerodactyl",
fr: "Ptera"
},
illustrator: "Hajime Kusajima",
rarity: "Rare",
@@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Reactive Protection",
fr: "Protection réactive"
},
effect: {
en: "Any damage done to Aerodactyl by attacks from your opponent's Pokémon is reduced by 10 for each React Energy card attached to Aerodactyl (after applying Weakness and Resistance).",
fr: "Tous dégâts infligés à Ptera par des attaques de Pokémon de votre adversaire sont réduits de 10 pour chaque carte Énergie réaction attachée à Ptera (après application de la Faiblesse et de la Résistance)."
},
},
],
@@ -40,11 +43,13 @@ const card: Card = {
],
name: {
en: "Power Blow",
fr: "Coup puissant"
},
effect: {
en: "Does 10 damage plus 10 more damage for each Energy attached to Aerodactyl.",
fr: "Inflige 10 dégâts plus 10 dégâts supplémentaires pour chaque Énergie attachée à Ptera."
},
damage: 10,
damage: "10+",
},
{
@@ -55,9 +60,11 @@ const card: Card = {
],
name: {
en: "Speed Stroke",
fr: "Coup foudroyant"
},
effect: {
en: "During your opponent's next turn, prevent all effects, including damage, done to Aerodactyl by attacks from your opponent's Pokémon-ex.",
fr: "Lors du prochain tour de votre adversaire, prévenez tous les effets, dégâts inclus, infligés à Ptera par des attaques de Pokémon-ex de votre adversaire."
},
damage: 40,