|
|
Line 92: |
Line 92: |
| # Find the dot product between the Luck Scalar vector at X Luck and the Base Rate.<br>(This is the same as adding up each term from the first step.)<br> | | # Find the dot product between the Luck Scalar vector at X Luck and the Base Rate.<br>(This is the same as adding up each term from the first step.)<br> |
| # For each term in the first step divide by the dot product from the second step to get the new drop rate at X Luck. | | # For each term in the first step divide by the dot product from the second step to get the new drop rate at X Luck. |
| | |
| | <div class="line" style="margin-top:40px; margin-bottom:0px; background-image:linear-gradient(to right,rgb(10,10,10),rgb(100,100,100),rgb(10,10,10))"></div> |
| | |
| <tabber> | | <tabber> |
| |-|Quest Drop Example= | | |-|Quest Drop Example= |
| The table below is the Drop Rate table of Quest Drops. | | The table below is the Drop Rate table of Quest Drops. |
|
| |
|
| Every monster with a quest drop uses the Drop Rate table.<br> | | Every monster with a quest drop uses this Drop Rate table, however, depending on the monster's Loot Drop Table, most of the Luck Grades will be associated with dropping nothing.<br> |
| However, depending on the monster's Loot Drop Table, many of the Luck Grade rates will be associated with dropping nothing.
| | And in other instances, like [[Dire_Wolf#Loot_Tables|Dire Wolf]], a Luck Grade's rate may be split between two or more Loot Drops.<br> |
| | |
| And in other instances, like [[Demon_Centaur#250-1|Demon Centaur]], a Luck Grade's rate may be split between two Loot Drops.<br> | |
| This will not affect the calculations below, but they will determine an individual item's probability. | | This will not affect the calculations below, but they will determine an individual item's probability. |
|
| |
|
Line 105: |
Line 106: |
| |- style="background-color:#FFF4;" | | |- style="background-color:#FFF4;" |
| |Luck Grade ||Drop Rate | | |Luck Grade ||Drop Rate |
| |- style="color:rgb(50,50,50);" | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity0">Junk</span> ||<span class="colorrarity0">220</span> | | | style="background-color:#FFF4;" | <span class="colorrarity0">0</span> ||<span class="colorrarity0">220</span> |
| |- style="color:rgb(100,100,100);" | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity1">Poor</span> ||<span class="colorrarity1">250</span> | | | style="background-color:#FFF4;" | <span class="colorrarity1">1</span> ||<span class="colorrarity1">250</span> |
| |- style="color:rgb(222,222,222);" | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity2">Common</span> ||<span class="colorrarity2">200</span> | | | style="background-color:#FFF4;" | <span class="colorrarity2">2</span> ||<span class="colorrarity2">200</span> |
| |- style="color:rgb(98,190,11);" | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity3">Uncommon</span> ||<span class="colorrarity3">150</span> | | | style="background-color:#FFF4;" | <span class="colorrarity3">3</span> ||<span class="colorrarity3">150</span> |
| |- style="color:rgb(74,155,209);" | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity4">Rare</span> ||<span class="colorrarity4">100</span> | | | style="background-color:#FFF4;" | <span class="colorrarity4">4</span> ||<span class="colorrarity4">100</span> |
| |- style="color:rgb(173,90,255);" | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity5">Epic</span> ||<span class="colorrarity5">50</span> | | | style="background-color:#FFF4;" | <span class="colorrarity5">5</span> ||<span class="colorrarity5">50</span> |
| |- style="color:rgb(247,162,45);" | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity6">Legendary</span> ||<span class="colorrarity6">20</span> | | | style="background-color:#FFF4;" | <span class="colorrarity6">6</span> ||<span class="colorrarity6">20</span> |
| |- style="color:rgb(227,216,140);" | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity7">Unique</span> ||<span class="colorrarity7">10</span> | | | style="background-color:#FFF4;" | <span class="colorrarity7">7</span> ||<span class="colorrarity7">10</span> |
| | |- |
| | | style="background-color:#FFF4;" | <span class="colorrarity7">8</span> ||<span class="colorrarity7">0</span> |
| |} | | |} |
| <br> | | <br> |
Line 139: |
Line 142: |
| {\color[RGB]{173, 90, 255}1.000 \cdot \textbf{50} } + | | {\color[RGB]{173, 90, 255}1.000 \cdot \textbf{50} } + |
| {\color[RGB]{247, 162, 45}1.000 \cdot \textbf{20} } + | | {\color[RGB]{247, 162, 45}1.000 \cdot \textbf{20} } + |
| {\color[RGB]{227, 216, 140}1.000 \cdot \textbf{10} } = {\color{violet}1000} }} | | {\color[RGB]{227, 216, 140}1.000 \cdot \textbf{10} } + |
| | {\color[RGB]{227, 216, 140}1.000 \cdot \textbf{0} } = {\color{violet}1000} }} |
|
| |
|
| {| cellspacing="0" class="wikitable" style="text-align:center; font-weight:bold; text-shadow:0px 0px 4px #0008;" | | {| cellspacing="0" class="wikitable" style="text-align:center; font-weight:bold; text-shadow:0px 0px 4px #0008;" |
Line 145: |
Line 149: |
| |Luck Grade ||Drop Probability at 0 Luck | | |Luck Grade ||Drop Probability at 0 Luck |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity0">Junk</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{50, 50, 50}1.000 \cdot \textbf{220} } }{ {\color{violet}1000} }=22\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity0">0</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{50, 50, 50}1.000 \cdot \textbf{220} } }{ {\color{violet}1000} }=22\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity1">Poor</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{100, 100, 100}1.000 \cdot \textbf{250} } }{ {\color{violet}1000} }=25\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity1">1</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{100, 100, 100}1.000 \cdot \textbf{250} } }{ {\color{violet}1000} }=25\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity2">Common</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{222, 222, 222}1.000 \cdot \textbf{200} } }{ {\color{violet}1000} }=20\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity2">2</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{222, 222, 222}1.000 \cdot \textbf{200} } }{ {\color{violet}1000} }=20\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity3">Uncommon</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{98, 190, 11}1.000 \cdot \textbf{150} } }{ {\color{violet}1000} }=15\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity3">3</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{98, 190, 11}1.000 \cdot \textbf{150} } }{ {\color{violet}1000} }=15\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity4">Rare</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{74, 155, 209}1.000 \cdot \textbf{100} } }{ {\color{violet}1000} }=10\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity4">4</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{74, 155, 209}1.000 \cdot \textbf{100} } }{ {\color{violet}1000} }=10\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity5">Epic</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{173, 90, 255}1.000 \cdot \textbf{50} } }{ {\color{violet}1000} }=5\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity5">5</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{173, 90, 255}1.000 \cdot \textbf{50} } }{ {\color{violet}1000} }=5\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity6">Legendary</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{247, 162, 45}1.000 \cdot \textbf{20} } }{ {\color{violet}1000} }=2\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity6">6</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{247, 162, 45}1.000 \cdot \textbf{20} } }{ {\color{violet}1000} }=2\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity7">Unique</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}1.000 \cdot \textbf{10} } }{ {\color{violet}1000} }=1\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity7">7</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}1.000 \cdot \textbf{10} } }{ {\color{violet}1000} }=1\%}} |
| | |- |
| | | style="background-color:#FFF4;" | <span class="colorrarity7">8</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}1.000 \cdot \textbf{0} } }{ {\color{violet}1000} }=0\%}} |
| |} | | |} |
|
| |
|
Line 173: |
Line 179: |
| {\color[RGB]{173, 90, 255}3.125 \cdot \textbf{50} } + | | {\color[RGB]{173, 90, 255}3.125 \cdot \textbf{50} } + |
| {\color[RGB]{247, 162, 45}3.441 \cdot \textbf{20} } + | | {\color[RGB]{247, 162, 45}3.441 \cdot \textbf{20} } + |
| {\color[RGB]{227, 216, 140}3.535 \cdot \textbf{10} } = {\color{violet}1227.42} }} | | {\color[RGB]{227, 216, 140}3.535 \cdot \textbf{10} }+ |
| | {\color[RGB]{227, 216, 140}3.535 \cdot \textbf{0} } = {\color{violet}1227.42} }} |
|
| |
|
| {| cellspacing="0" class="wikitable" style="text-align:center; font-weight:bold; text-shadow:0px 0px 4px #0008;" | | {| cellspacing="0" class="wikitable" style="text-align:center; font-weight:bold; text-shadow:0px 0px 4px #0008;" |
Line 179: |
Line 186: |
| |Luck Grade ||Drop Probability at 250 Luck | | |Luck Grade ||Drop Probability at 250 Luck |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity0">Junk</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{50, 50, 50}0.750 \cdot \textbf{220} } }{ {\color{violet}1227.42} }=13.443\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity0">0</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{50, 50, 50}0.750 \cdot \textbf{220} } }{ {\color{violet}1227.42} }=13.443\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity1">Poor</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{100, 100, 100}0.750 \cdot \textbf{250} } }{ {\color{violet}1227.42} }=15.276\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity1">1</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{100, 100, 100}0.750 \cdot \textbf{250} } }{ {\color{violet}1227.42} }=15.276\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity2">Common</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{222, 222, 222}0.875 \cdot \textbf{200} } }{ {\color{violet}1227.42} }=14.258\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity2">2</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{222, 222, 222}0.875 \cdot \textbf{200} } }{ {\color{violet}1227.42} }=14.258\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity3">Uncommon</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{98, 190, 11}1.000 \cdot \textbf{150} } }{ {\color{violet}1227.42} }=12.221\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity3">3</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{98, 190, 11}1.000 \cdot \textbf{150} } }{ {\color{violet}1227.42} }=12.221\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity4">Rare</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{74, 155, 209}2.878 \cdot \textbf{100} } }{ {\color{violet}1227.42} }=23.448\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity4">4</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{74, 155, 209}2.878 \cdot \textbf{100} } }{ {\color{violet}1227.42} }=23.448\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity5">Epic</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{173, 90, 255}3.125 \cdot \textbf{50} } }{ {\color{violet}1227.42} }=12.868\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity5">5</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{173, 90, 255}3.125 \cdot \textbf{50} } }{ {\color{violet}1227.42} }=12.868\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity6">Legendary</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{247, 162, 45}3.441 \cdot \textbf{20} } }{ {\color{violet}1227.42} }=5.607\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity6">6</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{247, 162, 45}3.441 \cdot \textbf{20} } }{ {\color{violet}1227.42} }=5.607\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity7">Unique</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}3.535 \cdot \textbf{10} } }{ {\color{violet}1227.42} }=2.880\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity7">7</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}3.535 \cdot \textbf{10} } }{ {\color{violet}1227.42} }=2.880\%}} |
| | |- |
| | | style="background-color:#FFF4;" | <span class="colorrarity7">8</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}3.535 \cdot \textbf{0} } }{ {\color{violet}1227.42} }=0\%}} |
| |} | | |} |
| </div></div> | | </div></div> |
| <br><br>
| | <br> |
| Using the Luck Scalars at 500 Luck, the dot product is | | Using the Luck Scalars at 500 Luck, the dot product is |
|
| |
|
Line 207: |
Line 216: |
| {\color[RGB]{173, 90, 255}3.881 \cdot \textbf{50} } + | | {\color[RGB]{173, 90, 255}3.881 \cdot \textbf{50} } + |
| {\color[RGB]{247, 162, 45}4.257 \cdot \textbf{20} } + | | {\color[RGB]{247, 162, 45}4.257 \cdot \textbf{20} } + |
| {\color[RGB]{227, 216, 140}4.382 \cdot \textbf{10} } = {\color{violet}1208.51} }} | | {\color[RGB]{227, 216, 140}4.382 \cdot \textbf{10} } + |
| | {\color[RGB]{227, 216, 140}4.382 \cdot \textbf{0} } = {\color{violet}1208.51} }} |
|
| |
|
| {| cellspacing="0" class="wikitable" style="text-align:center; font-weight:bold; text-shadow:0px 0px 4px #0008;" | | {| cellspacing="0" class="wikitable" style="text-align:center; font-weight:bold; text-shadow:0px 0px 4px #0008;" |
Line 213: |
Line 223: |
| |Luck Grade ||Drop Probability at 500 Luck | | |Luck Grade ||Drop Probability at 500 Luck |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity0">Junk</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{50, 50, 50}0.500 \cdot \textbf{220} } }{ {\color{violet}1208.51} }=9.102\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity0">0</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{50, 50, 50}0.500 \cdot \textbf{220} } }{ {\color{violet}1208.51} }=9.102\%}} |
| | |- |
| | | style="background-color:#FFF4;" | <span class="colorrarity1">1</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{100, 100, 100}0.500 \cdot \textbf{250} } }{ {\color{violet}1208.51} }=10.343\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity1">Poor</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{100, 100, 100}0.500 \cdot \textbf{250} } }{ {\color{violet}1208.51} }=10.343\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity2">2</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{222, 222, 222}0.750 \cdot \textbf{200} } }{ {\color{violet}1208.51} }=12.412\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity2">Common</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{222, 222, 222}0.750 \cdot \textbf{200} } }{ {\color{violet}1208.51} }=12.412\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity3">3</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{98, 190, 11}1.000 \cdot \textbf{150} } }{ {\color{violet}1208.51} }=12.412\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity3">Uncommon</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{98, 190, 11}1.000 \cdot \textbf{150} } }{ {\color{violet}1208.51} }=12.412\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity4">4</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{74, 155, 209}3.505 \cdot \textbf{100} } }{ {\color{violet}1208.51} }=29.003\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity4">Rare</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{74, 155, 209}3.505 \cdot \textbf{100} } }{ {\color{violet}1208.51} }=29.003\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity5">5</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{173, 90, 255}3.881 \cdot \textbf{50} } }{ {\color{violet}1208.51} }=16.057\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity5">Epic</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{173, 90, 255}3.881 \cdot \textbf{50} } }{ {\color{violet}1208.51} }=16.057\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity6">6</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{247, 162, 45}4.257 \cdot \textbf{20} } }{ {\color{violet}1208.51} }=7.045\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity6">Legendary</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{247, 162, 45}4.257 \cdot \textbf{20} } }{ {\color{violet}1208.51} }=7.045\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity7">7</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}4.382 \cdot \textbf{10} } }{ {\color{violet}1208.51} }=3.626\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity7">Unique</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}4.382 \cdot \textbf{10} } }{ {\color{violet}1208.51} }=3.626\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity7">8</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}4.382 \cdot \textbf{0} } }{ {\color{violet}1208.51} }=0\%}} |
| |} | | |} |
|
| |
|
Line 234: |
Line 246: |
| The table below is the Drop Rate table of the Gold Coin Chest. | | The table below is the Drop Rate table of the Gold Coin Chest. |
|
| |
|
| The Loot Drop table is rather simple. At Luck Grade 0, "Junk", you get nothing. At Luck Grade 2, "Common", you get 1x Gold Coin Chest. | | The Loot Drop table is rather simple. At Luck Grade 0, "0", you get nothing. At Luck Grade 2, "2", you get 1x Gold Coin Chest. |
|
| |
|
| Notice that despite the [[Gold Coin Chest]]'s item rarity being unique, its Luck Grade is actually Common.<br> | | Notice that despite the [[Gold Coin Chest]]'s item rarity being 7, its Luck Grade is actually 2.<br> |
| Item Rarity does not equal Luck Grade, despite the two being equal for most items. | | Item Rarity does not equal Luck Grade, despite the two being equal for most items. |
| {| cellspacing="0" class="wikitable" style="text-align:center; font-weight:bold; text-shadow:0px 0px 4px #0008;" | | {| cellspacing="0" class="wikitable" style="text-align:center; font-weight:bold; text-shadow:0px 0px 4px #0008;" |
Line 242: |
Line 254: |
| |Luck Grade ||Drop Rate | | |Luck Grade ||Drop Rate |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity0">Junk</span> ||<span class="colorrarity0">99900</span> | | | style="background-color:#FFF4;" | <span class="colorrarity0">0</span> ||<span class="colorrarity0">99900</span> |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity1">Poor</span> ||<span class="colorrarity1">0</span> | | | style="background-color:#FFF4;" | <span class="colorrarity1">1</span> ||<span class="colorrarity1">0</span> |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity2">Common</span> ||<span class="colorrarity2">100</span> | | | style="background-color:#FFF4;" | <span class="colorrarity2">2</span> ||<span class="colorrarity2">100</span> |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity3">Uncommon</span> ||<span class="colorrarity3">0</span> | | | style="background-color:#FFF4;" | <span class="colorrarity3">3</span> ||<span class="colorrarity3">0</span> |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity4">Rare</span> ||<span class="colorrarity4">0</span> | | | style="background-color:#FFF4;" | <span class="colorrarity4">4</span> ||<span class="colorrarity4">0</span> |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity5">Epic</span> ||<span class="colorrarity5">0</span> | | | style="background-color:#FFF4;" | <span class="colorrarity5">5</span> ||<span class="colorrarity5">0</span> |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity6">Legendary</span> ||<span class="colorrarity6">0</span> | | | style="background-color:#FFF4;" | <span class="colorrarity6">6</span> ||<span class="colorrarity6">0</span> |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity7">Unique</span> ||<span class="colorrarity7">0</span> | | | style="background-color:#FFF4;" | <span class="colorrarity7">7</span> ||<span class="colorrarity7">0</span> |
| | |- |
| | | style="background-color:#FFF4;" | <span class="colorrarity7">8</span> ||<span class="colorrarity7">0</span> |
| |} | | |} |
| | |
| <br> | | <br> |
| <p style="font-size:18px; width:fit-content; border:1px solid #DD952A; border-radius:15px; padding:7px;">Click expand to see the calculations for 0 and 250 Luck.<p> | | <p style="font-size:18px; width:fit-content; border:1px solid #DD952A; border-radius:15px; padding:7px;">Click expand to see the calculations for 0 and 250 Luck.<p> |
Line 273: |
Line 288: |
| {\color[RGB]{173, 90, 255}1.000 \cdot \textbf{0} } + | | {\color[RGB]{173, 90, 255}1.000 \cdot \textbf{0} } + |
| {\color[RGB]{247, 162, 45}1.000 \cdot \textbf{0} } + | | {\color[RGB]{247, 162, 45}1.000 \cdot \textbf{0} } + |
| | {\color[RGB]{227, 216, 140}1.000 \cdot \textbf{0} } + |
| {\color[RGB]{227, 216, 140}1.000 \cdot \textbf{0} } = {\color{violet}100000} }} | | {\color[RGB]{227, 216, 140}1.000 \cdot \textbf{0} } = {\color{violet}100000} }} |
|
| |
|
Line 279: |
Line 295: |
| |Luck Grade ||Drop Probability at 0 Luck | | |Luck Grade ||Drop Probability at 0 Luck |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity0">Junk</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{50, 50, 50}1.000 \cdot \textbf{99900} } }{ {\color{violet}100000} }=99.9\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity0">0</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{50, 50, 50}1.000 \cdot \textbf{99900} } }{ {\color{violet}100000} }=99.9\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity1">Poor</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{100, 100, 100}1.000 \cdot \textbf{0} } }{ {\color{violet}100000} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity1">1</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{100, 100, 100}1.000 \cdot \textbf{0} } }{ {\color{violet}100000} }=0\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity2">Common</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{222, 222, 222}1.000 \cdot \textbf{100} } }{ {\color{violet}100000} }=0.1\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity2">2</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{222, 222, 222}1.000 \cdot \textbf{100} } }{ {\color{violet}100000} }=0.1\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity3">Uncommon</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{98, 190, 11}1.000 \cdot \textbf{0} } }{ {\color{violet}100000} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity3">3</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{98, 190, 11}1.000 \cdot \textbf{0} } }{ {\color{violet}100000} }=0\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity4">Rare</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{74, 155, 209}1.000 \cdot \textbf{0} } }{ {\color{violet}100000} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity4">4</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{74, 155, 209}1.000 \cdot \textbf{0} } }{ {\color{violet}100000} }=0\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity5">Epic</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{173, 90, 255}1.000 \cdot \textbf{0} } }{ {\color{violet}100000} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity5">5</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{173, 90, 255}1.000 \cdot \textbf{0} } }{ {\color{violet}100000} }=0\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity6">Legendary</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{247, 162, 45}1.000 \cdot \textbf{0} } }{ {\color{violet}100000} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity6">6</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{247, 162, 45}1.000 \cdot \textbf{0} } }{ {\color{violet}100000} }=0\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity7">Unique</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}1.000 \cdot \textbf{0} } }{ {\color{violet}100000} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity7">7</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}1.000 \cdot \textbf{0} } }{ {\color{violet}100000} }=0\%}} |
| | |- |
| | | style="background-color:#FFF4;" | <span class="colorrarity7">8</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}1.000 \cdot \textbf{0} } }{ {\color{violet}100000} }=0\%}} |
| |} | | |} |
|
| |
|
Line 306: |
Line 324: |
| {\color[RGB]{173, 90, 255}3.159 \cdot \textbf{0} } + | | {\color[RGB]{173, 90, 255}3.159 \cdot \textbf{0} } + |
| {\color[RGB]{247, 162, 45}3.441 \cdot \textbf{0} } + | | {\color[RGB]{247, 162, 45}3.441 \cdot \textbf{0} } + |
| | {\color[RGB]{227, 216, 140}3.535 \cdot \textbf{0} } + |
| {\color[RGB]{227, 216, 140}3.535 \cdot \textbf{0} } = {\color{violet}75012.5} }} | | {\color[RGB]{227, 216, 140}3.535 \cdot \textbf{0} } = {\color{violet}75012.5} }} |
|
| |
|
Line 312: |
Line 331: |
| |Luck Grade ||Drop Probability at 250 Luck | | |Luck Grade ||Drop Probability at 250 Luck |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity0">Junk</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{50, 50, 50}0.750 \cdot \textbf{99900} } }{ {\color{violet}75012.5} }=99.883\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity0">0</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{50, 50, 50}0.750 \cdot \textbf{99900} } }{ {\color{violet}75012.5} }=99.883\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity1">Poor</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{100, 100, 100}0.750 \cdot \textbf{0} } }{ {\color{violet}75012.5} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity1">1</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{100, 100, 100}0.750 \cdot \textbf{0} } }{ {\color{violet}75012.5} }=0\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity2">Common</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{222, 222, 222}0.875 \cdot \textbf{100} } }{ {\color{violet}75012.5} }=0.117\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity2">2</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{222, 222, 222}0.875 \cdot \textbf{100} } }{ {\color{violet}75012.5} }=0.117\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity3">Uncommon</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{98, 190, 11}1.000 \cdot \textbf{0} } }{ {\color{violet}75012.5} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity3">3</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{98, 190, 11}1.000 \cdot \textbf{0} } }{ {\color{violet}75012.5} }=0\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity4">Rare</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{74, 155, 209}2.878 \cdot \textbf{0} } }{ {\color{violet}75012.5} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity4">4</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{74, 155, 209}2.878 \cdot \textbf{0} } }{ {\color{violet}75012.5} }=0\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity5">Epic</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{173, 90, 255}3.159 \cdot \textbf{0} } }{ {\color{violet}75012.5} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity5">5</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{173, 90, 255}3.159 \cdot \textbf{0} } }{ {\color{violet}75012.5} }=0\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity6">Legendary</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{247, 162, 45}3.441 \cdot \textbf{0} } }{ {\color{violet}75012.5} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity6">6</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{247, 162, 45}3.441 \cdot \textbf{0} } }{ {\color{violet}75012.5} }=0\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity7">Unique</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}3.535 \cdot \textbf{0} } }{ {\color{violet}75012.5} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity7">7</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}3.535 \cdot \textbf{0} } }{ {\color{violet}75012.5} }=0\%}} |
| | |- |
| | | style="background-color:#FFF4;" | <span class="colorrarity7">8</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}3.535 \cdot \textbf{0} } }{ {\color{violet}75012.5} }=0\%}} |
| |} | | |} |
| </div></div> | | </div></div> |
| <br><br>
| | <br> |
| Using the Luck Scalars at 500 Luck, the dot product is | | Using the Luck Scalars at 500 Luck, the dot product is |
|
| |
|
Line 340: |
Line 361: |
| {\color[RGB]{173, 90, 255}3.881 \cdot \textbf{0} } + | | {\color[RGB]{173, 90, 255}3.881 \cdot \textbf{0} } + |
| {\color[RGB]{247, 162, 45}4.257 \cdot \textbf{0} } + | | {\color[RGB]{247, 162, 45}4.257 \cdot \textbf{0} } + |
| | {\color[RGB]{227, 216, 140}4.382 \cdot \textbf{0} } + |
| {\color[RGB]{227, 216, 140}4.382 \cdot \textbf{0} } = {\color{violet}50025} }} | | {\color[RGB]{227, 216, 140}4.382 \cdot \textbf{0} } = {\color{violet}50025} }} |
|
| |
|
Line 346: |
Line 368: |
| |Luck Grade ||Drop Probability at 500 Luck | | |Luck Grade ||Drop Probability at 500 Luck |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity0">Junk</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{50, 50, 50}0.500 \cdot \textbf{99900} } }{ {\color{violet}50025} }=99.850\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity0">0</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{50, 50, 50}0.500 \cdot \textbf{99900} } }{ {\color{violet}50025} }=99.850\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity1">Poor</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{100, 100, 100}0.500 \cdot \textbf{0} } }{ {\color{violet}50025} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity1">1</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{100, 100, 100}0.500 \cdot \textbf{0} } }{ {\color{violet}50025} }=0\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity2">Common</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{222, 222, 222}0.750 \cdot \textbf{100} } }{ {\color{violet}50025} }=0.150\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity2">2</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{222, 222, 222}0.750 \cdot \textbf{100} } }{ {\color{violet}50025} }=0.150\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity3">Uncommon</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{98, 190, 11}1.000 \cdot \textbf{0} } }{ {\color{violet}50025} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity3">3</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{98, 190, 11}1.000 \cdot \textbf{0} } }{ {\color{violet}50025} }=0\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity4">Rare</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{74, 155, 209}3.505 \cdot \textbf{0} } }{ {\color{violet}50025} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity4">4</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{74, 155, 209}3.505 \cdot \textbf{0} } }{ {\color{violet}50025} }=0\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity5">Epic</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{173, 90, 255}3.881 \cdot \textbf{0} } }{ {\color{violet}50025} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity5">5</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{173, 90, 255}3.881 \cdot \textbf{0} } }{ {\color{violet}50025} }=0\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity6">Legendary</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{247, 162, 45}4.257 \cdot \textbf{0} } }{ {\color{violet}50025} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity6">6</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{247, 162, 45}4.257 \cdot \textbf{0} } }{ {\color{violet}50025} }=0\%}} |
| |- | | |- |
| | style="background-color:#FFF4;" | <span class="colorrarity7">Unique</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}4.382 \cdot \textbf{0} } }{ {\color{violet}50025} }=0\%}} | | | style="background-color:#FFF4;" | <span class="colorrarity7">7</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}4.382 \cdot \textbf{0} } }{ {\color{violet}50025} }=0\%}} |
| | |- |
| | | style="background-color:#FFF4;" | <span class="colorrarity7">8</span> ||{{#tag:math|\color{White}\frac{ {\color[RGB]{227, 216, 140}4.382 \cdot \textbf{0} } }{ {\color{violet}50025} }=0\%}} |
| |} | | |} |
| </tabber> | | </tabber> |
| | |
| | <div class="line" style="background-image:linear-gradient(to right,rgb(10,10,10),rgb(100,100,100),rgb(10,10,10))"></div> |
|
| |
|
| It's worth noting that you can calculate probability at X Luck from either the Drop Rate table ''or'' the Drop Probability at 0 Luck table.<br> | | It's worth noting that you can calculate probability at X Luck from either the Drop Rate table ''or'' the Drop Probability at 0 Luck table.<br> |