CrimsonHunt
Create battle-pass like rewards for V Blood hunting
Last updated | 5 months ago |
Total downloads | 535 |
Total rating | 2 |
Categories | Server Mods 1.0 Update |
Dependency string | skytech6-CrimsonHunt-0.1.0 |
Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack_V_Rising
BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.
Preferred version: 1.691.3Trodi-BloodyCore
Bloody.Core a help library for mod development. It must be installed if any mod uses it.
Preferred version: 1.2.4README
CrimsonHunt
Server side only
mod to create battle-pass like rewards for hunting V Bloods.
Give players rewards for hunting down V Bloods! It can be items or even buffs!
There is even leaderboard functionality for rankings. As well you can create Hunt Score XP Bonus Events during which players receive extra points.
Installation
- Install BepInEx
- Install Bloodstone
- Install Bloody.Core
- Extract CrimsonHunt into (VRising server folder)/BepInEx/plugins
Configurable Values
[Config]
## Enable or disable the mod
# Setting type: Boolean
# Default value: true
EnableMod = true
## Enable or disable v blood hunting
# Setting type: Boolean
# Default value: true
EnableHunt = true
Here is an example of the hunt_levels.json file that is generated, showing both rewarding Buffs and giving Item rewards.
[
{
"Level": 1,
"ExpNeeded": 50,
"HuntReward": {
"EffectHash": 0,
"ItemHash": -152327780,
"ItemQuantity": 1
},
"Message": "{player} has reached {level}!"
},
{
"Level": 2,
"ExpNeeded": 150,
"HuntReward": {
"EffectHash": -1703886455,
"ItemHash": 0,
"ItemQuantity": 0
},
"Message": "{player} has reached {level}!"
},
{
"Level": 3,
"ExpNeeded": 350,
"HuntReward": {
"EffectHash": 0,
"ItemHash": 576389135,
"ItemQuantity": 400
},
"Message": "{player} has reached {level}!"
},
{
"Level": 4,
"ExpNeeded": 50,
"HuntReward": {
"EffectHash": -238197495,
"ItemHash": 0,
"ItemQuantity": 0
},
"Message": "{player} has reached {level}!"
}
]
Support
Want to support my V Rising Mod development?
Donations Accepted with Ko-Fi
Or buy/play my games!
Credits
Ported VRisingDropRateModifier