Dragon's Dogma 2
0 of 0

File information

Last updated

Original upload

Created by

xyzkljl1

Uploaded by

xyzkljl1

Virus scan

Safe to use

Tags for this mod

About this mod

Enemy never drops air now. (Optional)More drop number.
敌人必定掉落物品,(可选)多倍掉落数量

Requirements
Permissions and credits
Changelogs
Donations
Enemy never drops air now. (Optional)Enemy drops more items than before. 
敌人必定掉落物品,(可选)掉落多倍物品

All dd2 mods source in github.


Note / 注意事项

1. Only works for enemies that may drop things.
If an enemy never drops anything before, it still never drops anything after this mod.

只对可能掉落物品的敌人有效。
如果一个敌人本来就永远不会掉落任何东西,安装该mod后还是不会掉落。

2.All effects disappear after uninstalling this mod.
卸载该mod后所有效果消失

3.This mod overrides `enemydefaultitemdropdata.user.2`/`enemyitemdropdata.user.2`.Therefore conflicts with any mod which also modify these files. Therefore not compatitable with a new game version where these files are updated

该mod覆盖了原本的`enemydefaultitemdropdata.user.2`/`enemyitemdropdata.user.2`, 因此和任何修改这些文件的mod都冲突。如果游戏更新时修改了这些内容那么该mod将不会兼容新版本游戏

3. No more compatitable issues since v2.0

v2.0以后并不会和其它修改掉落率的mod冲突

This is a lua mod.Doesn't modify `xxx.user.2`. Won't conflicts with mods modifying this file.
这是一个lua实现的mod,并没有修改`xxx.user.2`,不会因此产生冲突

4. By Default,only set drop rate to 100% and drop number to 1x.
You can modify DropNumber in  `HigherDropRateOrNumber.json` to get more drop items.
If you set `DropNumber` to 2 ,then you will get 2x drop items.
The drop number result will be floored.For example, if an ememy should drop 3 items before and `DropNumber` is set to `1.6`,then it will drop floor(3*1.6)=4 items.

默认情况下将掉率设为100%并且掉落数量为1倍。
你可以修改`HigherDropRateOrNumber.json`中的DropNumber以获得更高的掉落率。
如果你将DropNumber设为2,就会获得两倍的掉落物品数量
最终掉落数量会取整,例如一个怪本来应该掉3个物品,你将DropNumber设为1.6,那么最终掉落 向下取整(3*1.6) = 4个物品


5.About Drop System 
First,decide the drop item number.
Each enemy has xx% chance to drop X items, otherwise drop Y items.(X could be 0. x% could be 100%)
(In current game version , no enemy has more than 2 possible drop number.)
For each drop item  ,decide the type and number.
For each kind of enemy,there are serveral (usually no more than 5 ) possible combination of item type ,item number, chance.
For example, an enemy's drop item could have 20% chance to be 1 apple, 25% chance to be 3 apple, 55% chance to be 200 Gold.

What does this mod do?
About 100% Drop Rate:
If an enemy has x% chance to drop 0 item,otherwise drop Y items.Then set x% to 0%. Means it must drop Y items.
About 2x Drop Number:
If an enemy has x% chance to drop X item,otherwise drop Y items.Then double X and Y.


掉落机制说明
游戏内是如此决定掉落的:
首先,决定掉落数量
一个怪物有x%几率掉落X个物品,(100-x)%掉落Y个物品(X可以为0,x%可以为100%)
(当前版本一个怪物可能的掉落数量只有两种)
然后,对于每个确定掉落的物品,分别决定掉落内容
对于每种怪物,都有若干种(一般不多于5种)可能的掉落物品数量、类型、几率组合。
举个例子来说,某怪物产生了一个掉落物,那么它有20%概率为1个苹果,25%为3个苹果,55%概率为200金币

该MOD的作用:
必定掉落:
如果一个怪物本来有x%几率掉落0个物品,(100-x)%掉落Y个物品,该mod会改成必定掉落Y个物品
双倍掉落:
如果一个怪物本来有x%几率掉落X个物品,(100-x)%掉落Y个物品,该mod改成:有x%几率掉落2X个物品,(100-x)%掉落2Y个物品


Dependency
依赖

 Reframework


How to Install /安装:

a). Install by Fluffy Mod Manager:
     通过Fluffy Mod Manager安装:

Download this mod and drag into mod manager.Then turn it on in mod manager
下载压缩包,将压缩包拖进mod管理器,然后在mod管理器中开启该mod


b).Install Manually
    手动安装:
Dowload this mod and extract.Copy the `reframework` folder to game folder. If `reframework` already exists in game folder,then merge these two folders.
If you manually installed v1.0,you need to manually delete all v1.0 files.

下载该mod,解压后将reframework文件夹拷贝至游戏目录下,如果游戏目录下已经存在reframework文件夹,将两个文件夹合并
如果你手动安装了该MOD的1.0版本,安装新版本前需要手动删除v1.0的所有文件!