Audiosurf 2

Audiosurf 2

评价数不足
1m ninja
   
奖励
收藏
已收藏
取消收藏
标签: mod
文件大小
发表于
146.077 KB
7 月 2 日 上午 2:34
1 项改动说明 ( 查看 )

订阅以下载
1m ninja

描述
Ninja with the following changes:
  • 1M scoring (stealth-focused)
  • No powerups
  • realtime accuracy and miss counter
The puzzle grid does nothing. I left it in, because I like how it looks

Each colored block gives an amount of score such that collecting them all gives you a million points.

Each spike removes as much score as you would get from 10 colored blocks.

There is also a multiplier on score that gets smaller with each spike. It's 0.8x at 1 spike, and approaches 0.6x. It does not affect the score you lose from collecting spikes.

score = (1 000 000 / colors_total) * colors_hit * (0.6 + 0.4 / (1 + spikes_hit)) - 10 * (1 000 000 / colors_total) * spikes_hit