You are viewing a potentially older version of this package. View all versions.
deca-LeadAHorseToWater-0.4.0 icon

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-1.668.5 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.668.5
deca-Bloodstone-0.1.4 icon
deca-Bloodstone

Plugin framework and general utilities for V Rising mods.

Preferred version: 0.1.4
deca-VampireCommandFramework-0.8.0 icon
deca-VampireCommandFramework

Command framework for developers to easily create universal commands for their plugins.

Preferred version: 0.8.0

README

🐴 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]

Demo Video (only viewable on github)

https://user-images.githubusercontent.com/62450933/175365529-f6ade327-dbd0-4500-b840-128ac52cefe7.mp4