Rename resource docs

This commit is contained in:
SPT-dev 2023-03-02 21:09:51 -05:00
parent 5cc482981b
commit 66699ef2ad
7 changed files with 32 additions and 54 deletions

View File

@ -46,8 +46,8 @@
// TODO: keep updating old files and add them the the routes list // TODO: keep updating old files and add them the the routes list
const routes = { const routes = {
"SPT-AKI": { "SPT-AKI": {
"Installing a release": "spt-aki/install.md",
"About": "spt-aki/about.md", "About": "spt-aki/about.md",
"Install": "spt-aki/install.md",
"FAQ": "spt-aki/faq.md", "FAQ": "spt-aki/faq.md",
// TODO: work on routes nesting // TODO: work on routes nesting
}, },
@ -61,15 +61,15 @@
}, },
"Resources": { "Resources": {
"Index": "resources/index.md", "Index": "resources/index.md",
"Player profile": "resources/resources_player_profile.md", "Player profile": "resources/player_profile.md",
"Quests": "resources/resources_quests.md", "Quests": "resources/quests.md",
"Locations": "resources/resources_locations.md", "Locations": "resources/locations.md",
"Item stats": "resources/resources_items_stats.md", "Item stats": "resources/items_stats.md",
"Other": "resources/resources_other.md", "Other": "resources/other.md",
}, },
"Development": { "Development": {
// Documents related to maintaining the project // Documents related to maintaining the project
"Dump game data": "development/dump_data.md" "Dump data": "development/dump_data.md"
}, },
// "DEBUG": { // "DEBUG": {
// "** Markdown Demo": "demo.md" // "** Markdown Demo": "demo.md"

View File

@ -33,6 +33,5 @@ Here, you will find most of the resources that can be used in modding.
### Other resources ### Other resources
- Weather type list
- Currency ID list - Currency ID list
- Traders ID list - Traders ID list

View File

@ -4,31 +4,31 @@
## Hideout areas list ## Hideout areas list
```text ```markdown
AREA # Name Max level **Name** | **Area #** | **Max level**
--------------------------------------------- ------------------- | ---------- | -------------
AREA 0 VENTS 3 VENTS | 0 | 3
AREA 1 SECURITY 3 SECURITY | 1 | 3
AREA 2 LAVATORY 3 LAVATORY | 2 | 3
AREA 3 STASH 4 STASH | 3 | 4
AREA 4 GENERATOR 3 GENERATOR | 4 | 3
AREA 5 HEATING 3 HEATING | 5 | 3
AREA 6 WATER COLLECTOR 3 WATER COLLECTOR | 6 | 3
AREA 7 MEDSTATION 3 MEDSTATION | 7 | 3
AREA 8 NUTRITION UNIT 3 NUTRITION UNIT | 8 | 3
AREA 9 REST SPACE 3 REST SPACE | 9 | 3
AREA 10 WORKBENCH 3 WORKBENCH | 10 | 3
AREA 11 INTELLIGENCE CENTER 3 INTELLIGENCE CENTER | 11 | 3
AREA 12 SHOOTING RANGE 1 SHOOTING RANGE | 12 | 1
AREA 13 LIBRARY 1 LIBRARY | 13 | 1
AREA 14 SCAV CASE 1 SCAV CASE | 14 | 1
AREA 15 ILLUMINATION 3 ILLUMINATION | 15 | 3
AREA 16 PLACE OF FAME 1 PLACE OF FAME | 16 | 1
AREA 17 AIR FILTRERING UNIT 1 AIR FILTRERING UNIT | 17 | 1
AREA 18 SOLAR POWER 1 SOLAR POWER | 18 | 1
AREA 19 BOOZE GENERATOR 1 BOOZE GENERATOR | 19 | 1
AREA 20 BITCOIN FARM 3 BITCOIN FARM | 20 | 3
AREA 21 CHRISTMAS TREE 1 CHRISTMAS TREE | 21 | 1
``` ```
## Hideout areas requirement types ## Hideout areas requirement types

View File

@ -2,27 +2,6 @@
> This page give you various resources for global changes. > This page give you various resources for global changes.
## All weather type
```text
ClearDay
ClearWind
ClearNight
PartlyCloudDay
PartlyCloudNight
ClearFogDay
ClearFogNight
CloudFog
Fog
MostlyCloud
LightRain
Rain
CloudWind
CloudWindRain
FullCloud
ThunderCloud
```
## Currency IDs ## Currency IDs
```text ```text