dorfylegends/analyze/overwrites.json

126 lines
3.2 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
},
2022-05-03 22:39:00 +03:00
"Relations": {
"HistoricalEventDanceFormCreated.FormId": "danceForm",
"HistoricalEventMusicalFormCreated.FormId": "musicalForm",
"HistoricalEventPoeticFormCreated.FormId": "poeticForm"
},
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-05-03 15:59:47 +03:00
],
"HistoricalEvent": [
{
"Name": "Collection",
"Type": "int"
}
],
2022-05-04 10:26:26 +03:00
"HistoricalEventAddHfHfLink": [
{
"Name": "Relationship",
"Type": "HistoricalEventRelationshipRelationship"
}
],
2022-05-03 15:59:47 +03:00
"HistoricalEventCollectionAbduction": [
{
"Name": "TargetHfids",
"Type": "[]int"
}
],
"HistoricalEventCollectionBeastAttack": [
{
"Name": "AttackerHfIds",
"Type": "[]int"
}
],
"HistoricalEventCollectionJourney": [
{
"Name": "TravellerHfIds",
"Type": "[]int"
}
],
"HistoricalEventCollectionCeremony": [
{
"Name": "OccasionEventcol",
"Type": "int"
}
],
"HistoricalEventCollectionCompetition": [
{
"Name": "OccasionEventcol",
"Type": "int"
}
],
"HistoricalEventCollectionPerformance": [
{
"Name": "OccasionEventcol",
"Type": "int"
}
],
"HistoricalEventCollectionProcession": [
{
"Name": "OccasionEventcol",
"Type": "int"
}
2022-04-29 15:21:27 +03:00
]
2022-04-25 21:16:49 +03:00
}
}