1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-17 18:09:19 +00:00

Added French translation

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-08 00:53:02 +01:00
parent 8450d9ffdc
commit 73df0a1805
202 changed files with 2232 additions and 404 deletions

View File

@ -14,6 +14,7 @@ const card: Card = {
// Card informations
name: {
en: "Stonjourner VMAX",
fr: "Dolman VMAX",
},
hp: 330,
@ -27,27 +28,34 @@ const card: Card = {
image: {
low: {
en: "https://assets.tcgdex.net/en/swsh/swsh1/116/low.png",
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/116/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/swsh/swsh1/116/high.png",
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/116/high.png",
},
},
evolveFrom: {
en: "Stonjourner V",
fr: "Dolman-V",
},
tags: [
Tag.VMAX,
],
illustrator: {
id: 39,
name: "5ban Graphics"
},
attacks: [{
name: {
en: "VMAX rule",
fr: "Règle VMAX",
},
},{
cost: [
@ -55,9 +63,11 @@ const card: Card = {
],
name: {
en: "Stone Gift",
fr: "Cadeau Roc",
},
text: {
en: "Attach a Fighting Energy card from your hand to 1 of your Pokémon. If you do, heal 120 damage from that Pokémon.",
fr: "Attachez une carte Énergie Fighting de votre main à lun de vos Pokémon. Dans ce cas, soignez 120 dégâts de ce Pokémon-là.",
},
},{
cost: [
@ -67,6 +77,7 @@ const card: Card = {
],
name: {
en: "Max Rockfall",
fr: "Lithomax",
},
damage: 200
}],
@ -85,7 +96,7 @@ const card: Card = {
category: Category.POKEMON,
set: {
name: "Sword & Shield",
name: "undefined",
code: "swsh1"
}
}