removed summary as it doesn't play nice with docs nav

This commit is contained in:
SPT-dev 2023-03-02 21:10:09 -05:00
parent b1a2b7eea3
commit 6972c46fe0

View File

@ -1,22 +1,11 @@
# ![Editing profiles](./assets/img/headers/tutorials_profiles.png) # ![Editing profiles](./assets/img/headers/tutorials_profiles.png)
**Summary :**
* [Legend](#legend)
* [Requirements](#requirements)
* [Edit character level](#edit-character-level)
* [Edit skill level](#edit-skill-level)
* [Edit quest status](#edit-quest-status)
* [Edit hideout area status](#edit-hideout-area-status)
* [Edit traders loyalty level](#edit-traders-loyalty-level)
* [Add money to the stash](#add-money-to-the-stash)
## Legend ## Legend
Expression | What | Example Expression | What | Example
------------|-----------------------------|-------- ------------|-----------------------------|--------
%server% | Server folder. | `C:\Games\SPT-AKI\Server\` `%server%` | Server folder. | `C:\Games\SPT-AKI\Server\`
%profileID% | File containing a profile. | `C:\Games\SPT-AKI\Server\user\profiles\9dbfcbf0d3be487b9ac20cd8.json` `%profileID%` | File containing a profile. | `C:\Games\SPT-AKI\Server\user\profiles\9dbfcbf0d3be487b9ac20cd8.json`
## Requirements & Notes ## Requirements & Notes
@ -117,6 +106,8 @@ On the next server startup the character's skills will be at the desired level.
Skill properties details : Skill properties details :
<div class="doc-info">
Property | Purpose Property | Purpose
----------------------------|--------- ----------------------------|---------
`Id` | Name of the skill. `Id` | Name of the skill.
@ -124,6 +115,8 @@ Property | Purpose
`PointsEarnedDuringSession` | How many points were acquired during the last session. `PointsEarnedDuringSession` | How many points were acquired during the last session.
`LastAccess` | Last time a point was earned for this skill *(it's a timestamp)*. `LastAccess` | Last time a point was earned for this skill *(it's a timestamp)*.
</div>
> Each level correspond to 100 points. > Each level correspond to 100 points.
> >
> * Level 1 : `100`. > * Level 1 : `100`.