mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
Added evolveFrom tag to all Genetic Apex cards (#642)
Co-authored-by: Avior <github@avior.me>
This commit is contained in:
@ -13,6 +13,9 @@ const card: Card = {
|
||||
hp: 160,
|
||||
types: ["Dragon"],
|
||||
stage: "Stage2",
|
||||
evolveFrom: {
|
||||
en: "Dragonair"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
cost: ["Water", "Lightning", "Colorless", "Colorless"],
|
||||
|
Reference in New Issue
Block a user