Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Missing BoL Documentation #2172

Merged
merged 3 commits into from
May 28, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated documentation for BoL and BoL Ratio
  • Loading branch information
Charlie-Zheng committed May 28, 2024
commit 42e3a463f5fee07aede46776f7759343caaa79f4
2 changes: 2 additions & 0 deletions ui/packages/docs/docs/reference/fields.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ For example, if you are looking for the tag for Lisa's A4 (defense shred), then
| character name | `hp` | - | - | Evaluates to the character's current hp. |
| character name | `hpratio` | - | - | Evaluates to the character's hp ratio. |
| character name | `hpmax` | - | - | Evaluates to the character's maximum hp. |
| character name | `bol` | - | - | Evaluates to the character's current Bond of Life. |
| character name | `bolratio` | - | - | Evaluates to the character's Bond of Life ratio. |
| character name | `normal` | - | - | Evaluates to the character's next normal counter. Example: If the character is in idle or just performed their last normal attack, then the next normal counter is `1` (N1). |
| character name | `onfield` | - | - | `1` if the character is on the field, `0` otherwise. |
| character name | `weapon` | - | - | Evaluates to the character's weapon. Use `.keys.weapon.<weapon name>` for comparison purposes.
Expand Down