Skip to content

Commit

Permalink
Add new line before tables
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiephan committed Jun 29, 2021
1 parent 8d22c1e commit e3ff70f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions (10)trymemode.stormmap/base.stormdata/Modules/doc.json
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,6 @@
"",
"The table is the available combinations of `state` and `type`. Columns are `state` (e.g `Shield`) and Rows are `type` (e.g `NormalAmountGiven`):",
"",
"",
"| `type` \\ `state` | `Ability` | `Basic` | `Heal` | `Mana` | `Shield` | `XP` | `Quest` | `Reduced` |",
"|-|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|",
"| `LesserAmountReceived` | ✔ | ✔ | ✔ | ✔ | ✔ | ❌ | ❌ | ❌ |",
Expand Down Expand Up @@ -781,7 +780,6 @@
"",
"The game speed can only between 0 - 4:",
"",
"",
"| value | speed |",
"|-|-|",
"| 0 | Slower |",
Expand Down Expand Up @@ -1058,7 +1056,6 @@
"",
"The `type` parameters accept either the `Type (int)` or `Type (string)` below.",
"",
"",
"| Type (int) | Type (string) | Galaxy file constant |",
"|-|-|-|",
"| 0 | life | c_unitLife |",
Expand Down Expand Up @@ -2305,7 +2302,6 @@
"",
"The `SourceId` can be represent as an Integer with the source value of:",
"",
"",
"|`SourceId`|Galaxy file constant|",
"|-|-|",
"|0|`libGame_ge_XPSources_Debug`|",
Expand Down Expand Up @@ -2461,7 +2457,6 @@
"",
"The difficulty settings are below:",
"",
"",
"| DifficultyId | Friendly Name (`GameString.txt`) | Galaxy Constant (`AILib_h.galaxy`) |",
"|-|-|-|",
"| 0 | Unknown | `libAIAI_ge_HeroAIDifficulty_Null` |",
Expand Down
4 changes: 3 additions & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<a name="meta-top"></a>

# Usage
<sup>*(Generated from [doc.json](./(10)trymemode.stormmap/base.stormdata/Modules/doc.json) at Mon, 28 Jun 2021 19:44:40 GMT)*</sup>
<sup>*(Generated from [doc.json](./(10)trymemode.stormmap/base.stormdata/Modules/doc.json) at Tue, 29 Jun 2021 17:29:49 GMT)*</sup>

Generally, most of the functionalities are using chat commands. Simply type the commands in the chat box (like how you would normally chat with teammates).
>Note: Remember to either use allies or all chat channel when try to use the commands. Public chat channels and Private Messages (PM) does not work.
Expand Down Expand Up @@ -2623,6 +2623,7 @@ Add a talent to a player, generally found in `<CTalent id="xxxx">`.
Get/Set the AI Difficulty for a Player.
The difficulty settings are below:
| DifficultyId | Friendly Name (`GameString.txt`) | Galaxy Constant (`AILib_h.galaxy`) |
|-|-|-|
| 0 | Unknown | `libAIAI_ge_HeroAIDifficulty_Null` |
Expand Down Expand Up @@ -2852,6 +2853,7 @@ Enable a disabled talent for all players. Generally found in `<CTalent id="xxxx"
Gives Experience to a Specific Player.
The `SourceId` can be represent as an Integer with the source value of:
|`SourceId`|Galaxy file constant|
|-|-|
|0|`libGame_ge_XPSources_Debug`|
Expand Down

0 comments on commit e3ff70f

Please sign in to comment.