Skip to content

Commit

Permalink
fix regression, add fmab
Browse files Browse the repository at this point in the history
  • Loading branch information
Zurphing authored Aug 1, 2024
1 parent 61c28e7 commit 18823ae
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions docs/tool/GUI.ModsManager/creatingMods.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This document will focus on teaching you how to create mods using the OpenKH Mod
* [sklt](#sklt-source-example)
* [arif](#arif-source-example)
* [memt](#memt-source-example)
* [fmab](#fmab-source-example)
* [enmp](#enmp-source-example)
* [fmlv](#fmlv-source-example)
* [lvup](#lvup-source-example)
Expand Down Expand Up @@ -284,6 +285,7 @@ Asset Example
* `sklt`
* `arif`
* `memt`
* `fmab`
* `enmp`
* `fmlv`
* `lvup`
Expand Down Expand Up @@ -447,6 +449,48 @@ MemberIndices:
Friend2: 32
FriendWorld: 42
```

### `fmab` Source Example
```
Entries:
1: #This is "Growth Ability Level"; so this edits the second entry in the list, or, LV 2.
HighJumpHeight: 999
AirDodgeHeight: 999
AirDodgeSpeed: 3.0
AirSlideTime: 1.0
AirSlideSpeed: 2.0
AirSlideBrake: 1.0
AirSlideStopBrake: 1.0
AirSlideInvulnerableFrames: 0.5
GlideSpeed: 2.0
GlideFallRatio: 0.8
GlideFallHeight: 1.2
GlideFallMax: 1.5
GlideAcceleration: 2.5
GlideStartHeight: 1.0
GlideEndHeight: 0.8
GlideTurnSpeed: 1.5
DodgeRollInvulnerableFrames: 0.7
2:
HighJumpHeight: 9999
AirDodgeHeight: 999
AirDodgeSpeed: 3.0
AirSlideTime: 1.0
AirSlideSpeed: 2.0
AirSlideBrake: 1.0
AirSlideStopBrake: 1.0
AirSlideInvulnerableFrames: 0.5
GlideSpeed: 2.0
GlideFallRatio: 0.8
GlideFallHeight: 1.2
GlideFallMax: 1.5
GlideAcceleration: 2.5
GlideStartHeight: 1.0
GlideEndHeight: 0.8
GlideTurnSpeed: 1.5
DodgeRollInvulnerableFrames: 0.7
```

### `enmp` Source Example
```
- Id: 0
Expand Down

0 comments on commit 18823ae

Please sign in to comment.