V Rising
Genre: Survival
Studio: Stunlock Studios
Publisher: Stunlock Studios
Rent a server
Rent a server
Genre: Survival
Studio: Stunlock Studios
Publisher: Stunlock Studios

V Rising difficulty levels

With the major 1.0 patch for V Rising, 3 difficulty levels have been added to the game:

  • Easy
  • Normal
  • Brutal

If you look in your server settings, you will find the following overview of the difficulty levels.

What does the selection “default” mean?

Default means that we will not change the server settings that you have specified. For example, if you set the difficulty to Normal, some settings in your settings file will be overwritten (e.g. if you have set the health multiplier of a unit to 3, it will be set to 1 instead).

Which settings are overwritten for the difficulty levels?

Easy

{
  "GameDifficulty": 0,
  "SunDamageModifier": 0.75,
  "BloodDrainModifier": 0.75,
  "UnitStatModifiers_Global": {
    "MaxHealthModifier": 1,
    "PowerModifier": 0.7
  },
  "UnitStatModifiers_VBlood": {
    "MaxHealthModifier": 0.8,
    "PowerModifier": 0.6,
    "LevelIncrease": 0
  },
  "DropTableModifier_General": 1,
  "DurabilityDrainModifier": 1
}

Normal

{
  "GameDifficulty": 1,
  "SunDamageModifier": 1,
  "BloodDrainModifier": 1,
  "UnitStatModifiers_Global": {
    "MaxHealthModifier": 1,
    "PowerModifier": 1
  },
  "UnitStatModifiers_VBlood": {
    "MaxHealthModifier": 1,
    "PowerModifier": 1,
    "LevelIncrease": 0
  },
  "DropTableModifier_General": 1,
  "DurabilityDrainModifier": 1
} 

Brutal

{
  "GameDifficulty": 2,
  "SunDamageModifier": 1.0,
  "BloodDrainModifier": 1.0,
  "UnitStatModifiers_Global": {
    "MaxHealthModifier": 1,
    "PowerModifier": 1.4
  },
  "UnitStatModifiers_VBlood": {
    "MaxHealthModifier": 1.25,
    "PowerModifier": 1.7,
    "LevelIncrease": 3
  },

  "DropTableModifier_General": 1.25,
  "DurabilityDrainModifier": 0.5
}

similar articles