mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29:17 +00:00
Added French translation
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -14,6 +14,7 @@ const card: Card = {
|
||||
// Card informations
|
||||
name: {
|
||||
en: "Snorlax VMAX",
|
||||
fr: "Ronflex VMAX",
|
||||
},
|
||||
|
||||
hp: 340,
|
||||
@ -27,27 +28,34 @@ const card: Card = {
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/142/low.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/142/low.png",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/142/high.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/142/high.png",
|
||||
},
|
||||
},
|
||||
|
||||
evolveFrom: {
|
||||
en: "Snorlax V",
|
||||
fr: "Ronflex-V",
|
||||
},
|
||||
|
||||
tags: [
|
||||
Tag.VMAX,
|
||||
],
|
||||
|
||||
|
||||
illustrator: {
|
||||
id: 61,
|
||||
name: "aky CG Works"
|
||||
},
|
||||
|
||||
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "VMAX rule",
|
||||
fr: "Règle VMAX",
|
||||
},
|
||||
},{
|
||||
cost: [
|
||||
@ -57,9 +65,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "G-Max Fall",
|
||||
fr: "Chute G-Max",
|
||||
},
|
||||
text: {
|
||||
en: "This attack does 30 more damage for each of your Benched Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chacun de vos Pokémon de Banc.",
|
||||
},
|
||||
damage: "60+"
|
||||
}],
|
||||
@ -78,7 +88,7 @@ const card: Card = {
|
||||
category: Category.POKEMON,
|
||||
|
||||
set: {
|
||||
name: "Sword & Shield",
|
||||
name: "undefined",
|
||||
code: "swsh1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user