Constructors

Properties

crystals: Record<
    | "jade"
    | "amber"
    | "amethyst"
    | "sapphire"
    | "topaz"
    | "jasper"
    | "ruby"
    | "aquamarine"
    | "opal"
    | "peridot"
    | "onyx"
    | "citrine",
    SkyBlockMemberMiningCrystal,
>
dailyEffect:
    | "UNKNOWN"
    | "dig_speed"
    | "mining_fortune"
    | "powder_bonus"
    | "pickaxe_ability_cooldown"
    | "goblin_chance"
    | "titanium_ore_multiplier"
pickaxeAbility:
    | "UNKNOWN"
    | "mining_speed_boost"
    | "pickaxe_toss"
    | "anomalous_desire"
    | "maniac_miner"
    | "sheer_force"