军团活动:修复减速事件

This commit is contained in:
luying
2021-03-31 19:00:38 +08:00
parent 8c8adacfdc
commit 264c231f32

View File

@@ -539,7 +539,7 @@ export class WoodenHorse {
case RACE_EVENT.TIANSHIDUNFU:
this.shieldTime = endTime; break;
case RACE_EVENT.JIASU_1:
this.speed *= 1 + effect[0]; break;
this.speed *= Math.pow(1 + effect[0] / 100, count); break;
case RACE_EVENT.JIASU_2:
this.speed += effect[0]; break;
case RACE_EVENT.HUIFU_1: