mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,29 +4,28 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Caterpie",
|
||||
fr: "Chenipan"
|
||||
},
|
||||
|
||||
illustrator: "Uta",
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
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: [
|
||||
@ -34,12 +33,14 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Gnaw",
|
||||
fr: "Ronge"
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
@ -48,9 +49,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
|
||||
|
||||
|
||||
hp: 50,
|
||||
types: ["Grass"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user