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 '../Fossil'
const card: Card = {
name: {
en: "Graveler",
fr: "Gravalanch"
},
illustrator: "Kagemaru Himeno",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
dexId: [
75,
],
hp: 60,
types: [
"Fighting",
],
evolveFrom: {
en: "Geodude",
},
stage: "Stage1",
stage: "Stage1",
attacks: [
{
@ -31,9 +36,11 @@ const card: Card = {
],
name: {
en: "Harden",
fr: "Armure"
},
effect: {
en: "During your opponent's next turn, whenever 30 or less damage is done to Graveler (after applying Weakness and Resistance), prevent that damage. (Any other effects of attacks still happen.)",
fr: "Pendant le prochain tour de votre adversaire, à chaque fois que 30 dégâts ou moins sont infligés à Gravalanch (après application de la Faiblesse et de la Résistance), prévenez ces dégâts. (Tout autre effet ou attaque est toujours valide.)"
},
},
@ -45,12 +52,14 @@ const card: Card = {
],
name: {
en: "Rock Throw",
fr: "Jet-pierres"
},
damage: 40,
},
],
weaknesses: [
{
type: "Grass",
@ -58,10 +67,9 @@ const card: Card = {
},
],
description: {
fr: "Pour se déplacer il dégringole le long des pentes. Il pulvérise tout obstacle sur son passage."
}
}
export default card