Skip to content

Commit

Permalink
chore: fix order
Browse files Browse the repository at this point in the history
  • Loading branch information
Clazex committed Nov 22, 2021
1 parent c72e897 commit 9d8caf4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GodSeekerPlus/Lang/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"Modules/DoorDefaultBegin": "门默认开始",
"Modules/FastDreamWarp": "快速梦门传送",
"Modules/FastSuperDash": "快速超级冲刺",
"Modules/FrameRateLimit": "帧率限制",
"Modules/ForceOvercharm": "强制护符过载",
"Modules/FrameRateLimit": "帧率限制",
"Modules/GreyPrinceEnterShort": "灰色王子短入场",
"Modules/HalveDamage": "伤害减半",
"Modules/MemorizeBindings": "记住束缚",
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Compatible with `Hollow Knight` 1.5.
- **Door Default Begin**: Default selecting the Begin button when opening Pantheon Door UI.
- **Fast Dream Warping**: Remove dream warping charge time when in boss scenes. This decrease the total warping time from 2.25s to 0.25s.
- **Fast Super Dash**: Buff Super Dash speed in Hall of Gods.
- **Frame Rate Limit**: Create a lag in every in-game frame.
- **Force Overcharm**: Force entering the overcharmed state.
- **Frame Rate Limit**: Create a lag in every in-game frame.
- **Grey Prince Enter Short**: Force Grey Prince to use short enter, as when defeated last time.
- **Halve Damage**: Halve all the damage taken.
- **Memorize Bindings**: Memorize the Bindings selected last time, like difficulties in the Hall of Gods. Recommend using with Door Default Begin.
Expand All @@ -31,8 +31,8 @@ All features can be toggled in-game.
+ `DoorDefaultBegin` (`Boolean`): Whether to enable the Door Default Begin feature. Defaults to `true`.
+ `FastDreamWarp` (`Boolean`): Whether to enable the Fast Dream Warping feature. Defaults to `true`.
+ `FastSuperDash` (`Boolean`): Whether to enable the Fast Super Dash feature. Defaults to `true`.
+ `FrameRateLimit` (`Boolean`): Whether to enable the Frame Rate Limit feature. Defaults to `false`.
+ `ForceOvercharm` (`Boolean`): Whether to enable the Force Overcharm feature. Defaults to `false`.
+ `FrameRateLimit` (`Boolean`): Whether to enable the Frame Rate Limit feature. Defaults to `false`.
+ `GreyPrinceEnterShort` (`Boolean`): Whether to enable the Grey Prince Enter Short feature. Defaults to `true`.
+ `HalveDamage` (`Boolean`): Whether to enable the Halve Damage feature. Defaults to `false`.
+ `MemorizeBindings` (`Boolean`): Whether to enable the Memorize Bindings feature. Defaults to `true`.
Expand Down
4 changes: 2 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
- **门默认开始**:打开万神殿门界面时默认选中开始按钮。
- **快速梦门传送**:当在 Boss 场景中时,移除梦之门传送充能时间。这将总传送时间从 2.25 秒减少到 0.25 秒。
- **快速超级冲刺**:提升在诸神堂中的超级冲刺速度。
- **帧率限制**:在游戏内的每帧添加卡顿。
- **强制护符过载**:强制进入护符过载状态。
- **帧率限制**:在游戏内的每帧添加卡顿。
- **灰色王子短入场**:强制灰色王子使用短入场,如同上一次击败之的效果。
- **伤害减半**:将受到的所有伤害减半。
- **记住束缚**:记住上次选择的束缚,效果与诸神堂中的难度选择一样。建议与门默认开始一起使用。
Expand All @@ -31,8 +31,8 @@
+ `DoorDefaultBegin` (`Boolean`):是否启用 `门默认开始` 功能。默认为 `true`
+ `FastDreamWarp` (`Boolean`):是否启用 `快速梦门传送` 功能。默认为 `true`
+ `FastSuperDash` (`Boolean`):是否启用 `快速超级冲刺` 功能。默认为 `true`
+ `FrameRateLimit` (`Boolean`):是否启用 `帧率限制` 功能。默认为 `false`
+ `ForceOvercharm` (`Boolean`):是否启用 `强制护符过载` 功能。默认为 `false`
+ `FrameRateLimit` (`Boolean`):是否启用 `帧率限制` 功能。默认为 `false`
+ `GreyPrinceEnterShort` (`Boolean`):是否启用 `灰色王子短入场` 功能。默认为 `true`
+ `HalveDamage` (`Boolean`):是否启用 `伤害减半` 功能。默认为 `false`
+ `MemorizeBindings` (`Boolean`):是否启用 `记住束缚` 功能。默认为 `true`
Expand Down

0 comments on commit 9d8caf4

Please sign in to comment.