mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,23 +4,30 @@ import Set from '../SM Black Star Promos'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Litten",
|
||||
fr: "Flamiaou",
|
||||
es: "Litten",
|
||||
it: "Litten",
|
||||
pt: "Litten",
|
||||
de: "Flamiau"
|
||||
},
|
||||
illustrator: "Megumi Mizutani",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
illustrator: "Megumi Mizutani",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
725,
|
||||
],
|
||||
|
||||
hp: 60,
|
||||
|
||||
types: [
|
||||
"Fire",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -29,12 +36,18 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Combustion",
|
||||
fr: "Fournaise",
|
||||
es: "Combustión",
|
||||
it: "Fuoco Continuo",
|
||||
pt: "Combustão",
|
||||
de: "Glühen"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Water",
|
||||
@ -42,10 +55,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user