#2 Change how drops are randomly chosen

クローズ
5 年 前MasterCake によって開かれました · 0 コメント
MasterCake5 年 前 にコメントしました

Afaik, vanilla has a drop table that represents an array of item configuration. Each item configuration has its item data, the probability of dropping this item and a random range. So for instance:

Item1:
bone
90%
1-4
Item2:
skull
10%
1

This config would drop one up to four bones for a chance of 90% and one additional item for a chance of 10%.

Afaik, vanilla has a drop table that represents an array of item configuration. Each item configuration has its item data, the probability of dropping this item and a random range. So for instance: ```yml Item1: bone 90% 1-4 Item2: skull 10% 1 ``` This config would drop one up to four bones for a chance of 90% and one additional item for a chance of 10%.
MasterCake 5 年 前 に閉じられました
会話に参加するには サインイン してください。
マイルストーンなし
担当者なし
1 参加者
読み込み中…
キャンセル
保存
まだコンテンツがありません