mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
fix: Add Neo serie french translations (#167)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -4,24 +4,29 @@ import Set from '../Neo Discovery'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Ursaring",
|
||||
fr: "Ursaring"
|
||||
},
|
||||
|
||||
illustrator: "Naoyo Kimura",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
217,
|
||||
],
|
||||
|
||||
hp: 80,
|
||||
|
||||
types: [
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Teddiursa",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -29,13 +34,18 @@ const card: Card = {
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Headpress",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, this attack does nothing (not even damage).",
|
||||
fr: "Press'tête"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed. If tails, this attack does nothing (not even damage).",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est Paralysé. Si c'est pile, cette attaque ne fait rien (pas même de dégâts)."
|
||||
},
|
||||
|
||||
damage: 20
|
||||
},
|
||||
{
|
||||
cost: [
|
||||
@ -44,21 +54,28 @@ const card: Card = {
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Double Lariat",
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 40 times the number of heads.",
|
||||
fr: "Double lasso"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 40 times the number of heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 40 dégâts multipliés par le nombre de faces."
|
||||
},
|
||||
|
||||
damage: "40×"
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@ -66,9 +83,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
description: {
|
||||
fr: "Il sait monter aux arbres, mais il préfère casser les troncs avec ses pattes avant pour manger les baies qui sont tombées."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user