1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +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: "Magby",
fr: "Magby"
},
illustrator: "Ken Sugimori",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
240,
],
hp: 30,
types: [
"Fire",
],
stage: "Basic",
attacks: [
{
cost: [
@ -28,20 +31,20 @@ const card: Card = {
],
name: {
en: "Sputter",
fr: "Crachouilles"
},
effect: {
en: "All Pokémon Powers stop working until the end of your next turn.",
fr: "Tous les Pouvoirs Pokémon cessent de fonctionner jusqu'à la fin de votre prochain tour."
},
damage: 10,
},
],
description: {
fr: "Chaque fois qu'il respire, des braises ardentes tombent de sa bouche et de ses narines."
}
}
export default card