Panning/ja: Difference between revisions

From Vintage Story Wiki
(Updating to match new version of source page)
Tags: Mobile edit Mobile web edit
(Updating to match new version of source page)
Tags: Mobile edit Mobile web edit
Line 230: Line 230:
<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
{ type: "item", code: "bone",  chance: { avg: 0.3, var: 0 }
{ type: "item", code: "bone",  chance: { avg: 0.3, var: 0 }
avg: chance to get the item: 0,3 = 1/0,3 = <u>3,33</u>  ---> 1 in <u>3,33</u>
avg: chance to get the item: 0.3 --->  1/0.3 = <u>3.33</u>  ---> 1 in <u>3.33</u>
</div>
</div>