
You are viewing a potentially older version of this package. View Latest Version

PrisonerBlood is a server-side V Rising mod that lets players buy Prisoners with 100% blood quality directly into nearby empty prison cells, as well as 100% Blood Merlot potions directly into their inventory.
PrisonerBlood.dll into your server's BepInEx plugins folder..buy prisoner <bloodtype>
worker, creature, mutant, draculin, corrupted, rogue, warrior, brute, scholar.buy bloodpotion <bloodtype>
worker, creature, mutant, draculin, corrupted, rogue, warrior, brute, scholar.buy prisoner help
.buy bloodpotion help
.buy reload
buyconfig.json.After the first server start, the following files will be created:
BepInEx/config/PrisonerBlood/buyconfig.jsonBepInEx/config/PrisonerBlood/buyprisoner_log.csvBepInEx/config/PrisonerBlood/buybloodpotion_log.csvPrisoner, BloodPotion) can be enabled or disabled via Enabled (true/false)CurrencyPrefab defines the item used as currency.CurrencyName is the display name shown to players.DefaultCost sets the base price for all blood types.BloodCosts allows overriding prices for specific blood types.BloodCosts, it will still be available for purchase and will use DefaultCost. Removing a blood type from this list does NOT disable it.{
"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
}
}
}
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)