mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19: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: "Sandaconda",
|
||||
fr: "Dunaconda",
|
||||
},
|
||||
|
||||
hp: 130,
|
||||
@ -27,30 +28,38 @@ const card: Card = {
|
||||
image: {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/110/low.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/110/low.png",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/110/high.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/110/high.png",
|
||||
},
|
||||
},
|
||||
|
||||
evolveFrom: {
|
||||
en: "Silicobra",
|
||||
fr: "Dunaja",
|
||||
},
|
||||
|
||||
tags: [
|
||||
Tag.STAGE1,
|
||||
],
|
||||
|
||||
|
||||
illustrator: {
|
||||
id: 15,
|
||||
name: "nagimiso"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
id: -1,
|
||||
type: AbilityType.TALENT,
|
||||
name: {
|
||||
en: "Sand Sac",
|
||||
fr: "Poche de Sable",
|
||||
},
|
||||
text: {
|
||||
en: "This Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
||||
fr: "Ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).",
|
||||
}
|
||||
}],
|
||||
|
||||
@ -61,9 +70,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Power Press",
|
||||
fr: "Étau Puissant",
|
||||
},
|
||||
text: {
|
||||
en: "If this Pokémon has at least 1 extra Fighting Energy attached (in addition to this attack's cost), this attack does 70 more damage.",
|
||||
fr: "Si au moins une Énergie Fighting supplémentaire est attachée à ce Pokémon (en plus du coût de cette attaque), cette attaque inflige 70 dégâts supplémentaires.",
|
||||
},
|
||||
damage: "60+"
|
||||
}],
|
||||
@ -82,7 +93,7 @@ const card: Card = {
|
||||
category: Category.POKEMON,
|
||||
|
||||
set: {
|
||||
name: "Sword & Shield",
|
||||
name: "undefined",
|
||||
code: "swsh1"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user