dorfylegends/analyze/overwrites.json

67 lines
1.6 KiB
JSON
Raw Normal View History

2022-04-25 21:16:49 +03:00
{
"ForceEnum": {
"df_world|historical_events|historical_event+HfDied|cause": true,
2022-04-30 10:04:33 +03:00
"df_world|historical_events|historical_event+HfDied|death_cause": true,
"df_world|historical_events|historical_event+KnowledgeDiscovered|knowledge": true
2022-04-29 15:21:27 +03:00
},
"AdditionalFields": {
2022-05-01 13:29:39 +03:00
"DfWorld": [
{
"Name": "FilePath",
"Type": "string"
},
{
"Name": "PlusFilePath",
"Type": "string"
},
{
"Name": "MapReady",
"Type": "bool"
},
{
"Name": "MapData",
"Type": "[]byte"
},
{
"Name": "Width",
"Type": "int"
},
{
"Name": "Height",
"Type": "int"
},
{
"Name": "EndYear",
"Type": "int"
}
],
2022-04-29 15:21:27 +03:00
"Structure": [
{
"Name": "SiteId",
"Type": "int"
}
2022-04-29 16:28:08 +03:00
],
"HistoricalFigure": [
{
"Name": "Werebeast",
"Type": "bool"
},
{
"Name": "Vampire",
"Type": "bool"
}
],
"Entity": [
{
"Name": "Sites",
2022-04-29 16:33:21 +03:00
"Type": "[]int"
2022-04-29 16:28:08 +03:00
}
],
"Site": [
{
"Name": "Ruin",
"Type": "bool"
}
2022-04-29 15:21:27 +03:00
]
2022-04-25 21:16:49 +03:00
}
}