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,31 +4,33 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Metapod",
|
||||
fr: "Chrysacier"
|
||||
},
|
||||
|
||||
illustrator: "Asako Ito",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
evolveFrom: {
|
||||
en: "Caterpie",
|
||||
fr: "Chenipan"
|
||||
},
|
||||
|
||||
|
||||
abilities: [
|
||||
{
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Adaptive Evolution",
|
||||
fr: "Évolution Adaptative"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can evolve during your first turn or the turn you play it.",
|
||||
fr: "Ce Pokémon peut évoluer pendant votre premier tour ou pendant le tour où vous le jouez."
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -37,12 +39,14 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Ram",
|
||||
fr: "Collision"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@ -51,9 +55,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 3,
|
||||
|
||||
|
||||
|
||||
hp: 80,
|
||||
types: ["Grass"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user