mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -3,11 +3,11 @@ import Set from '../XY Black Star Promos'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Krookodile-EX",
|
||||
fr: "Crocorible-EX",
|
||||
en: "Krookodile EX",
|
||||
fr: "Crocorible EX",
|
||||
},
|
||||
illustrator: "PLANETA",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
@ -34,10 +34,10 @@ const card: Card = {
|
||||
fr: "Double Morsure",
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 10 more damage for each damage counter on your opponent's Active Pokémon.",
|
||||
en: "This attack does 10 more damage for each damage counter on your opponent’s Active Pokémon.",
|
||||
fr: "Cette attaque inflige 10 dégâts supplémentaires pour chaque marqueur de dégâts placé sur le Pokémon Actif de votre adversaire.",
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
{
|
||||
@ -52,7 +52,7 @@ const card: Card = {
|
||||
fr: "Croc Lourd",
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a card from your hand. If you can't discard a card, this attack does nothing.",
|
||||
en: "Discard a card from your hand. If you can’t discard a card, this attack does nothing.",
|
||||
fr: "Défaussez une carte de votre main. Si vous ne pouvez pas défausser de carte, cette attaque ne fait rien.",
|
||||
},
|
||||
damage: 130,
|
||||
@ -68,7 +68,7 @@ const card: Card = {
|
||||
resistances: [
|
||||
{
|
||||
type: "Psychic",
|
||||
value: "-20"
|
||||
value: "−20"
|
||||
},
|
||||
],
|
||||
retreat: 3,
|
||||
|
Reference in New Issue
Block a user