1
0
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:
2021-05-26 20:35:35 +02:00
committed by GitHub
parent ef2d099e6e
commit 151c00be78
820 changed files with 9255 additions and 2679 deletions

View File

@ -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