Structures.json: Difference between revisions
From Vintage Story Wiki
(Created page with "{| class="wikitable" style="text-align: center" |+ Placement methods ! Value !! surface !! surfaceruin !! underground !! underwater |- | Code | y | y | y | y |- | Name | y | y...") |
No edit summary |
||
Line 1: | Line 1: | ||
{| class="wikitable" style="text-align: center" | {| class="wikitable" style="text-align: center" | ||
|+ Placement methods | |+ Placement methods | ||
! Value !! surface !! surfaceruin !! underground !! underwater | ! Value !! surface !! surfaceruin !! underground !! underwater !! type | ||
|- | |- | ||
| Code | | Code | ||
Line 8: | Line 8: | ||
| y | | y | ||
| y | | y | ||
| string | |||
|- | |- | ||
| Name | | Name | ||
Line 14: | Line 15: | ||
| y | | y | ||
| y | | y | ||
| string | |||
|- | |- | ||
| Group | | Group | ||
Line 20: | Line 22: | ||
| y | | y | ||
| ? | | ? | ||
| string | |||
|- | |- | ||
| MinGroupDistance | | MinGroupDistance | ||
Line 26: | Line 29: | ||
| n | | n | ||
| ? | | ? | ||
| int | |||
|- | |- | ||
| Schematics | | Schematics | ||
Line 32: | Line 36: | ||
| y | | y | ||
| y | | y | ||
| string[] | |||
|- | |||
| Chance | |||
| y | |||
| y | |||
| y | |||
| y | |||
| float | |||
|- | |||
| MinTemp | |||
| y | |||
| ? | |||
| ? | |||
| ? | |||
| int (in Celsius) | |||
|- | |||
| MaxTemp | |||
| y | |||
| ? | |||
| ? | |||
| ? | |||
| int (in Celsius) | |||
|- | |||
| MinRain | |||
| ? | |||
| ? | |||
| ? | |||
| ? | |||
| float | |||
|- | |||
| MaxRain | |||
| ? | |||
| ? | |||
| ? | |||
| ? | |||
| float | |||
|- | |||
| MinForest | |||
| ? | |||
| ? | |||
| ? | |||
| ? | |||
| float | |||
|- | |||
| MaxForest | |||
| ? | |||
| ? | |||
| ? | |||
| ? | |||
| float | |||
|- | |||
| MinY | |||
| ? | |||
| ? | |||
| ? | |||
| ? | |||
| float | |||
|- | |||
| MaxY | |||
| ? | |||
| ? | |||
| ? | |||
| ? | |||
| float | |||
|- | |||
| Depth | |||
| n | |||
| n | |||
| y | |||
| ? | |||
| example: | |||
|- | |||
| OffsetX | |||
| ? | |||
| ? | |||
| ? | |||
| ? | |||
| example: -missing- | |||
|- | |||
| OffsetY | |||
| y | |||
| y | |||
| y | |||
| y | |||
| int | |||
|- | |||
| OffsetZ | |||
| ? | |||
| ? | |||
| ? | |||
| ? | |||
| example: -missing- | |||
|- | |||
| BlockCodeIndex | |||
| ? | |||
| ? | |||
| ? | |||
| ? | |||
| example: -missing- | |||
|- | |||
| Quantity | |||
| ? | |||
| ? | |||
| ? | |||
| ? | |||
| example: -missing- | |||
|- | |||
| ReplaceWithBlocklayers | |||
| y | |||
| y | |||
| n | |||
| ? | |||
| example: -missing- | |||
|- | |||
| BuildProtected | |||
| y | |||
| ? | |||
| ? | |||
| ? | |||
| bool (Claims the structure) | |||
|- | |||
| PostPass | |||
| y | |||
| y | |||
| y | |||
| ? | |||
| bool | |||
|- | |||
| BuildProtectedDesc | |||
| y | |||
| ? | |||
| ? | |||
| ? | |||
| string | |||
|- | |||
| BuildProtectedName | |||
| y | |||
| ? | |||
| ? | |||
| ? | |||
| string | |||
|- | |||
| ReplaceWithRockType | |||
| n | |||
| n | |||
| y | |||
| ? | |||
| example: -missing- | |||
|- | |||
| InsideBlockCodes | |||
| ? | |||
| ? | |||
| ? | |||
| ? | |||
| example: -missing- | |||
|- | |||
| Origin | |||
| ? | |||
| ? | |||
| ? | |||
| ? | |||
| ... | |||
|- | |- | ||
|} | |} |
Revision as of 17:46, 12 July 2022
Value | surface | surfaceruin | underground | underwater | type |
---|---|---|---|---|---|
Code | y | y | y | y | string |
Name | y | y | y | y | string |
Group | y | y | y | ? | string |
MinGroupDistance | y | y | n | ? | int |
Schematics | y | y | y | y | string[] |
Chance | y | y | y | y | float |
MinTemp | y | ? | ? | ? | int (in Celsius) |
MaxTemp | y | ? | ? | ? | int (in Celsius) |
MinRain | ? | ? | ? | ? | float |
MaxRain | ? | ? | ? | ? | float |
MinForest | ? | ? | ? | ? | float |
MaxForest | ? | ? | ? | ? | float |
MinY | ? | ? | ? | ? | float |
MaxY | ? | ? | ? | ? | float |
Depth | n | n | y | ? | example: |
OffsetX | ? | ? | ? | ? | example: -missing- |
OffsetY | y | y | y | y | int |
OffsetZ | ? | ? | ? | ? | example: -missing- |
BlockCodeIndex | ? | ? | ? | ? | example: -missing- |
Quantity | ? | ? | ? | ? | example: -missing- |
ReplaceWithBlocklayers | y | y | n | ? | example: -missing- |
BuildProtected | y | ? | ? | ? | bool (Claims the structure) |
PostPass | y | y | y | ? | bool |
BuildProtectedDesc | y | ? | ? | ? | string |
BuildProtectedName | y | ? | ? | ? | string |
ReplaceWithRockType | n | n | y | ? | example: -missing- |
InsideBlockCodes | ? | ? | ? | ? | example: -missing- |
Origin | ? | ? | ? | ? | ... |