Rianaid-StarterKit icon

StarterKit

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

Last updated 3 weeks ago
Total downloads 152
Total rating 1 
Categories Server Mods 1.0 Update
Dependency string Rianaid-StarterKit-0.1.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.691.3 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.691.3
deca-VampireCommandFramework-0.9.0 icon
deca-VampireCommandFramework

Command framework for developers to easily create universal commands for their plugins.

Preferred version: 0.9.0

README

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.