dorfylegends/analyze/overwrites.json
2022-04-30 07:04:33 +00:00

37 lines
906 B
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": {
"Structure": [
{
"Name": "SiteId",
"Type": "int"
}
],
"HistoricalFigure": [
{
"Name": "Werebeast",
"Type": "bool"
},
{
"Name": "Vampire",
"Type": "bool"
}
],
"Entity": [
{
"Name": "Sites",
"Type": "[]int"
}
],
"Site": [
{
"Name": "Ruin",
"Type": "bool"
}
]
}
}