Added back ressources

This commit is contained in:
Atomos821 2020-11-28 11:08:13 +01:00
parent 4d3c92b52a
commit 21c796fc01
7 changed files with 35 additions and 6 deletions

View File

@ -79,6 +79,35 @@
}
]
},
{
"name": "RESSOURCES",
"routes": [
{
"name": "Index",
"filepath": "resources/index.md"
},
{
"name": "1. Player profile",
"filepath": "resources/player_profile.md"
},
{
"name": "2. Item stats",
"filepath": "resources/items_stats.md"
},
{
"name": "3. Locations",
"filepath": "resources/locations.md"
},
{
"name": "4. Quests",
"filepath": "resources/quests.md"
},
{
"name": "5. Other",
"filepath": "resources/other.md"
}
]
},
{
"name": "API REFERENCE",
"hidden": true,

View File

@ -1,10 +1,10 @@
# Resources - Index
# Resources Index
Here, you will find most of the resources that can be used in modding.
## Availables resources
### Player profile resources
### [Player profile resources](./#resources/player_profile.md)
- Member category list
- Messages type list
@ -12,26 +12,26 @@ Here, you will find most of the resources that can be used in modding.
- Skills buff list
- Character ingame counter list
### Quests resources
### [Quests resources](./#resources/quests.md)
- Quest type list
- Quest reward type list
- Quest ID list
### Locations resources
### [Locations resources](./#resources/locations.md)
- Hideout area list
- Hideout area requirements list
- Locations extract requirements list
- Locations rules list
### Items stats resources
### [Items stats resources](./#resources/items_stats.md)
- Color list
- Stimulator buff list
- Items nodes list
### Other resources
### [Other resources](./#resources/other.md)
- Currency ID list
- Traders ID list