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

Updated Sword Shield Date (35/202 done)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-02-08 02:02:16 +01:00
parent 5736230d3b
commit 399f9960ee
202 changed files with 352 additions and 818 deletions

View File

@ -11,6 +11,8 @@ const card: Card = {
id: "swsh1-27",
localId: 27,
dexId: 757,
// Card informations
name: {
en: "Salandit",
@ -29,14 +31,13 @@ const card: Card = {
low: {
en: "https://assets.tcgdex.net/en/swsh/swsh1/27/low.png",
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/27/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/swsh/swsh1/27/high.png",
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/27/high.png",
},
}
},
evolveFrom: {},
evolveTo: [{
en: "Salazzle",
fr: "Malamandre",
}],
tags: [
Tag.BASIC,
@ -47,8 +48,6 @@ const card: Card = {
name: "SATOSHI NAKAI"
},
attacks: [{
cost: [
Type.FIRE
@ -77,10 +76,9 @@ const card: Card = {
category: Category.POKEMON,
set: {
name: "undefined",
name: "Sword & Shield",
code: "swsh1"
}
}
export default card