mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 08:59:18 +00:00
Updated Sword Shield 1 set
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -11,6 +11,8 @@ const card: Card = {
|
||||
id: "swsh1-42",
|
||||
localId: 42,
|
||||
|
||||
dexId: 98,
|
||||
|
||||
// Card informations
|
||||
name: {
|
||||
en: "Krabby",
|
||||
@ -29,14 +31,13 @@ const card: Card = {
|
||||
low: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/42/low.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/42/low.png",
|
||||
},
|
||||
high: {
|
||||
en: "https://assets.tcgdex.net/en/swsh/swsh1/42/high.png",
|
||||
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/42/high.png",
|
||||
},
|
||||
}
|
||||
},
|
||||
|
||||
evolveFrom: {},
|
||||
evolveTo: [{
|
||||
en: "Kingler",
|
||||
fr: "Krabboss",
|
||||
}],
|
||||
|
||||
tags: [
|
||||
Tag.BASIC,
|
||||
|
Reference in New Issue
Block a user