

PrisonerBlood is a server-side V Rising mod that allows players to purchase 100% blood quality prisoners into nearby empty prison cells, buy 100% Blood Merlot potions directly into their inventory, and sell existing prisoners for currency based on their blood quality.
Sell Your Prisoners: Added a prisoner selling system.
Bulk Buy Potions: Added the ability to buy multiple Blood potions in a single command.
.buy bp rogue = buy 1 Blood potion..buy bp rogue 5 = buy 5 Blood potions.PrisonerBlood.dll into your server's BepInEx plugins folder..buy prisoner <bloodtype>
.buy bloodpotion <bloodtype> [amount]
.sell prisoner
.buy prisoner help
.buy bloodpotion help
.sell prisoner help
Available Blood Types:
worker,creature,mutant,draculin,corrupted,rogue,warrior,brute,scholar
.buy reload
buyconfig.json and sellconfig.json)..sell reload
sellconfig.json and buyconfig.json).After the first server start, the following files will be created:
BepInEx/config/PrisonerBlood/buyconfig.jsonBepInEx/config/PrisonerBlood/sellconfig.jsonBepInEx/config/PrisonerBlood/buyprisoner_log.csvBepInEx/config/PrisonerBlood/buybloodpotion_log.csvBepInEx/config/PrisonerBlood/sellprisoner_log.csvEnabled: (true/false) Enable or disable specific features.CurrencyPrefab: Defines the item used as currency.CurrencyName: Display name shown to players.DefaultCost: The base price for purchasing.BloodCosts: Overrides prices for specific blood types.BloodCosts does NOT disable it. The system will use DefaultCost instead.{
"Prisoner": {
"Enabled": true,
"CurrencyPrefab": 576389135,
"CurrencyName": "Greater Stygian Shards",
"DefaultCost": 5000,
"BloodCosts": {
"Worker": 4000,
"Creature": 4200,
"Mutant": 4500,
"Corrupted": 4800,
"Draculin": 5000,
"Warrior": 5200,
"Rogue": 5500,
"Brute": 5700,
"Scholar": 6000
}
},
"BloodPotion": {
"Enabled": true,
"CurrencyPrefab": 576389135,
"CurrencyName": "Greater Stygian Shards",
"DefaultCost": 500,
"BloodCosts": {
"Worker": 300,
"Creature": 350,
"Mutant": 400,
"Corrupted": 450,
"Draculin": 500,
"Warrior": 550,
"Rogue": 600,
"Brute": 650,
"Scholar": 700
}
}
}
Enabled: (true/false) Enable or disable specific features.MinSellableQuality: Minimum blood quality required to sell a prisoner.CurrencyPrefab: Defines the item used as currency.CurrencyName: Display name shown to players.DefaultPrice: The base price for all blood types.BloodPrices: Overrides prices for specific blood types.BloodPrices does NOT disable it. The system will use DefaultPrice instead.{
"Prisoner": {
"Enabled": true,
"MinSellableQuality": 80,
"CurrencyPrefab": 576389135,
"CurrencyName": "Greater Stygian Shards",
"DefaultPrice": 2500,
"BloodPrices": {
"Worker": 2000,
"Creature": 2100,
"Mutant": 2250,
"Corrupted": 2400,
"Draculin": 2500,
"Warrior": 2600,
"Rogue": 2750,
"Brute": 2850,
"Scholar": 3000
}
}
}
This project is licensed under the AGPL-3.0 license.
- This mod was first made for my own server and originally ran through KindredCommands. It has now been separated into a standalone mod so that everyone can use it.
- If you have any problems or run into bugs, please report them to me in the V Rising Modding Community Del (delta_663)