Added back ressources
This commit is contained in:
parent
7c089d0a07
commit
54c6714a09
@ -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,
|
||||
|
@ -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
|
Loading…
x
Reference in New Issue
Block a user