User:CylinderKnot

From Dank Prison Wiki
Jump to navigation Jump to search

Welcome to my user page! Here you can find helpful things and other stuff.

Calculating crate progress

Four crates of one tier can be combined into one crate of the next tier. With seventeen tiers of crates, calculating your progress to a specific crate tier can be difficult. This methodology will make it simple to find. Only basic mathematical operations are needed to compute progress. Calculators will make this process a lot faster. A custom external script that works purely offline will do almost all the work for you.

Crate weights

The table below shows each crate tier with the equivalent number of Common crates. Please bear in mind that this does not calculate token gains.

Crate Tier Equivalents
Tier Number of Common crates needed
Common 1
UnCommon 4
Rare 16
UltraRare 64
Legendary 256
UltraLegendary 1,024
Pure 4,096
UltraPure 16,384
Dank 65,536
UltraDank 262,144
OG 1,048,576
UltraOG 4,194,304
MasterOG 16,777,216
Immortal 67,108,864
The-Dankest 268,435,456
The-2ndDankest 1,073,741,824
The-MostDankest 4,294,967,296

If you want to save time by simply approximating your progress, you can safely ignore crates more than six tiers below the target after you upgrade all your crates as much as possible.

Obtaining your progress

To obtain your progress, multiply the number of each crate by the corresponding Common crate equivalents and add the products. Divide the sum by the Common crate equivalent of the target crate to get your progress. Multiply by 100 to make it a percent.

Example: Suppose I have the following crate amounts - 3 Legendary, 3 Pure, 3 UltraPure, 2 Dank, 1 OG, 2 UltraOG, and 2 MasterOG. I have omitted crate tiers with no crates for brevity. My target crate is The-Dankest.

First, I need to multiply each crate by its Common crate equivalent. 3(256) + 3(4096) + 3(16384) + 2(65536) + 1(1048576) + 2(4194304) + 2(16777216) = 43,184,896

Then I need to divide the result by the Common crate equivalent of my target crate. 43184896 / 268435456 = approx. 0.160876

Finally, if I want it expressed as a percentage, I need to multiply by 100. Thus, my progress toward a The-Dankest crate is about 16.0876%.