mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
fix: Add Base serie translations (#161)
Signed-off-by: Avior <github@avior.me>
This commit is contained in:
@ -4,23 +4,26 @@ import Set from '../Jungle'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Exeggcute",
|
||||
fr: "Nœufnœuf"
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
102,
|
||||
],
|
||||
|
||||
hp: 50,
|
||||
|
||||
types: [
|
||||
"Grass",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -28,9 +31,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hypnosis",
|
||||
fr: "Hypnose"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Défenseur est maintenant Endormi."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,14 +46,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Leech Seed",
|
||||
fr: "Vampigraine"
|
||||
},
|
||||
effect: {
|
||||
en: "Unless all damage from this attack is prevented, you may remove 1 damage counter from Exeggcute.",
|
||||
fr: "À moins que tous les dégâts infligés par cette attaque ne soient prévenus, vous pouvez retirer 1 marqueur de dégâts de Nœufnœuf."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@ -56,10 +64,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
description: {
|
||||
fr: "Souvent pris pour des œufs, ils attaquent en groupe comme un essaim."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user