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:
@ -4,24 +4,29 @@ import Set from '../Fossil'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Kingler",
|
||||
fr: "Krabboss"
|
||||
},
|
||||
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
99,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Water",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Krabby",
|
||||
},
|
||||
stage: "Stage1",
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -30,11 +35,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Flail",
|
||||
fr: "Nageoire"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage times the number of damage counters on Kingler.",
|
||||
fr: "Inflige 10 dégâts multipliés par le nombre de marqueurs de dégâts sur Krabboss."
|
||||
},
|
||||
damage: 10,
|
||||
damage: "10×",
|
||||
|
||||
},
|
||||
{
|
||||
@ -45,12 +52,14 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Crabhammer",
|
||||
fr: "Pince-masse"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
@ -58,10 +67,9 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
description: {
|
||||
fr: "Son énorme pince peut déployer une pression de 1000 Kg. Mais elle est très encombrante."
|
||||
}
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user