1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09: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:
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 '../Power Keepers'
const card: Card = {
name: {
en: "Anorith",
fr: "Anorith"
},
illustrator: "Midori Harada",
rarity: "Uncommon",
@ -27,9 +28,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Solid Shell",
fr: "Coquille dure"
},
effect: {
en: "Any damage done to Anorith by attacks is reduced by 10 (after applying Weakness and Resistance).",
fr: "Tous dégâts infligés à Anorith par des attaques sont réduits de 10 (après application de la Faiblesse et de la Résistance)."
},
},
],
@ -41,11 +44,13 @@ const card: Card = {
],
name: {
en: "Fury Cutter",
fr: "Taillade"
},
effect: {
en: "Flip 3 coins. If 1 of them is heads, this attack does 10 damage plus 10 more damage. If 2 of them are heads, this attack does 10 damage plus 30 more damage. If all of them are heads, this attack does 10 damage plus 50 more damage.",
fr: "Lancez 3 pièces. S'il y a 1 face, cette attaque inflige 10 dégâts plus 10 dégâts supplémentaires. S'il y a 2 faces, cette attaque inflige 10 dégâts plus 30 dégâts supplémentaires. Si ce ne sont que des faces, cette attaque inflige 10 dégâts plus 50 dégâts supplémentaires."
},
damage: 10,
damage: "10+",
},
],