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

For a full list of changes check on my github page in the releases section.
Features:
Optional admin commands (requires VampireCommandFramework):
.sKillUtil k(ill) [range] command to kill spiders manually if you don't want to let the mod run automatically..sKillUtil tp(teleportToMe) [range] command to teleport spiders to you. (if you would want that...).sKillUtil uu(unlockungora) command to unlock all of Ungora's VBlood rewards. (WIP need to restart server for it to take effect).sKillUtil 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 I think that's a game feature).sKillUtil iq(injurequeen) command to bring Ungora to almost 0 health so 1 hit should kill her.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 (WIP will keep killing boss and keep dropping loot if you're in range)
# 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