mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 03:50:46 +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: "Heracross",
|
||||
fr: "Scarhino"
|
||||
},
|
||||
|
||||
illustrator: "otumami",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@@ -25,9 +20,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Push Down",
|
||||
fr: "Recul"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent switches their Active Pokémon with 1 of their Benched Pokémon.",
|
||||
fr: "Votre adversaire échange son Pokémon Actif contre l’un de ses Pokémon de Banc."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@@ -40,12 +37,14 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Superpowered Horns",
|
||||
fr: "Cornes Surpuissantes"
|
||||
},
|
||||
|
||||
damage: 110,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@@ -54,9 +53,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
hp: 130,
|
||||
types: ["Grass"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user