
V Rising
You are viewing a potentially older version of this package. View Latest Version

Features:
Optional admin commands (requires VampireCommandFramework):
.sp(ider) k(ill) [range] command to kill spiders manually if you don't want to let the mod run automatically..sp(ider) tp(teleport) [range] command to teleport spiders to you. (if you would want that...).sp(ider) uu(unlockungora) command to unlock all of VBlood rewards. (WIP need to restart server for it to take effect).sp(ider) kq(killqueen) command to kill ungora this will drop loot but you wont be able to drink her blood. (May show red un-interactable shim if you are still tracking her(not sure if that's a game feature))The config will generate in (VRising folder)/VRising_Server/BepInEx/config/KillSpiders.cfg after first boot of the server.
[Server]
## Enable culling of spiders
# Setting type: Boolean
# Default value: true
enableCulling = true
## Enables the extra cull reward of silkworms
# Setting type: Boolean
# Default value: false
enableExtraCullReward = false
## Enable culling of Ungora The Spider Queen VBlood boss
# Setting type: Boolean
# Default value: false
enableQueenCull = false
## Time in seconds to wait before culling spiders again
# Setting type: Double
# Default value: 0.5
cullWaitTime = 0.5
## Amount of spiders to cull before rewarding extra silkworm(s)
# Setting type: Int32
# Default value: 5
cullAmountThreshold = 5
## Range to check for spiders to cull (5=1tile)
# Setting type: Single
# Default value: 50
cullRange = 50
## Amount of silkworms to give when culling 'cullAmountThreshold' worth of spiders
# Setting type: Int32
# Default value: 1
silkwormGiveAmount = 1
@realskye on Discord