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",
|
"name": "API REFERENCE",
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
# Resources - Index
|
# Resources Index
|
||||||
|
|
||||||
Here, you will find most of the resources that can be used in modding.
|
Here, you will find most of the resources that can be used in modding.
|
||||||
|
|
||||||
## Availables resources
|
## Availables resources
|
||||||
|
|
||||||
### Player profile resources
|
### [Player profile resources](./#resources/player_profile.md)
|
||||||
|
|
||||||
- Member category list
|
- Member category list
|
||||||
- Messages type 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
|
- Skills buff list
|
||||||
- Character ingame counter list
|
- Character ingame counter list
|
||||||
|
|
||||||
### Quests resources
|
### [Quests resources](./#resources/quests.md)
|
||||||
|
|
||||||
- Quest type list
|
- Quest type list
|
||||||
- Quest reward type list
|
- Quest reward type list
|
||||||
- Quest ID list
|
- Quest ID list
|
||||||
|
|
||||||
### Locations resources
|
### [Locations resources](./#resources/locations.md)
|
||||||
|
|
||||||
- Hideout area list
|
- Hideout area list
|
||||||
- Hideout area requirements list
|
- Hideout area requirements list
|
||||||
- Locations extract requirements list
|
- Locations extract requirements list
|
||||||
- Locations rules list
|
- Locations rules list
|
||||||
|
|
||||||
### Items stats resources
|
### [Items stats resources](./#resources/items_stats.md)
|
||||||
|
|
||||||
- Color list
|
- Color list
|
||||||
- Stimulator buff list
|
- Stimulator buff list
|
||||||
- Items nodes list
|
- Items nodes list
|
||||||
|
|
||||||
### Other resources
|
### [Other resources](./#resources/other.md)
|
||||||
|
|
||||||
- Currency ID list
|
- Currency ID list
|
||||||
- Traders ID list
|
- Traders ID list
|
Loading…
x
Reference in New Issue
Block a user