mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-29 11:09:51 +00:00
feat: Paldean Fates and Temporal Forces (#478)
This commit is contained in:
15
interfaces.d.ts
vendored
15
interfaces.d.ts
vendored
@ -88,6 +88,7 @@ export interface Card {
|
||||
* - the rarities Shiny rare V and Shiny rare VMAX are one rarity in the official but separated in the API
|
||||
*
|
||||
* Examples (link should be up to date):
|
||||
* - ACE SPEC Rare: https://www.tcgdex.net/database/Scarlet-&-Violet/Temporal-Forces/141-pokemon
|
||||
* - Amazing Rare: https://www.tcgdex.net/database/Sword-&-Shield/Shining-Fates/17-Reshiram
|
||||
* - Classic Collection: https://www.tcgdex.net/database/Sword-&-Shield/Celebrations/2A-Blastoise
|
||||
* - Common: https://www.tcgdex.net/database/xy/xy9/1
|
||||
@ -108,19 +109,19 @@ export interface Card {
|
||||
* - Rare PRIME: https://www.tcgdex.net/database/HeartGold-&-SoulSilver/HeartGold-SoulSilver/105-Ampharos
|
||||
* - Secret Rare: https://www.tcgdex.net/database/Sword-&-Shield/Shining-Fates/73-Alcremie-VMAX
|
||||
* - Shiny rare: https://www.tcgdex.net/database/Sword-&-Shield/Shining-Fates/SV001-Rowlet
|
||||
* - Shiny Ultra Rare: https://www.tcgdex.net/database/Scarlet-&-Violet/Paldean-Fates/213-Toedscruel-ex
|
||||
* - Shiny rare V: https://www.tcgdex.net/database/Sword-&-Shield/Shining-Fates/SV105-Rillaboom-V
|
||||
* - Shiny rare VMAX: https://www.tcgdex.net/database/Sword-&-Shield/Shining-Fates/SV106-Rillaboom-VMAX
|
||||
* - Special illustration rare: https://www.tcgdex.net/database/Scarlet-&-Violet/151/198-Venusaur-ex
|
||||
* - Ultra Rare: https://www.tcgdex.net/database/Sword-&-Shield/Shining-Fates/18-Cinderace-V
|
||||
* - Uncommon: https://www.tcgdex.net/database/Sword-&-Shield/Darkness-Ablaze/136-Furret
|
||||
*/
|
||||
rarity: 'Amazing Rare' | 'Classic Collection' | 'Common' | 'Double rare' |
|
||||
'Full Art Trainer' | 'Holo Rare' | 'Holo Rare V' |
|
||||
'Holo Rare VMAX' | 'Holo Rare VSTAR' | 'Hyper rare' |
|
||||
'Illustration rare' | 'LEGEND' | 'None' | 'Radiant Rare' | 'Rare' | 'Rare Holo' |
|
||||
'Rare Holo LV.X' | 'Rare PRIME' | 'Secret Rare' | 'Shiny rare' |
|
||||
'Shiny rare V' | 'Shiny rare VMAX' | 'Special illustration rare' |
|
||||
'Ultra Rare' | 'Uncommon'
|
||||
rarity: 'ACE SPEC Rare' | 'Amazing Rare' | 'Classic Collection' | 'Common' |
|
||||
'Double rare' | 'Full Art Trainer' | 'Holo Rare' | 'Holo Rare V' |
|
||||
'Holo Rare VMAX' | 'Holo Rare VSTAR' | 'Hyper rare' | 'Illustration rare' |
|
||||
'LEGEND' | 'None' | 'Radiant Rare' | 'Rare' | 'Rare Holo' | 'Rare Holo LV.X' |
|
||||
'Rare PRIME' | 'Secret Rare' | 'Shiny Ultra Rare' | 'Shiny rare' | 'Shiny rare V' |
|
||||
'Shiny rare VMAX' | 'Special illustration rare' | 'Ultra Rare' | 'Uncommon'
|
||||
|
||||
/**
|
||||
* Card Category
|
||||
|
Reference in New Issue
Block a user