Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tosochu/wiki
A wiki of "Run for money".
https://github.com/tosochu/wiki
game runformoney wiki
Last synced: 22 days ago
JSON representation
A wiki of "Run for money".
- Host: GitHub
- URL: https://github.com/tosochu/wiki
- Owner: tosochu
- License: cc-by-sa-4.0
- Created: 2023-02-26T11:00:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-29T06:43:54.000Z (about 1 year ago)
- Last Synced: 2024-07-30T21:03:20.654Z (4 months ago)
- Topics: game, runformoney, wiki
- Language: HTML
- Homepage: https://tosochu.github.io/wiki/
- Size: 771 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Tosochu Wiki
这里是 [**《全员逃走中》**](https://www.fujitv.co.jp/tosochu/top.html) 的**非官方** Wiki。收录了每一回的数据,并给每个玩家计算了**总钱数、逃走率**等,您可以点击上方按钮查看。
**《全员逃走中》**(原文:Run for money 逃走中,简称:RFM / 逃走中)是**日本富士电视台**著作出品的**生存类实景综艺**游戏节目,自 2004 年起季间不定期放送。
**本项目的代码仓库:** [https://github.com/tosochu/wiki.git](https://github.com/tosochu/wiki.git)
本项目主要由 [Milmon](https://github.com/Molmin) 和 [hexuben](https://github.com/hexuben) 维护。如果你喜欢本项目,欢迎给我们点亮 Star!如果您愿意帮助我们搜集数据,也可以进行 [Pull Request](https://github.com/tosochu/wiki/compare)。
### 逃走率
Tosochu Wiki 将会给每个玩家计算平均以及单个回合的逃走率,并提供逃走率排序。每个玩家的平均逃走率是他(她)在参与的每个回合中的逃走率的平均值。
注:在排序方式中,[Rate of Escape](https://tosochu.github.io/wiki/player/?sort=escapeRate) 是按照玩家平均逃走率排名,而 [Rate of Escape (Upgraded version)](https://tosochu.github.io/wiki/player/?sort=escapeRateBetter) 是先按照**参与回合数**排序,再对**分别**对参与回合数为 1,2,以及大于等于 3 的玩家的逃走率排序([对应源码部分](https://github.com/tosochu/wiki/blob/master/src/templates/player_list.html#L89-L94))。(我们提供这种排序方式,是因为参与回合数**过少**时,平均逃走率**并不准确**。)
下面是玩家在单个回合中的逃走率计算方式([源代码](https://github.com/tosochu/wiki/blob/master/src/build/main.js#L150-L175)):
- 列出该玩家在该回合中的 [活动事件列表](https://github.com/tosochu/wiki/blob/master/src/build/main.js#L72-L74);
- 遇到 Caught(被抓)或自首事件时,将其时间戳与上一次复活或游戏开始事件差值加入总和中;
- 将总和除以游戏总时长,就得到逃走率;
- 部分玩家虽然整场游戏中都未被抓捕甚至获得了赏金,但由于游戏中的特殊规则,他们的奖金会被没收或者得到了 99.99% 的逃走率,下面将一一列举:
- [第七回 お台場2](https://tosochu.github.io/wiki/game/7.html) 中,[眞鍋かをり](https://tosochu.github.io/wiki/player/manabe-kawori.html)、[川合俊一](https://tosochu.github.io/wiki/player/kawai-shunichi.html) 等玩家在附加环节中失利,导致他们先前获得的 1,260,000 日元奖金全部没收。这里的原因是他们并没有完美地完成游戏。
- [第三十九回 時空を超える決戦(後編)](https://tosochu.github.io/wiki/game/39.html) 中,[えなりかずき](https://tosochu.github.io/wiki/player/enari-kazuki.html) 由于参加了后半战并且战败,导致他在[前半战](https://tosochu.github.io/wiki/game/38.html)中收获的 1,080,000 日元奖金全部没收。
## 数据进度
由于本项目人力过少,导致数据不完整。为避免不必要的误会,请至 [wiki 主页](https://tosochu.github.io/wiki/) 查看数据进度。