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

Updated informations (#23)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-26 20:35:35 +02:00
committed by GitHub
parent ef2d099e6e
commit 151c00be78
820 changed files with 9255 additions and 2679 deletions

View File

@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Inteleon V",
fr: "Lézargus V"
},
illustrator: "5ban Graphics",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
attacks: [
{
cost: [
@ -24,9 +19,11 @@ const card: Card = {
],
name: {
en: "Snipe Shot",
fr: "Tir de Précision"
},
effect: {
en: "This attack does 40 damage to 1 of your opponent's Pokémon. (Dont apply Weakness and Resistance for Benched Pokémon.)",
fr: "Cette attaque inflige 40 dégâts à lun des Pokémon de votre adversaire. (Nappliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)"
},
},
@ -38,14 +35,17 @@ const card: Card = {
],
name: {
en: "Aqua Report",
fr: "Bilan Aquatique"
},
effect: {
en: "Your opponent reveals their hand.",
fr: "Votre adversaire dévoile sa main."
},
damage: 130,
},
],
weaknesses: [
{
type: "Lightning",
@ -54,9 +54,8 @@ const card: Card = {
],
retreat: 2,
hp: 200,
types: ["Water"]
}
export default card