You are viewing a potentially older version of this package.
View all versions.
LeadAHorseToWater
Lets your horses drink water from wells.
| Date uploaded | 3 years ago |
| Version | 0.4.0 |
| Download link | deca-LeadAHorseToWater-0.4.0.zip |
| Downloads | 329 |
| Dependency string | deca-LeadAHorseToWater-0.4.0 |
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.668.5deca-VampireCommandFramework
Command framework for developers to easily create universal commands for their plugins.
Preferred version: 0.8.0README
🐴 Lead A Horse To Water
A V-Rising mod that lets your horses drink water from wells.
Motivation
Bye, bye, Li'L Sebastian
Miss you in the saddest fashion
You're 5000 candles in the wind
Configurable Values
[Server]
## Horses must be within this distance from well. (5 =1 tile)
# Setting type: Single
# Default value: 5
DistanceRequired = 5
## How many seconds added per drink tick (~1.5seconds), default values would be about 24 minutes for the default max amount at fountain.
# Setting type: Int32
# Default value: 30
SecondsDrinkPerTick = 30
## Time in seconds, default value is roughly amount of time when you take wild horses.
# Setting type: Int32
# Default value: 28800
MaxDrinkAmount = 28800
## If true will rename horses in drinking range with the DrinkingPrefix
# Setting type: Boolean
# Default value: true
EnableRename = true
## If true use a different color for the DrinkingPrefix
# Setting type: Boolean
# Default value: true
EnablePrefixColor = true
## Prefix to use on horses that are drinking
# Setting type: String
# Default value: [Drinking]
DrinkingPrefix = [Drinking]