Rename all "medium" difficulties to "normal"

This commit is contained in:
abcdefg30
2016-08-31 23:05:34 +02:00
parent 43b7c98c33
commit e2a2c6433f
6 changed files with 9 additions and 9 deletions

View File

@@ -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)

View File

@@ -11,9 +11,9 @@ World:
ID: difficulty
Label: Difficulty
Values:
medium: Medium
normal: Normal
hard: Hard
Default: medium
Default: normal
CAMERA:
RevealsShroud: