mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
Fix: Celestial Guardians corrections (#725)
Co-authored-by: Khaleeq Ahmad <1710642+khaleeqahmad@users.noreply.github.com>
This commit is contained in:
@ -29,11 +29,11 @@ const card: Card = {
|
||||
en: "Power Press"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
damage: "70+",
|
||||
cost: ["Fighting", "Fighting"],
|
||||
|
||||
effect: {
|
||||
en: "If this Pokémon has at least 2 extra Energy attached, this attack does 50 more damage."
|
||||
en: "If this Pokémon has at least 2 extra Fighting Energy attached, this attack does 50 more damage."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -45,4 +45,4 @@ const card: Card = {
|
||||
retreat: 2
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user