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,21 +4,19 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Abomasnow",
|
||||
fr: "Blizzaroi"
|
||||
},
|
||||
|
||||
illustrator: "Kazuma Koda",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
evolveFrom: {
|
||||
en: "Snover",
|
||||
fr: "Blizzi"
|
||||
},
|
||||
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -28,9 +26,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Soothing Scent",
|
||||
fr: "Senteur Apaisante"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent’s Active Pokémon is now Asleep.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi."
|
||||
},
|
||||
damage: 80,
|
||||
|
||||
@ -44,12 +44,14 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Megaton Lariat",
|
||||
fr: "Lasso Titanesque"
|
||||
},
|
||||
|
||||
damage: 140,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@ -58,9 +60,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 3,
|
||||
|
||||
|
||||
|
||||
hp: 140,
|
||||
types: ["Grass"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user