mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-22 03:49:19 +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: "Victini V",
|
||||
fr: "Victini V",
|
||||
},
|
||||
|
||||
hp: 190,
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/25/low.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/25/low.png",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/25/high.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/25/high.png",
|
||||
},
|
||||
},
|
||||
|
||||
@ -39,13 +42,17 @@ const card: Card = {
|
||||
Tag.V,
|
||||
],
|
||||
|
||||
|
||||
illustrator: {
|
||||
id: 24,
|
||||
name: "PLANETA Tsuji"
|
||||
},
|
||||
|
||||
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "V rule",
|
||||
fr: "Règle V",
|
||||
},
|
||||
},{
|
||||
cost: [
|
||||
@ -53,9 +60,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Spreading Flames",
|
||||
fr: "Flammes Rampantes",
|
||||
},
|
||||
text: {
|
||||
en: "Attach up to 3 Fire Energy cards from your discard pile to your Pokémon in any way you like.",
|
||||
fr: "Attachez jusqu’à 3 cartes Énergie Fire de votre pile de défausse à vos Pokémon comme il vous plaît.",
|
||||
},
|
||||
},{
|
||||
cost: [
|
||||
@ -64,9 +73,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Energy Burst",
|
||||
fr: "Explosion d’Énergie",
|
||||
},
|
||||
text: {
|
||||
en: "This attack does 30 damage for each Energy attached to both Active Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts pour chaque Énergie attachée aux deux Pokémon Actifs.",
|
||||
},
|
||||
damage: "30×"
|
||||
}],
|
||||
@ -85,7 +96,7 @@ const card: Card = {
|
||||
category: Category.POKEMON,
|
||||
|
||||
set: {
|
||||
name: "Sword & Shield",
|
||||
name: "undefined",
|
||||
code: "swsh1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user