mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-01 21:51:17 +00:00
Tweaked difficulty
This commit is contained in:
parent
eab572ff2e
commit
15cb0f2ad0
1 changed files with 2 additions and 2 deletions
|
|
@ -22,8 +22,8 @@ public class SessionSettings
|
||||||
|
|
||||||
public float DifficultyDamageMultiplier => this.Difficulty switch
|
public float DifficultyDamageMultiplier => this.Difficulty switch
|
||||||
{
|
{
|
||||||
DifficultyLevel.Easy => 4f,
|
DifficultyLevel.Easy => 1.4f,
|
||||||
DifficultyLevel.Normal => 2f,
|
DifficultyLevel.Normal => 1.2f,
|
||||||
DifficultyLevel.Hard or DifficultyLevel.Lunatic => 1f,
|
DifficultyLevel.Hard or DifficultyLevel.Lunatic => 1f,
|
||||||
_ => 1f
|
_ => 1f
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue