예제 #1
0
 private double GetDefaultItemDamageKoef(int level)
 => BattleDifficulty.GetCurrent().ItemDamageKoef *GetBaseItemDamageKoef(level);
예제 #2
0
 public double GetGoldKoef()
 => BattleDifficulty.GetCurrent().GoldMultiplier;
예제 #3
0
 public double GetItemsKoef()
 => BattleDifficulty.GetCurrent().DropMultiplier;
예제 #4
0
 public double GetExpKoef()
 => BattleDifficulty.GetCurrent().ExpMultiplier;