-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create 我在西伯利亚种土豆(One Potato Incremental).md
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 我在西伯利亚种土豆(One Potato Incremental) | ||
https://gityx.com/g8hh/hanhuazhong/201.html | ||
|
||
https://g8hh.github.io/one-potato-incremental/ | ||
|
||
## 修改脚本 | ||
```js | ||
//土豆最高16阶 | ||
|
||
//快速研究土豆 | ||
study_req_cost=0 | ||
study_req=1 | ||
//土豆快进度条(捣碎后需要重新执行 | ||
potato_stage_requirements = new Array(potato_stage_requirements.length).fill(1) | ||
|
||
``` |