1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08:59: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

@ -29,11 +29,7 @@ const card: Card = {
low: {
en: "https://assets.tcgdex.net/en/swsh/swsh1/32/low.png",
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/32/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/swsh/swsh1/32/high.png",
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/32/high.png",
},
}
},
evolveFrom: {
@ -41,6 +37,11 @@ const card: Card = {
fr: "Flambino",
},
evolveTo: [{
en: "Cinderace",
fr: "Pyrobut",
}],
tags: [
Tag.STAGE1,
],
@ -62,7 +63,7 @@ const card: Card = {
},
text: {
en: "Search your deck for a Fire Energy card and attach it to this Pokémon. Then, shuffle your deck.",
fr: "Cherchez dans votre deck une carte Énergie Fire, puis attachez-la à ce Pokémon. Mélangez ensuite votre deck.",
fr: "Cherchez dans votre deck une carte Énergie Feu, puis attachez-la à ce Pokémon. Mélangez ensuite votre deck.",
},
damage: 20
},{
@ -92,10 +93,9 @@ const card: Card = {
category: Category.POKEMON,
set: {
name: "undefined",
name: "Sword & Shield",
code: "swsh1"
}
}
export default card