1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +00:00

Updated Sword Shield 1 set

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-08 17:56:42 +01:00
parent 3e883bf09c
commit a0087a4aa3
167 changed files with 265 additions and 862 deletions

View File

@ -29,11 +29,7 @@ const card: Card = {
low: {
en: "https://assets.tcgdex.net/en/swsh/swsh1/57/low.png",
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/57/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/swsh/swsh1/57/high.png",
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/57/high.png",
},
}
},
evolveFrom: {
@ -41,6 +37,11 @@ const card: Card = {
fr: "Larméléon",
},
evolveTo: [{
en: "Inteleon",
fr: "Lézargus",
}],
tags: [
Tag.STAGE1,
],