1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-19 18:59:17 +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-9",
localId: 9,
dexId: 731,
// Card informations
name: {
en: "Dhelmise V",
@ -29,16 +31,13 @@ const card: Card = {
low: {
en: "https://assets.tcgdex.net/en/swsh/swsh1/9/low.png",
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/9/low.png",
},
high: {
en: "https://assets.tcgdex.net/en/swsh/swsh1/9/high.png",
fr: "https://assets.tcgdex.net/fr/swsh/swsh1/9/high.png",
},
}
},
evolveFrom: {},
tags: [
Tag.BASIC,
Tag.V,
],
@ -50,11 +49,6 @@ const card: Card = {
attacks: [{
name: {
en: "V rule",
fr: "Règle V",
},
},{
cost: [
Type.GRASS
],
@ -64,7 +58,7 @@ const card: Card = {
},
text: {
en: "If any of your Grass Pokémon were Knocked Out by damage from an opponents attack during their last turn, this attack does 90 more damage.",
fr: "Si lun de vos Pokémon Grass a été mis K.O. par les dégâts dune attaque de votre adversaire lors de son dernier tour, cette attaque inflige 90 dégâts supplémentaires.",
fr: "Si lun de vos Pokémon Plante a été mis K.O. par les dégâts dune attaque de votre adversaire lors de son dernier tour, cette attaque inflige 90 dégâts supplémentaires.",
},
damage: "30+"
},{
@ -98,10 +92,9 @@ const card: Card = {
category: Category.POKEMON,
set: {
name: "undefined",
name: "Sword & Shield",
code: "swsh1"
}
}
export default card