mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 19:02:10 +00:00
Added Amazing Rarity
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
parent
8459ba45c6
commit
1e146de202
7
interfaces.d.ts
vendored
7
interfaces.d.ts
vendored
@ -62,10 +62,11 @@ export interface Card {
|
|||||||
* - Common https://www.tcgdex.net/database/xy/xy9/1
|
* - Common https://www.tcgdex.net/database/xy/xy9/1
|
||||||
* - Uncommon https://www.tcgdex.net/database/xy/xy9/2
|
* - Uncommon https://www.tcgdex.net/database/xy/xy9/2
|
||||||
* - Rare https://www.tcgdex.net/database/xy/xy9/3
|
* - Rare https://www.tcgdex.net/database/xy/xy9/3
|
||||||
* - Ultra Rare
|
* - Ultra Rare https://www.tcgdex.net/database/Sword-&-Shield/Shining-Fates/18-Cinderace-V
|
||||||
* - Secret Rare
|
* - Secret Rare https://www.tcgdex.net/database/Sword-&-Shield/Shining-Fates/73-Alcremie-VMAX
|
||||||
|
* - Amazing https://www.tcgdex.net/database/Sword-&-Shield/Shining-Fates/17-Reshiram
|
||||||
*/
|
*/
|
||||||
rarity: 'None' | 'Common'| 'Uncommon' | 'Rare' | 'Ultra Rare' | 'Secret Rare'
|
rarity: 'None' | 'Common'| 'Uncommon' | 'Rare' | 'Ultra Rare' | 'Secret Rare' | 'Amazing'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Card Category
|
* Card Category
|
||||||
|
Loading…
x
Reference in New Issue
Block a user