RisingRepair
Команда .repair: починка экипировки за ресурсы. Настраиваемая стоимость, ресурс для починки, процент починки, список предметов.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.
