removed summary as it doesn't play nice with docs nav
This commit is contained in:
parent
e31316c4e2
commit
ab4ec66bfe
@ -1,22 +1,11 @@
|
||||
# ![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
|
||||
|
||||
Expression | What | Example
|
||||
------------|-----------------------------|--------
|
||||
%server% | Server folder. | `C:\Games\SPT-AKI\Server\`
|
||||
%profileID% | File containing a profile. | `C:\Games\SPT-AKI\Server\user\profiles\9dbfcbf0d3be487b9ac20cd8.json`
|
||||
`%server%` | Server folder. | `C:\Games\SPT-AKI\Server\`
|
||||
`%profileID%` | File containing a profile. | `C:\Games\SPT-AKI\Server\user\profiles\9dbfcbf0d3be487b9ac20cd8.json`
|
||||
|
||||
## Requirements & Notes
|
||||
|
||||
@ -117,6 +106,8 @@ On the next server startup the character's skills will be at the desired level.
|
||||
|
||||
Skill properties details :
|
||||
|
||||
<div class="doc-info">
|
||||
|
||||
Property | Purpose
|
||||
----------------------------|---------
|
||||
`Id` | Name of the skill.
|
||||
@ -124,6 +115,8 @@ Property | Purpose
|
||||
`PointsEarnedDuringSession` | How many points were acquired during the last session.
|
||||
`LastAccess` | Last time a point was earned for this skill *(it's a timestamp)*.
|
||||
|
||||
</div>
|
||||
|
||||
> Each level correspond to 100 points.
|
||||
>
|
||||
> * Level 1 : `100`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user