14 lines
718 B
Markdown
14 lines
718 B
Markdown
# ValensHasThePower
|
|
|
|
Allows you to configure power switches on maps to be a percentage chance. By default percentage chance is 100%.
|
|
|
|
While in game, and at the main menu before raid start press F12 on the keyboard to access the configuration in-game.
|
|
|
|
Alternatively if you prefer a file with which you can edit you can navigate to Aki/BepInEx/config/com.Valens.HasThePower.cfg and edit the config manually. It should look like the following
|
|
|
|
## Percentage Chance that Power will be On at Raid Start for the Customs Map. Default is 100.
|
|
# Setting type: Int32
|
|
# Default value: 100
|
|
Customs = 100
|
|
|
|
To edit the value you would want to edit where it says "Customs = 100" and change the 100 to whatever percentage you desire. |