dorfylegends/analyze/overwrites.json

209 lines
5.3 KiB
JSON
Raw Permalink 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",
2022-05-04 15:07:35 +03:00
"HistoricalEventPoeticFormCreated.FormId": "poeticForm",
2022-05-05 13:55:33 +03:00
"HistoricalEventHfReachSummit.MountainPeakId": "mountain",
2022-05-06 16:18:43 +03:00
"HistoricalEventBuildingProfileAcquired.StructureId": "structure",
"HistoricalEventHfPreach.SiteHfid": "site"
2022-05-03 22:39:00 +03:00
},
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-05-08 17:38:38 +03:00
},
{
"Name": "Plus",
"Type": "bool"
2022-05-01 13:29:39 +03:00
}
],
2022-04-29 15:21:27 +03:00
"Structure": [
{
"Name": "SiteId",
"Type": "int"
2022-05-05 13:55:33 +03:00
},
{
"Name": "Ruin",
"Type": "bool"
2022-04-29 15:21:27 +03:00
}
2022-04-29 16:28:08 +03:00
],
"HistoricalFigure": [
2022-05-05 23:18:31 +03:00
{
"Name": "Leader",
"Type": "bool"
},
2022-04-29 16:28:08 +03:00
{
"Name": "Werebeast",
"Type": "bool"
},
{
"Name": "Vampire",
"Type": "bool"
2022-05-05 17:55:57 +03:00
},
{
"Name": "Necromancer",
"Type": "bool"
},
{
"Name": "WerebeastSince",
"Type": "int"
},
{
"Name": "VampireSince",
"Type": "int"
},
2022-05-06 14:11:12 +03:00
{
"Name": "NecromancerSince",
"Type": "int"
},
2022-05-05 17:55:57 +03:00
{
"Name": "NecromancerSince",
"Type": "int"
2022-05-07 23:19:30 +03:00
},
{
"Name": "Kills",
"Type": "[]int"
2022-04-29 16:28:08 +03:00
}
],
"Entity": [
2022-05-06 16:16:16 +03:00
{
"Name": "Parent",
"Type": "int"
},
2022-05-06 14:11:12 +03:00
{
"Name": "Necromancer",
"Type": "bool"
},
2022-05-05 23:18:31 +03:00
{
"Name": "Leaders",
"Type": "[]*EntityLeader"
},
2022-04-29 16:28:08 +03:00
{
"Name": "Sites",
2022-04-29 16:33:21 +03:00
"Type": "[]int"
2022-05-05 17:55:57 +03:00
},
{
"Name": "Wars",
"Type": "[]*HistoricalEventCollection"
2022-04-29 16:28:08 +03:00
}
],
"Site": [
2022-05-07 18:18:08 +03:00
{
"Name": "Owner",
"Type": "int"
},
2022-04-29 16:28:08 +03:00
{
"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-05 13:55:33 +03:00
"HistoricalEventBuildingProfileAcquired": [
{
"Name": "StructureId",
"Type": "int"
}
],
2022-05-04 15:07:35 +03:00
"HistoricalEventHfReachSummit": [
{
"Name": "MountainPeakId",
"Type": "int"
}
],
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-05-05 13:55:33 +03:00
],
"WorldConstruction": [
{
"Name": "Parts",
"Type": "[]int"
}
2022-05-07 22:17:05 +03:00
],
"River": [
{
"Name": "Id",
"Type": "int"
}
2022-04-29 15:21:27 +03:00
]
2022-04-25 21:16:49 +03:00
}
}