1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19: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,16 +4,20 @@ import Set from '../Sandstorm'
const card: Card = {
name: {
en: "Volbeat",
fr: "Muciole"
},
illustrator: "Kyoko Umemoto",
rarity: "Uncommon",
category: "Trainer",
category: "Pokemon",
set: Set,
dexId: [
313,
],
hp: 60,
types: [
"Grass",
],
@ -25,9 +29,11 @@ const card: Card = {
type: "Poke-BODY",
name: {
en: "Uplifting Glow",
fr: "Lueur indicatrice"
},
effect: {
en: "As long as Illumise is in play, Volbeat's Retreat Cost is 0.",
fr: "Tant que Lumivole est en jeu, le Coût de retraite de Muciole est de 0."
},
},
],
@ -39,12 +45,33 @@ const card: Card = {
},
],
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned. If tails, the Defending Pokémon is now Asleep.",
},
attacks: [{
cost: ["Colorless"],
name: {
fr: "Vibration toxik"
},
effect: {
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Empoisonné. Si c'est pile, le Pokémon Défenseur est maintenant Endormi."
}
}, {
cost: ["Grass", "Colorless"],
name: {
fr: "Abattre"
},
effect: {
fr: "Si le Pokémon Défenseur est affecté par un État Spécial, cette attaque inflige 40 dégâts."
},
damage: "20+"
}]
}
export default card