|
|
转自n网:https://www.nexusmods.com/escapefromduckov/mods/40
You will need BepInEx installed,
你需要安装 BepInEx,
Extract the dll into BepInEx/plugins folder (the folder will automaticall create on first game run, or you can create it yourself)
把 dll 解压到 BepInEx/plugins 文件夹里(该文件夹在第一次游戏运行时会自动创建,或者你也可以自己创建)。
The config file will only generated after first run at BepInEx\config\rrinda.lootmanager.cfg,
配置文件只有在第一次运行后才会在 BepInEx\config\rrinda.lootmanager.cfg 生成,
In this game, items have six quality tier from 1-6, the higher the rarer, normally the drop rate of higher tier are super low (2-5%) except for some fixed items drop,
在这款游戏中,物品有六个品质等级,等级从1到6,稀有度越高,通常更高等级的掉落率非常低(2-5%),除了一些固定物品掉落。
with this mod you can customize the drop rate of any tier (including modded item set), the configs already set for a fair drop rate, so you can just use it, or custom it whatever you want to.
用这个模组,你可以自定义任何层级的掉落率(包括模组物品套装),配置已经设定为公平的掉落率,所以你可以直接用,或者自定义任何你喜欢的。
How it works: 怎么运作的:
in the config file generated, you will see [Quality Weights] section
在生成的配置文件中,你会看到[质量权重]部分
tl:dr: the bigger weight > higher drop change
总结:重量越大>落差越大
we only need to care about below lines
我们只需要关心下面的条款
Quality1 = 30 质量1 = 30
Quality2 = 30 质量2 = 30
Quality3 = 30 质量3 = 30
Quality4 = 20 质量4 = 20
Quality5 = 20 质量5 = 20
Quality6 = 10 质量6 = 10
total weight of all quality = 140
所有质量的总权重 = 140
basically their drop rate will be calculated based on their weight,
基本上,它们的掉落率会根据它们的权重计算,
for example quality 1 = 30 / (total weight: 140) ~ 21%
例如,质量1 = 30 / (总重量:140)~ 21%
quality 6 = 10/140 ~7%
质量6 = 10/140 ~7%
|
|