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:
@ -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. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige 40 dégâts à l’un des Pokémon de votre adversaire. (N’appliquez 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
|
||||
|
Reference in New Issue
Block a user