mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +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: "Hawlucha",
|
||||
fr: "Brutalibré"
|
||||
},
|
||||
|
||||
illustrator: "tetsuya koizumi",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -24,9 +19,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Windfall",
|
||||
fr: "Rafale de Vent"
|
||||
},
|
||||
effect: {
|
||||
en: "Shuffle your hand into your deck. Then, draw 5 cards.",
|
||||
fr: "Mélangez votre main avec votre deck. Ensuite, piochez 5 cartes."
|
||||
},
|
||||
|
||||
},
|
||||
@ -36,28 +33,31 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Speed Attack",
|
||||
fr: "Attaque Rapide"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "-30"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
|
||||
|
||||
|
||||
hp: 90,
|
||||
types: ["Colorless"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user