mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-23 04:19:18 +00:00
fix: Triumphant Light corrections (#679)
* Fix Triumphant Light card data and formatting Fix card data including attack damage modifiers, Palkia and Dalgia Origin forme names and incorrect weakness for Giratina. Also remove unnecessary HTML formatting from card descriptions * Remove HTML anchor tags around referenced Pokemon names --------- Co-authored-by: Khaleeq Ahmad <1710642+khaleeqahmad@users.noreply.github.com>
This commit is contained in:
@ -12,11 +12,11 @@ const card: Card = {
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Put your <a class=\"localized-string__link\" href=\"/pokemon/mew-ex/\">Mew ex</a> in the Active Spot into your hand."
|
||||
en: "Put your Mew ex in the Active Spot into your hand."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
rarity: "Two Diamond"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user