1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-29 11:09:51 +00:00

fix: Add Base serie translations (#161)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-12 17:07:41 +01:00
committed by GitHub
parent 3b8e87e284
commit ffdd3b4656
337 changed files with 4395 additions and 2387 deletions

View File

@ -4,24 +4,29 @@ import Set from '../Base Set'
const card: Card = {
name: {
en: "Kakuna",
fr: "Coconfort"
},
illustrator: "Keiji Kinebuchi",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
14,
],
hp: 80,
types: [
"Grass",
],
evolveFrom: {
en: "Weedle",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -31,9 +36,11 @@ const card: Card = {
],
name: {
en: "Stiffen",
fr: "Armure"
},
effect: {
en: "Flip a coin. If heads, prevent all damage done to Kakuna during your opponent's next turn. (Any other effects of attacks still happen.)",
fr: "Lancez une pièce. Si c'est face, prévenez tous les dégâts infligés à Coconfort pendant le prochain tour de votre adversaire. (Tout autre effet ou attaque est toujours valide.)"
},
},
@ -44,14 +51,17 @@ const card: Card = {
],
name: {
en: "Poisonpowder",
fr: "Poudre Toxik"
},
effect: {
en: "Flip a coin. If heads, the Defending Pokémon is now Poisoned.",
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Empoisonné."
},
damage: 20,
},
],
weaknesses: [
{
type: "Fire",
@ -59,10 +69,9 @@ const card: Card = {
},
],
description: {
fr: "Incapable de se déplacer de lui-même, il se défend en durcissant sa carapace."
}
}
export default card