forked from genshinsim/gcsim
-
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.
- Loading branch information
Showing
2 changed files
with
51 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,44 @@ | ||
--- | ||
title: Emilie | ||
--- | ||
|
||
import HitlagTable from "@site/src/components/Hitlag/HitlagTable"; | ||
import FieldsTable from "@site/src/components/Fields/FieldsTable"; | ||
import ParamsTable from "@site/src/components/Params/ParamsTable"; | ||
import FramesTable from "@site/src/components/Frames/FramesTable"; | ||
import IssuesTable from "@site/src/components/Issues/IssuesTable"; | ||
import AoETable from "@site/src/components/AoE/AoETable"; | ||
import NamesList from "@site/src/components/Names/NamesList"; | ||
import ActionsTable from "@site/src/components/Actions/ActionsTable"; | ||
|
||
## Frames | ||
|
||
<FramesTable item_key="emilie" /> | ||
|
||
## Hitlag Data | ||
|
||
<HitlagTable item_key="emilie" /> | ||
|
||
## AoE Data | ||
|
||
<AoETable item_key="emilie" /> | ||
|
||
## Known issues | ||
|
||
<IssuesTable item_key="emilie" /> | ||
|
||
## Names | ||
|
||
<NamesList item_key="emilie" /> | ||
|
||
## Legal Actions | ||
|
||
<ActionsTable item_key="emilie" /> | ||
|
||
## Params | ||
|
||
<ParamsTable item_key="emilie" /> | ||
|
||
## Fields | ||
|
||
<FieldsTable item_key="emilie" /> |
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