diff --git a/src/Constants.ts b/src/Constants.ts index 638f16f..dac47b2 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -5,6 +5,7 @@ export enum Rank { Two, Three, Four, Five, Six, Seven, Eight, Nine, Ten, Jack, Q export enum Edition { Foil, Holographic, Negative, Polychrome } export enum Enhancement { Base, Bonus, Glass, Gold, Lucky, Mult, Steel, Stone, Wild } export enum Seal { Blue, Gold, Purple, Red } +export enum Sticker { Eternal, Perishable, Rental } export const editionInfo: {[E in keyof typeof Edition]: string} = { Foil: '{blue}+50/ Chips', diff --git a/src/assets/consumables/tarots/chariot.png b/src/assets/consumables/tarots/chariot.png index 12b5be4..e256f0c 100644 Binary files a/src/assets/consumables/tarots/chariot.png and b/src/assets/consumables/tarots/chariot.png differ diff --git a/src/assets/consumables/tarots/death.png b/src/assets/consumables/tarots/death.png index 5f8b5ab..8aee487 100644 Binary files a/src/assets/consumables/tarots/death.png and b/src/assets/consumables/tarots/death.png differ diff --git a/src/assets/consumables/tarots/devil.png b/src/assets/consumables/tarots/devil.png index 61d728c..a7e030e 100644 Binary files a/src/assets/consumables/tarots/devil.png and b/src/assets/consumables/tarots/devil.png differ diff --git a/src/assets/consumables/tarots/emperor.png b/src/assets/consumables/tarots/emperor.png index 02e1d09..798af88 100644 Binary files a/src/assets/consumables/tarots/emperor.png and b/src/assets/consumables/tarots/emperor.png differ diff --git a/src/assets/consumables/tarots/empress.png b/src/assets/consumables/tarots/empress.png index 2315ca0..c93b338 100644 Binary files a/src/assets/consumables/tarots/empress.png and b/src/assets/consumables/tarots/empress.png differ diff --git a/src/assets/consumables/tarots/fool.png b/src/assets/consumables/tarots/fool.png index 5819804..a3ecd80 100644 Binary files a/src/assets/consumables/tarots/fool.png and b/src/assets/consumables/tarots/fool.png differ diff --git a/src/assets/consumables/tarots/hanged man.png b/src/assets/consumables/tarots/hanged man.png index 56a53f8..d8c0c65 100644 Binary files a/src/assets/consumables/tarots/hanged man.png and b/src/assets/consumables/tarots/hanged man.png differ diff --git a/src/assets/consumables/tarots/hermit.png b/src/assets/consumables/tarots/hermit.png index 6d9157a..5a28bb9 100644 Binary files a/src/assets/consumables/tarots/hermit.png and b/src/assets/consumables/tarots/hermit.png differ diff --git a/src/assets/consumables/tarots/hierophant.png b/src/assets/consumables/tarots/hierophant.png index 6e38118..a51390e 100644 Binary files a/src/assets/consumables/tarots/hierophant.png and b/src/assets/consumables/tarots/hierophant.png differ diff --git a/src/assets/consumables/tarots/high priestess.png b/src/assets/consumables/tarots/high priestess.png index 95ed779..9d89b49 100644 Binary files a/src/assets/consumables/tarots/high priestess.png and b/src/assets/consumables/tarots/high priestess.png differ diff --git a/src/assets/consumables/tarots/judgement.png b/src/assets/consumables/tarots/judgement.png index 7be2c06..8769469 100644 Binary files a/src/assets/consumables/tarots/judgement.png and b/src/assets/consumables/tarots/judgement.png differ diff --git a/src/assets/consumables/tarots/justice.png b/src/assets/consumables/tarots/justice.png index ac0a204..0d43705 100644 Binary files a/src/assets/consumables/tarots/justice.png and b/src/assets/consumables/tarots/justice.png differ diff --git a/src/assets/consumables/tarots/lovers.png b/src/assets/consumables/tarots/lovers.png index 5c7bd7c..62ce1c6 100644 Binary files a/src/assets/consumables/tarots/lovers.png and b/src/assets/consumables/tarots/lovers.png differ diff --git a/src/assets/consumables/tarots/magician.png b/src/assets/consumables/tarots/magician.png index 774f5e9..986a826 100644 Binary files a/src/assets/consumables/tarots/magician.png and b/src/assets/consumables/tarots/magician.png differ diff --git a/src/assets/consumables/tarots/moon.png b/src/assets/consumables/tarots/moon.png index 8c8cbd5..ec4b1c1 100644 Binary files a/src/assets/consumables/tarots/moon.png and b/src/assets/consumables/tarots/moon.png differ diff --git a/src/assets/consumables/tarots/star.png b/src/assets/consumables/tarots/star.png index 5ecfe1b..f0ce43e 100644 Binary files a/src/assets/consumables/tarots/star.png and b/src/assets/consumables/tarots/star.png differ diff --git a/src/assets/consumables/tarots/strength.png b/src/assets/consumables/tarots/strength.png index 7952228..653af58 100644 Binary files a/src/assets/consumables/tarots/strength.png and b/src/assets/consumables/tarots/strength.png differ diff --git a/src/assets/consumables/tarots/sun.png b/src/assets/consumables/tarots/sun.png index fde0efa..9bc7871 100644 Binary files a/src/assets/consumables/tarots/sun.png and b/src/assets/consumables/tarots/sun.png differ diff --git a/src/assets/consumables/tarots/temperance.png b/src/assets/consumables/tarots/temperance.png index 2660f8d..c9348a2 100644 Binary files a/src/assets/consumables/tarots/temperance.png and b/src/assets/consumables/tarots/temperance.png differ diff --git a/src/assets/consumables/tarots/tower.png b/src/assets/consumables/tarots/tower.png index e11c20e..d551cb4 100644 Binary files a/src/assets/consumables/tarots/tower.png and b/src/assets/consumables/tarots/tower.png differ diff --git a/src/assets/consumables/tarots/wheel of fortune.png b/src/assets/consumables/tarots/wheel of fortune.png index e0daeef..c82ac99 100644 Binary files a/src/assets/consumables/tarots/wheel of fortune.png and b/src/assets/consumables/tarots/wheel of fortune.png differ diff --git a/src/assets/consumables/tarots/world.png b/src/assets/consumables/tarots/world.png index 3931ae9..2021ded 100644 Binary files a/src/assets/consumables/tarots/world.png and b/src/assets/consumables/tarots/world.png differ