mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-24 18:06:00 +00:00
Add documentation about WorldAreaConfigData
This commit is contained in:
parent
0cad9a90c0
commit
f66408fd3c
17
docs/resources/World Locations.txt
Normal file
17
docs/resources/World Locations.txt
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
Excels:
|
||||||
|
- WorldAreaConfigData.json
|
||||||
|
- scene3_point.json (BinOutput/Scene/Trans)
|
||||||
|
|
||||||
|
textmaps contain the names of the areas
|
||||||
|
|
||||||
|
if a world area has an 'AreaType' of 'LEVEL_1', it has the following properties:
|
||||||
|
- there is not an 'AreaID2' field
|
||||||
|
- there is an 'elementType' field
|
||||||
|
- this is a PRIMARY region
|
||||||
|
|
||||||
|
if a world area has an 'AreaType' of 'LEVEL_2', it has the following properties:
|
||||||
|
- there is not an 'elementType' field
|
||||||
|
- the 'AreaID1' field is inherited from its parent area
|
||||||
|
- this is a SECONDARY region
|
||||||
|
|
||||||
|
the textmap hash is of the secondary region's name, unless it's a primary region
|
Loading…
Reference in New Issue
Block a user