added chaos_shuffle_mode to CFGs

This commit is contained in:
Pinsplash 2023-06-18 21:24:15 -05:00
parent 72a9059d40
commit 1c6d8c3fcf
3 changed files with 6 additions and 0 deletions

View File

@ -21,6 +21,8 @@ chaos_instant_off 0
//If an effect causes the player to die too many times, it will be stopped.
chaos_strike_max 3
//1 to turn on shuffle mode: effects cannot be repeated until all possible effects have been chosen
chaos_shuffle_mode 0
//All below are multipliers of length for individual effects.

View File

@ -21,6 +21,8 @@ chaos_instant_off 0
//If an effect causes the player to die too many times, it will be stopped.
chaos_strike_max 3
//1 to turn on shuffle mode: effects cannot be repeated until all possible effects have been chosen
chaos_shuffle_mode 0
//All below are multipliers of length for individual effects.

View File

@ -21,6 +21,8 @@ chaos_instant_off 0
//If an effect causes the player to die too many times, it will be stopped.
chaos_strike_max 3
//1 to turn on shuffle mode: effects cannot be repeated until all possible effects have been chosen
chaos_shuffle_mode 0
//All below are multipliers of length for individual effects.