1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-12 15:59:18 +00:00

fix: Add Neo serie french translations (#167)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-12 17:24:19 +01:00
committed by GitHub
parent ffdd3b4656
commit 68054fe4c9
365 changed files with 5008 additions and 2616 deletions

View File

@ -4,23 +4,26 @@ import Set from '../Neo Genesis'
const card: Card = {
name: {
en: "Phanpy",
fr: "Phanpy"
},
illustrator: "Ken Sugimori",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
231,
],
hp: 40,
types: [
"Fighting",
],
stage: "Basic",
attacks: [
{
cost: [
@ -28,6 +31,7 @@ const card: Card = {
],
name: {
en: "Tackle",
fr: "Charge"
},
damage: 10,
@ -39,19 +43,23 @@ const card: Card = {
],
name: {
en: "Endure",
fr: "Ténacité"
},
effect: {
en: "Flip a coin. If heads, then if, during your opponent's next turn, Phanpy would be Knocked Out by an attack, Phanpy isn't Knocked Out and its remaining HP become 10 instead.",
fr: "Lancez une pièce. Si c'est face, alors, si pendant le prochain tour de votre adversaire, une attaque est supposée mettre Phanpy K.O., Phanpy n'est pas mis K.O. mais ses PV deviennent 10."
},
},
],
weaknesses: [
{
type: "Grass",
value: "×2"
},
],
resistances: [
{
type: "Lightning",
@ -59,9 +67,9 @@ const card: Card = {
},
],
description: {
fr: "Il balance sa longue trompe pour s'amuser, mais il est si fort que cela peut être dangereux."
}
}
export default card