常驻药剂buff
Modifies the behavior of the Injection Case. When the Injection Case contains at least 3 potions, it automatically grants the corresponding buff with infinite duration.
By default, the supported potion types include the 15 syringes sold by Mud. Buffs are disabled in the base by default.
Custom potion and buff configurations are now supported.
Thanks for playing!
Project page:
https://github.com/vsetskro/Duckov_PersistentPotionBuff
On the first load, the configuration file will be automatically generated at:
GameRoot/Duckov_Data/Mods/PersistentPotionBuff/BuffMapping.json
Each mapping entry contains:
- itemId (integer): The in-game item ID. Example: 137
- buffId (integer): The corresponding Buff ID. Example: 1011
- targetContainerId (integer, default: 882): Item ID of the target container
- requiredItemCount (integer, default: 3): Number of potions required to trigger the Buff
- enableInBaseLevel (boolean, default: false): Whether to enable Buffs while in the base level
Revisions:
Old revisions of this mod are available below. Click the link to download.