About this mod
Enemy never drops air now. (Optional)More drop number.
- Requirements
- Permissions and credits
- Changelogs
- Donations
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.
2.All effects disappear after uninstalling this mod.
3.
3. No more compatitable issues since v2.0
This is a lua mod.Doesn't modify `xxx.user.2`. Won't conflicts with mods modifying this file.
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.
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.
Dependency
Reframework
How to Install:
a). Install by Fluffy Mod Manager:
Download this mod and drag into mod manager.Then turn it on in mod manager
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.