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

Server side only mod that allows you to issue different starter kits to new vampires.
0.1.0
Only one: .kit [Kit Name] - Give kit with same name. Only one set can be obtained by each player.
if you don't specify a name, it gives startkit
BepInEx\config\StarterKit.cfg
[StarterKit]
## Enable kit command..
# Setting type: Boolean
# Default value: true
EnableKitCommand = true
## Message when kit given player.
# Setting type: String
# Default value: Enjoy your <color=#ffffffff>free gear pack</color> and let the battle begin!
MessageOnGivenKit = Enjoy your <color=#ffffffff>free gear pack</color> and let the battle begin!
## Message when the player has already used a kit and will try to use it again.
# Setting type: String
# Default value: You have already used the starter kit.
MessageAlreadyUsedKit = You have already used the starter kit.
BepInEx\config\StarterKit\StartKits.json
{
"startkit": [
{
"Name": "Item_Boots_T09_Dracula_Brute",
"Amount": 1
},
{
"Name": "Item_Chest_T09_Dracula_Brute",
"Amount": 1
},
{
"Name": "Item_Gloves_T09_Dracula_Brute",
"Amount": 1
},
{
"Name": "Item_Legs_T09_Dracula_Brute",
"Amount": 1
}
]
}
This mod idea was suggested by @Vex on our community idea tracker. Please vote and suggest your ideas here.
V Rising Mod Community is the best community of mods for V Rising.
@Deca, thank you for the exceptional frameworks VampireCommandFramework.