Rename all "medium" difficulties to "normal"
This commit is contained in:
@@ -11,7 +11,7 @@ BeachheadTrigger =
|
||||
|
||||
Difficulty = Map.LobbyOption("difficulty")
|
||||
|
||||
if Difficulty == "medium" then
|
||||
if Difficulty == "normal" then
|
||||
BaseRaidInterval = DateTime.Minutes(3)
|
||||
BaseFrontAttackInterval = DateTime.Minutes(3) + DateTime.Seconds(30)
|
||||
BaseRearAttackInterval = DateTime.Minutes(8)
|
||||
|
||||
@@ -11,9 +11,9 @@ World:
|
||||
ID: difficulty
|
||||
Label: Difficulty
|
||||
Values:
|
||||
medium: Medium
|
||||
normal: Normal
|
||||
hard: Hard
|
||||
Default: medium
|
||||
Default: normal
|
||||
|
||||
CAMERA:
|
||||
RevealsShroud:
|
||||
|
||||
Reference in New Issue
Block a user