Nodens- / LeadAHorseToWater

🐴 Mod for V-Rising

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

## This is a comma seperated list of prefabs to use for the well. You can choose from one of (stone, iron, bronze, small, big) or (advanced: at your own risk) you can also include an arbitrary guid hash of of a castle connected placeable.
# Setting type: String
# Default value: Stone, Large
EnabledWellPrefabs = Stone, Large

Demo Video (only viewable on github)

LeadAHorseToWater-alpha-trimmed.mp4

About

🐴 Mod for V-Rising


Languages

Language:C# 98.3%Language:Batchfile 1.7%