1
0
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:
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,24 +4,29 @@ import Set from '../Neo Revelation'
const card: Card = {
name: {
en: "Jumpluff",
fr: "Cotovol"
},
illustrator: "Kagemaru Himeno",
rarity: "Rare",
category: "Pokemon",
set: Set,
dexId: [
189,
],
hp: 70,
types: [
"Grass",
],
evolveFrom: {
en: "Skiploom",
},
stage: "Stage2",
stage: "Stage2",
attacks: [
{
@ -30,9 +35,11 @@ const card: Card = {
],
name: {
en: "Evolutionary Spore",
fr: "Spore évolutionnaire"
},
effect: {
en: "Choose any number of your Hoppips and Skiplooms. Then, for each Pokémon you chose in this way, you may search your deck for a card that evolves from that Pokémon and attach it to that Pokémon. (This counts as evolving those Pokémon.) Shuffle your deck afterward.",
fr: "Choisissez dans vos Granivol et Floravol en jeu le nombre de Pokémon désiré. Puis, pour chaque Pokémon choisi, vous pouvez chercher une carte évolution de ce Pokémon dans votre deck et l'attacher à ce Pokémon. (Cela revient à faire évoluer tous ces Pokémon). Mélangez ensuite votre deck."
},
},
@ -42,18 +49,21 @@ const card: Card = {
],
name: {
en: "Solarbeam",
fr: "Lance-Soleil"
},
damage: 30,
},
],
weaknesses: [
{
type: "Fire",
value: "×2"
},
],
resistances: [
{
type: "Fighting",
@ -61,9 +71,9 @@ const card: Card = {
},
],
description: {
fr: "Il dérive au gré des vents saisonniers et sème ses spores cotonneuses dans le monde entier pour se reproduire."
}
}
export default card