mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2026-01-20 14:38:22 +00:00
修改得分公式
This commit is contained in:
parent
2ebcb10127
commit
5b9ed72ad3
@ -1743,7 +1743,7 @@ namespace Oshima.FunGame.OshimaServers.Service
|
|||||||
}
|
}
|
||||||
|
|
||||||
// 伤害贡献
|
// 伤害贡献
|
||||||
double damageContribution = Math.Log(1 + Math.Min(2, (stats.TotalDamage / (stats.TotalTakenDamage + 1.75))));
|
double damageContribution = Math.Log(1 + Math.Min(2, (stats.TotalDamage / (stats.TotalTakenDamage + 1))));
|
||||||
if (team != null && teammateStats != null)
|
if (team != null && teammateStats != null)
|
||||||
{
|
{
|
||||||
// 考虑团队伤害排名,优先高伤害的
|
// 考虑团队伤害排名,优先高伤害的
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user