iShamTeam-RisingRepair icon

RisingRepair

Команда .repair: починка экипировки за ресурсы. Настраиваемая стоимость, ресурс для починки, процент починки, список предметов.

Last updated 5 hours ago
Total downloads 13
Total rating 0 
Categories Server Mods Oakveil Update
Dependency string iShamTeam-RisingRepair-1.2.2
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.733.2 icon
BepInEx-BepInExPack_V_Rising

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

Preferred version: 1.733.2
deca-VampireCommandFramework-0.10.4 icon
deca-VampireCommandFramework

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

Preferred version: 0.10.4

README

RisingRepair

Adds a .repair chat command. Pay some wood, get your gear repaired.

Server-side only. Players don't need to install anything.

How it works

Type .repair in chat. The mod takes wood from your inventory (100 by default) and restores durability on your gear.

  • Not enough wood: nothing is taken, nothing is repaired.
  • Nothing to repair: you are not charged.
  • You pay once per command, no matter how many items get repaired.

What gets repaired

  • Weapons of any type (axes, maces, swords, etc.). Only the first 8 inventory slots are checked, so the weapon you carry on the hotbar is covered.
  • Armor: chest, gloves, legs, boots
  • Amulets
  • Soul shards (off by default)

Each of these can be switched on or off in the config.

Config

The file is created in BepInEx/config after the first launch.

Section Option Default Description
Payment ItemGuid -1593377811 PrefabGUID of the item used as payment (wood)
Payment ItemAmount 100 Amount taken per use. 0 makes repairs free
RepairTargets Weapons true Repair weapons
RepairTargets Armor true Repair armor
RepairTargets Amulets true Repair amulets
RepairTargets SoulShards false Repair soul shards
RepairAmount PercentPerUse 100 Percent of max durability restored per use. Set 25 for +25%

Requirements

  • BepInEx for V Rising
  • VampireCommandFramework

Both go on the server.

Made for V Rising 1.1. If something breaks after a game update, leave a comment on this page.