V Rising
Install

Details

Last Updated
First Uploaded
Downloads
776
Likes
1
Size
59KB
Dependency string
Rianaid-StarterKit-0.1.0
Dependants

StarterKit

Server side only mod that allows you to issue different starter kits to new vampires.

Changelog

0.1.0

  • Initial public release of the mod.

Installation

Commands

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

Configurable Values

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.

StartKit.json

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

Credits

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.

Thunderstore development is made possible with ads. Please consider making an exception to your adblock.