mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
fix: Add Neo serie french translations (#167)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -4,23 +4,26 @@ import Set from '../Neo Revelation'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Lugia",
|
||||
fr: "Lugia"
|
||||
},
|
||||
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
249,
|
||||
],
|
||||
|
||||
hp: 90,
|
||||
|
||||
types: [
|
||||
"Psychic",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -29,21 +32,28 @@ const card: Card = {
|
||||
"Colorless",
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
name: {
|
||||
en: "Aerowing",
|
||||
},
|
||||
effect: {
|
||||
en: "You may flip a coin. If heads, this attack does 80 damage. If tails, this attack does nothing.",
|
||||
fr: "Aéroaile"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "You may flip a coin. If heads, this attack does 80 damage. If tails, this attack does nothing.",
|
||||
fr: "Vous pouvez lancer une pièce. Si c'est face, cette attaque inflige 80 dégâts. Si c'est pile, cette attaque ne fait rien."
|
||||
},
|
||||
|
||||
damage: 40
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@ -51,9 +61,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
description: {
|
||||
fr: "On prétend qu'il est le gardien des mers. La rumeur veut qu'il apparaisse les nuits de tempête."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user