dorfylegends/analyze/overwrites.json
Robert Janetzko 9f38f9b17d map
2022-05-01 10:29:39 +00:00

67 lines
1.6 KiB
JSON

{
"ForceEnum": {
"df_world|historical_events|historical_event+HfDied|cause": true,
"df_world|historical_events|historical_event+HfDied|death_cause": true,
"df_world|historical_events|historical_event+KnowledgeDiscovered|knowledge": true
},
"AdditionalFields": {
"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"
}
],
"Structure": [
{
"Name": "SiteId",
"Type": "int"
}
],
"HistoricalFigure": [
{
"Name": "Werebeast",
"Type": "bool"
},
{
"Name": "Vampire",
"Type": "bool"
}
],
"Entity": [
{
"Name": "Sites",
"Type": "[]int"
}
],
"Site": [
{
"Name": "Ruin",
"Type": "bool"
}
]
}
}