dorfylegends/model.json
Robert Janetzko d53212326d codegen
2022-04-13 05:28:07 +00:00

2633 lines
53 KiB
JSON

{
"artifact": {
"name": "Artifact",
"id": true,
"named": true,
"fields": {
"abs_tile_x": {
"name": "AbsTileX",
"type": "int"
},
"abs_tile_y": {
"name": "AbsTileY",
"type": "int"
},
"abs_tile_z": {
"name": "AbsTileZ",
"type": "int"
},
"holder_hfid": {
"name": "HolderHfid",
"type": "int"
},
"id": {
"name": "Id",
"type": "int"
},
"item": {
"name": "Item",
"type": "object"
},
"name": {
"name": "Name",
"type": "string"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"structure_local_id": {
"name": "StructureLocalId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"dance_form": {
"name": "DanceForm",
"id": true,
"fields": {
"description": {
"name": "Description",
"type": "string"
},
"id": {
"name": "Id",
"type": "int"
}
}
},
"df_world": {
"name": "DfWorld",
"fields": {
"artifacts": {
"name": "Artifacts",
"type": "array",
"elements": "artifact"
},
"dance_forms": {
"name": "DanceForms",
"type": "array",
"elements": "dance_form"
},
"entities": {
"name": "Entities",
"type": "array",
"elements": "entity"
},
"entity_populations": {
"name": "EntityPopulations",
"type": "array",
"elements": "entity_population"
},
"historical_eras": {
"name": "HistoricalEras",
"type": "array",
"elements": "historical_era"
},
"historical_event_collections": {
"name": "HistoricalEventCollections",
"type": "array",
"elements": "historical_event_collection"
},
"historical_events": {
"name": "HistoricalEvents",
"type": "array",
"elements": "historical_event"
},
"historical_figures": {
"name": "HistoricalFigures",
"type": "array",
"elements": "historical_figure"
},
"musical_forms": {
"name": "MusicalForms",
"type": "array",
"elements": "musical_form"
},
"poetic_forms": {
"name": "PoeticForms",
"type": "array",
"elements": "poetic_form"
},
"regions": {
"name": "Regions",
"type": "array",
"elements": "region"
},
"sites": {
"name": "Sites",
"type": "array",
"elements": "site"
},
"underground_regions": {
"name": "UndergroundRegions",
"type": "array",
"elements": "underground_region"
},
"world_constructions": {
"name": "WorldConstructions",
"type": "string"
},
"written_contents": {
"name": "WrittenContents",
"type": "array",
"elements": "written_content"
}
}
},
"entity": {
"name": "Entity",
"id": true,
"named": true,
"fields": {
"id": {
"name": "Id",
"type": "int"
},
"name": {
"name": "Name",
"type": "string"
}
}
},
"entity_former_position_link": {
"name": "EntityFormerPositionLink",
"fields": {
"end_year": {
"name": "EndYear",
"type": "int"
},
"entity_id": {
"name": "EntityId",
"type": "int"
},
"position_profile_id": {
"name": "PositionProfileId",
"type": "int"
},
"start_year": {
"name": "StartYear",
"type": "int"
}
}
},
"entity_link": {
"name": "EntityLink",
"fields": {
"entity_id": {
"name": "EntityId",
"type": "int"
},
"link_strength": {
"name": "LinkStrength",
"type": "int"
},
"link_type": {
"name": "LinkType",
"type": "string"
}
}
},
"entity_position_link": {
"name": "EntityPositionLink",
"fields": {
"entity_id": {
"name": "EntityId",
"type": "int"
},
"position_profile_id": {
"name": "PositionProfileId",
"type": "int"
},
"start_year": {
"name": "StartYear",
"type": "int"
}
}
},
"entity_squad_link": {
"name": "EntitySquadLink",
"fields": {
"entity_id": {
"name": "EntityId",
"type": "int"
},
"squad_id": {
"name": "SquadId",
"type": "int"
},
"squad_position": {
"name": "SquadPosition",
"type": "int"
},
"start_year": {
"name": "StartYear",
"type": "int"
}
}
},
"hf_link": {
"name": "HfLink",
"fields": {
"hfid": {
"name": "Hfid",
"type": "int"
},
"link_strength": {
"name": "LinkStrength",
"type": "int"
},
"link_type": {
"name": "LinkType",
"type": "string"
}
}
},
"hf_skill": {
"name": "HfSkill",
"fields": {
"skill": {
"name": "Skill",
"type": "string"
},
"total_ip": {
"name": "TotalIp",
"type": "int"
}
}
},
"historical_era": {
"name": "HistoricalEra",
"named": true,
"fields": {
"name": {
"name": "Name",
"type": "string"
},
"start_year": {
"name": "StartYear",
"type": "int"
}
}
},
"historical_event": {
"name": "HistoricalEvent",
"id": true,
"typed": true,
"fields": {
"id": {
"name": "Id",
"type": "int"
},
"seconds72": {
"name": "Seconds72",
"type": "int"
},
"type": {
"name": "Type",
"type": "string"
},
"year": {
"name": "Year",
"type": "int"
}
}
},
"historical_eventAddHfEntityLink": {
"name": "HistoricalEventAddHfEntityLink",
"fields": {
"civ_id": {
"name": "CivId",
"type": "int"
},
"hfid": {
"name": "Hfid",
"type": "int"
},
"link": {
"name": "Link",
"type": "string"
},
"position_id": {
"name": "PositionId",
"type": "int"
}
}
},
"historical_eventAddHfHfLink": {
"name": "HistoricalEventAddHfHfLink",
"fields": {
"hfid": {
"name": "Hfid",
"type": "int"
},
"hfid_target": {
"name": "HfidTarget",
"type": "int"
}
}
},
"historical_eventArtifactClaimFormed": {
"name": "HistoricalEventArtifactClaimFormed",
"fields": {
"artifact_id": {
"name": "ArtifactId",
"type": "int"
},
"circumstance": {
"name": "Circumstance",
"type": "string"
},
"claim": {
"name": "Claim",
"type": "string"
},
"entity_id": {
"name": "EntityId",
"type": "int"
},
"hist_figure_id": {
"name": "HistFigureId",
"type": "int"
},
"position_profile_id": {
"name": "PositionProfileId",
"type": "int"
}
}
},
"historical_eventArtifactCreated": {
"name": "HistoricalEventArtifactCreated",
"fields": {
"artifact_id": {
"name": "ArtifactId",
"type": "int"
},
"hist_figure_id": {
"name": "HistFigureId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"unit_id": {
"name": "UnitId",
"type": "int"
}
}
},
"historical_eventArtifactLost": {
"name": "HistoricalEventArtifactLost",
"fields": {
"artifact_id": {
"name": "ArtifactId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_eventArtifactStored": {
"name": "HistoricalEventArtifactStored",
"fields": {
"artifact_id": {
"name": "ArtifactId",
"type": "int"
},
"hist_figure_id": {
"name": "HistFigureId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"unit_id": {
"name": "UnitId",
"type": "int"
}
}
},
"historical_eventAssumeIdentity": {
"name": "HistoricalEventAssumeIdentity",
"fields": {
"identity_id": {
"name": "IdentityId",
"type": "int"
},
"target_enid": {
"name": "TargetEnid",
"type": "int"
},
"trickster_hfid": {
"name": "TricksterHfid",
"type": "int"
}
}
},
"historical_eventAttackedSite": {
"name": "HistoricalEventAttackedSite",
"fields": {
"attacker_civ_id": {
"name": "AttackerCivId",
"type": "int"
},
"attacker_general_hfid": {
"name": "AttackerGeneralHfid",
"type": "int"
},
"defender_civ_id": {
"name": "DefenderCivId",
"type": "int"
},
"defender_general_hfid": {
"name": "DefenderGeneralHfid",
"type": "int"
},
"site_civ_id": {
"name": "SiteCivId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
}
}
},
"historical_eventBodyAbused": {
"name": "HistoricalEventBodyAbused",
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_eventCeremony": {
"name": "HistoricalEventCeremony",
"fields": {
"civ_id": {
"name": "CivId",
"type": "int"
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"occasion_id": {
"name": "OccasionId",
"type": "int"
},
"schedule_id": {
"name": "ScheduleId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_eventChangeHfJob": {
"name": "HistoricalEventChangeHfJob",
"fields": {
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"hfid": {
"name": "Hfid",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_eventChangeHfState": {
"name": "HistoricalEventChangeHfState",
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"hfid": {
"name": "Hfid",
"type": "int"
},
"mood": {
"name": "Mood",
"type": "string"
},
"reason": {
"name": "Reason",
"type": "string"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"state": {
"name": "State",
"type": "string"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_eventChangedCreatureType": {
"name": "HistoricalEventChangedCreatureType",
"fields": {
"changee_hfid": {
"name": "ChangeeHfid",
"type": "int"
},
"changer_hfid": {
"name": "ChangerHfid",
"type": "int"
},
"new_caste": {
"name": "NewCaste",
"type": "string"
},
"new_race": {
"name": "NewRace",
"type": "string"
},
"old_caste": {
"name": "OldCaste",
"type": "string"
},
"old_race": {
"name": "OldRace",
"type": "string"
}
}
},
"historical_eventCompetition": {
"name": "HistoricalEventCompetition",
"fields": {
"civ_id": {
"name": "CivId",
"type": "int"
},
"competitor_hfid": {
"name": "CompetitorHfid",
"type": "int",
"multiple": true
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"occasion_id": {
"name": "OccasionId",
"type": "int"
},
"schedule_id": {
"name": "ScheduleId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
},
"winner_hfid": {
"name": "WinnerHfid",
"type": "int"
}
}
},
"historical_eventCreatedSite": {
"name": "HistoricalEventCreatedSite",
"fields": {
"builder_hfid": {
"name": "BuilderHfid",
"type": "int"
},
"civ_id": {
"name": "CivId",
"type": "int"
},
"site_civ_id": {
"name": "SiteCivId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
}
}
},
"historical_eventCreatedStructure": {
"name": "HistoricalEventCreatedStructure",
"fields": {
"builder_hfid": {
"name": "BuilderHfid",
"type": "int"
},
"civ_id": {
"name": "CivId",
"type": "int"
},
"site_civ_id": {
"name": "SiteCivId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"structure_id": {
"name": "StructureId",
"type": "int"
}
}
},
"historical_eventCreatedWorldConstruction": {
"name": "HistoricalEventCreatedWorldConstruction",
"fields": {
"civ_id": {
"name": "CivId",
"type": "int"
},
"master_wcid": {
"name": "MasterWcid",
"type": "int"
},
"site_civ_id": {
"name": "SiteCivId",
"type": "int"
},
"site_id1": {
"name": "SiteId1",
"type": "int"
},
"site_id2": {
"name": "SiteId2",
"type": "int"
},
"wcid": {
"name": "Wcid",
"type": "int"
}
}
},
"historical_eventCreatureDevoured": {
"name": "HistoricalEventCreatureDevoured",
"fields": {
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_eventEntityAllianceFormed": {
"name": "HistoricalEventEntityAllianceFormed",
"fields": {
"initiating_enid": {
"name": "InitiatingEnid",
"type": "int"
},
"joining_enid": {
"name": "JoiningEnid",
"type": "int"
}
}
},
"historical_eventEntityBreachFeatureLayer": {
"name": "HistoricalEventEntityBreachFeatureLayer",
"fields": {
"civ_entity_id": {
"name": "CivEntityId",
"type": "int"
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"site_entity_id": {
"name": "SiteEntityId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
}
}
},
"historical_eventEntityCreated": {
"name": "HistoricalEventEntityCreated",
"fields": {
"entity_id": {
"name": "EntityId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"structure_id": {
"name": "StructureId",
"type": "int"
}
}
},
"historical_eventFailedFrameAttempt": {
"name": "HistoricalEventFailedFrameAttempt",
"fields": {
"convicter_enid": {
"name": "ConvicterEnid",
"type": "int"
},
"crime": {
"name": "Crime",
"type": "string"
},
"fooled_hfid": {
"name": "FooledHfid",
"type": "int"
},
"framer_hfid": {
"name": "FramerHfid",
"type": "int"
},
"target_hfid": {
"name": "TargetHfid",
"type": "int"
}
}
},
"historical_eventFieldBattle": {
"name": "HistoricalEventFieldBattle",
"fields": {
"attacker_civ_id": {
"name": "AttackerCivId",
"type": "int"
},
"attacker_general_hfid": {
"name": "AttackerGeneralHfid",
"type": "int"
},
"coords": {
"name": "Coords",
"type": "string"
},
"defender_civ_id": {
"name": "DefenderCivId",
"type": "int"
},
"defender_general_hfid": {
"name": "DefenderGeneralHfid",
"type": "int"
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_eventGamble": {
"name": "HistoricalEventGamble",
"fields": {
"gambler_hfid": {
"name": "GamblerHfid",
"type": "int"
},
"new_account": {
"name": "NewAccount",
"type": "int"
},
"old_account": {
"name": "OldAccount",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"structure_id": {
"name": "StructureId",
"type": "int"
}
}
},
"historical_eventHfAbducted": {
"name": "HistoricalEventHfAbducted",
"fields": {
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"snatcher_hfid": {
"name": "SnatcherHfid",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
},
"target_hfid": {
"name": "TargetHfid",
"type": "int"
}
}
},
"historical_eventHfAttackedSite": {
"name": "HistoricalEventHfAttackedSite",
"fields": {
"attacker_hfid": {
"name": "AttackerHfid",
"type": "int"
},
"defender_civ_id": {
"name": "DefenderCivId",
"type": "int"
},
"site_civ_id": {
"name": "SiteCivId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
}
}
},
"historical_eventHfConvicted": {
"name": "HistoricalEventHfConvicted",
"fields": {
"convicted_hfid": {
"name": "ConvictedHfid",
"type": "int"
},
"convicter_enid": {
"name": "ConvicterEnid",
"type": "int"
},
"crime": {
"name": "Crime",
"type": "string"
},
"prison_months": {
"name": "PrisonMonths",
"type": "int"
}
}
},
"historical_eventHfDestroyedSite": {
"name": "HistoricalEventHfDestroyedSite",
"fields": {
"attacker_hfid": {
"name": "AttackerHfid",
"type": "int"
},
"defender_civ_id": {
"name": "DefenderCivId",
"type": "int"
},
"site_civ_id": {
"name": "SiteCivId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
}
}
},
"historical_eventHfDied": {
"name": "HistoricalEventHfDied",
"fields": {
"cause": {
"name": "Cause",
"type": "string"
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"hfid": {
"name": "Hfid",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"slayer_caste": {
"name": "SlayerCaste",
"type": "string"
},
"slayer_hfid": {
"name": "SlayerHfid",
"type": "int"
},
"slayer_item_id": {
"name": "SlayerItemId",
"type": "int"
},
"slayer_race": {
"name": "SlayerRace",
"type": "string"
},
"slayer_shooter_item_id": {
"name": "SlayerShooterItemId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_eventHfGainsSecretGoal": {
"name": "HistoricalEventHfGainsSecretGoal",
"fields": {
"hfid": {
"name": "Hfid",
"type": "int"
},
"secret_goal": {
"name": "SecretGoal",
"type": "string"
}
}
},
"historical_eventHfNewPet": {
"name": "HistoricalEventHfNewPet",
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"group_hfid": {
"name": "GroupHfid",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_eventHfRelationshipDenied": {
"name": "HistoricalEventHfRelationshipDenied",
"fields": {
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"reason": {
"name": "Reason",
"type": "string"
},
"reason_id": {
"name": "ReasonId",
"type": "int"
},
"relationship": {
"name": "Relationship",
"type": "string"
},
"seeker_hfid": {
"name": "SeekerHfid",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
},
"target_hfid": {
"name": "TargetHfid",
"type": "int"
}
}
},
"historical_eventHfSimpleBattleEvent": {
"name": "HistoricalEventHfSimpleBattleEvent",
"fields": {
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"group_1_hfid": {
"name": "Group1Hfid",
"type": "int"
},
"group_2_hfid": {
"name": "Group2Hfid",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
},
"subtype": {
"name": "Subtype",
"type": "string"
}
}
},
"historical_eventHfTravel": {
"name": "HistoricalEventHfTravel",
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"group_hfid": {
"name": "GroupHfid",
"type": "int"
},
"return": {
"name": "Return",
"type": "string"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_eventHfWounded": {
"name": "HistoricalEventHfWounded",
"fields": {
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
},
"woundee_hfid": {
"name": "WoundeeHfid",
"type": "int"
},
"wounder_hfid": {
"name": "WounderHfid",
"type": "int"
}
}
},
"historical_eventHfsFormedReputationRelationship": {
"name": "HistoricalEventHfsFormedReputationRelationship",
"fields": {
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"hf_rep_1_of_2": {
"name": "HfRep1Of2",
"type": "string"
},
"hf_rep_2_of_1": {
"name": "HfRep2Of1",
"type": "string"
},
"hfid1": {
"name": "Hfid1",
"type": "int"
},
"hfid2": {
"name": "Hfid2",
"type": "int"
},
"identity_id1": {
"name": "IdentityId1",
"type": "int"
},
"identity_id2": {
"name": "IdentityId2",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_eventItemStolen": {
"name": "HistoricalEventItemStolen",
"fields": {
"circumstance": {
"name": "Circumstance",
"type": "string"
},
"circumstance_id": {
"name": "CircumstanceId",
"type": "int"
}
}
},
"historical_eventKnowledgeDiscovered": {
"name": "HistoricalEventKnowledgeDiscovered",
"fields": {
"first": {
"name": "First",
"type": "string"
},
"hfid": {
"name": "Hfid",
"type": "int"
},
"knowledge": {
"name": "Knowledge",
"type": "string"
}
}
},
"historical_eventMasterpieceItem": {
"name": "HistoricalEventMasterpieceItem",
"fields": {
"entity_id": {
"name": "EntityId",
"type": "int"
},
"hfid": {
"name": "Hfid",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"skill_at_time": {
"name": "SkillAtTime",
"type": "int"
}
}
},
"historical_eventMerchant": {
"name": "HistoricalEventMerchant",
"fields": {
"depot_entity_id": {
"name": "DepotEntityId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"trader_entity_id": {
"name": "TraderEntityId",
"type": "int"
}
}
},
"historical_eventPerformance": {
"name": "HistoricalEventPerformance",
"fields": {
"civ_id": {
"name": "CivId",
"type": "int"
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"occasion_id": {
"name": "OccasionId",
"type": "int"
},
"schedule_id": {
"name": "ScheduleId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_eventPlunderedSite": {
"name": "HistoricalEventPlunderedSite",
"fields": {
"attacker_civ_id": {
"name": "AttackerCivId",
"type": "int"
},
"defender_civ_id": {
"name": "DefenderCivId",
"type": "int"
},
"detected": {
"name": "Detected",
"type": "string"
},
"site_civ_id": {
"name": "SiteCivId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
}
}
},
"historical_eventProcession": {
"name": "HistoricalEventProcession",
"fields": {
"civ_id": {
"name": "CivId",
"type": "int"
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"occasion_id": {
"name": "OccasionId",
"type": "int"
},
"schedule_id": {
"name": "ScheduleId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_eventRazedStructure": {
"name": "HistoricalEventRazedStructure",
"fields": {
"civ_id": {
"name": "CivId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"structure_id": {
"name": "StructureId",
"type": "int"
}
}
},
"historical_eventReclaimSite": {
"name": "HistoricalEventReclaimSite",
"fields": {
"civ_id": {
"name": "CivId",
"type": "int"
},
"site_civ_id": {
"name": "SiteCivId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
}
}
},
"historical_eventRemoveHfEntityLink": {
"name": "HistoricalEventRemoveHfEntityLink",
"fields": {
"civ_id": {
"name": "CivId",
"type": "int"
},
"hfid": {
"name": "Hfid",
"type": "int"
},
"link": {
"name": "Link",
"type": "string"
},
"position_id": {
"name": "PositionId",
"type": "int"
}
}
},
"historical_eventRemoveHfHfLink": {
"name": "HistoricalEventRemoveHfHfLink",
"fields": {
"hfid": {
"name": "Hfid",
"type": "int"
},
"hfid_target": {
"name": "HfidTarget",
"type": "int"
}
}
},
"historical_eventSiteDispute": {
"name": "HistoricalEventSiteDispute",
"fields": {
"dispute": {
"name": "Dispute",
"type": "string"
},
"entity_id_1": {
"name": "EntityId1",
"type": "int"
},
"entity_id_2": {
"name": "EntityId2",
"type": "int"
},
"site_id_1": {
"name": "SiteId1",
"type": "int"
},
"site_id_2": {
"name": "SiteId2",
"type": "int"
}
}
},
"historical_eventSiteTakenOver": {
"name": "HistoricalEventSiteTakenOver",
"fields": {
"attacker_civ_id": {
"name": "AttackerCivId",
"type": "int"
},
"defender_civ_id": {
"name": "DefenderCivId",
"type": "int"
},
"new_site_civ_id": {
"name": "NewSiteCivId",
"type": "int"
},
"site_civ_id": {
"name": "SiteCivId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
}
}
},
"historical_eventSquadVsSquad": {
"name": "HistoricalEventSquadVsSquad",
"fields": {
"a_hfid": {
"name": "AHfid",
"type": "int"
},
"a_squad_id": {
"name": "ASquadId",
"type": "int"
},
"d_effect": {
"name": "DEffect",
"type": "int"
},
"d_interaction": {
"name": "DInteraction",
"type": "int"
},
"d_number": {
"name": "DNumber",
"type": "int"
},
"d_race": {
"name": "DRace",
"type": "int"
},
"d_slain": {
"name": "DSlain",
"type": "int"
},
"d_squad_id": {
"name": "DSquadId",
"type": "int"
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"structure_id": {
"name": "StructureId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_eventTacticalSituation": {
"name": "HistoricalEventTacticalSituation",
"fields": {
"a_tactician_hfid": {
"name": "ATacticianHfid",
"type": "int"
},
"a_tactics_roll": {
"name": "ATacticsRoll",
"type": "int"
},
"d_tactician_hfid": {
"name": "DTacticianHfid",
"type": "int"
},
"d_tactics_roll": {
"name": "DTacticsRoll",
"type": "int"
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"situation": {
"name": "Situation",
"type": "string"
},
"start": {
"name": "Start",
"type": "string"
},
"structure_id": {
"name": "StructureId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_eventWrittenContentComposed": {
"name": "HistoricalEventWrittenContentComposed",
"fields": {
"circumstance": {
"name": "Circumstance",
"type": "string"
},
"circumstance_id": {
"name": "CircumstanceId",
"type": "int"
},
"hist_figure_id": {
"name": "HistFigureId",
"type": "int"
},
"reason": {
"name": "Reason",
"type": "string"
},
"reason_id": {
"name": "ReasonId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"wc_id": {
"name": "WcId",
"type": "int"
}
}
},
"historical_event_collection": {
"name": "HistoricalEventCollection",
"id": true,
"typed": true,
"fields": {
"end_seconds72": {
"name": "EndSeconds72",
"type": "int"
},
"end_year": {
"name": "EndYear",
"type": "int"
},
"event": {
"name": "Event",
"type": "int",
"multiple": true
},
"eventcol": {
"name": "Eventcol",
"type": "int",
"multiple": true
},
"id": {
"name": "Id",
"type": "int"
},
"start_seconds72": {
"name": "StartSeconds72",
"type": "int"
},
"start_year": {
"name": "StartYear",
"type": "int"
},
"type": {
"name": "Type",
"type": "string"
}
}
},
"historical_event_collectionBattle": {
"name": "HistoricalEventCollectionBattle",
"named": true,
"fields": {
"attacking_hfid": {
"name": "AttackingHfid",
"type": "int",
"multiple": true
},
"attacking_squad_deaths": {
"name": "AttackingSquadDeaths",
"type": "int",
"multiple": true
},
"attacking_squad_entity_pop": {
"name": "AttackingSquadEntityPop",
"type": "int",
"multiple": true
},
"attacking_squad_number": {
"name": "AttackingSquadNumber",
"type": "int",
"multiple": true
},
"attacking_squad_race": {
"name": "AttackingSquadRace",
"type": "string",
"multiple": true
},
"attacking_squad_site": {
"name": "AttackingSquadSite",
"type": "int",
"multiple": true
},
"coords": {
"name": "Coords",
"type": "string"
},
"defending_hfid": {
"name": "DefendingHfid",
"type": "int",
"multiple": true
},
"defending_squad_deaths": {
"name": "DefendingSquadDeaths",
"type": "int",
"multiple": true
},
"defending_squad_entity_pop": {
"name": "DefendingSquadEntityPop",
"type": "int",
"multiple": true
},
"defending_squad_number": {
"name": "DefendingSquadNumber",
"type": "int",
"multiple": true
},
"defending_squad_race": {
"name": "DefendingSquadRace",
"type": "string",
"multiple": true
},
"defending_squad_site": {
"name": "DefendingSquadSite",
"type": "int",
"multiple": true
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"individual_merc": {
"name": "IndividualMerc",
"type": "string",
"multiple": true
},
"name": {
"name": "Name",
"type": "string"
},
"noncom_hfid": {
"name": "NoncomHfid",
"type": "int",
"multiple": true
},
"outcome": {
"name": "Outcome",
"type": "string"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
},
"war_eventcol": {
"name": "WarEventcol",
"type": "int"
}
}
},
"historical_event_collectionBeastAttack": {
"name": "HistoricalEventCollectionBeastAttack",
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"defending_enid": {
"name": "DefendingEnid",
"type": "int"
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"ordinal": {
"name": "Ordinal",
"type": "int"
},
"parent_eventcol": {
"name": "ParentEventcol",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_event_collectionDuel": {
"name": "HistoricalEventCollectionDuel",
"fields": {
"attacking_hfid": {
"name": "AttackingHfid",
"type": "int"
},
"coords": {
"name": "Coords",
"type": "string"
},
"defending_hfid": {
"name": "DefendingHfid",
"type": "int"
},
"feature_layer_id": {
"name": "FeatureLayerId",
"type": "int"
},
"ordinal": {
"name": "Ordinal",
"type": "int"
},
"parent_eventcol": {
"name": "ParentEventcol",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"subregion_id": {
"name": "SubregionId",
"type": "int"
}
}
},
"historical_event_collectionOccasion": {
"name": "HistoricalEventCollectionOccasion",
"fields": {
"civ_id": {
"name": "CivId",
"type": "int"
},
"occasion_id": {
"name": "OccasionId",
"type": "int"
},
"ordinal": {
"name": "Ordinal",
"type": "int"
}
}
},
"historical_event_collectionSiteConquered": {
"name": "HistoricalEventCollectionSiteConquered",
"fields": {
"attacking_enid": {
"name": "AttackingEnid",
"type": "int"
},
"defending_enid": {
"name": "DefendingEnid",
"type": "int"
},
"ordinal": {
"name": "Ordinal",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"war_eventcol": {
"name": "WarEventcol",
"type": "int"
}
}
},
"historical_event_collectionWar": {
"name": "HistoricalEventCollectionWar",
"named": true,
"fields": {
"aggressor_ent_id": {
"name": "AggressorEntId",
"type": "int"
},
"defender_ent_id": {
"name": "DefenderEntId",
"type": "int"
},
"name": {
"name": "Name",
"type": "string"
}
}
},
"historical_figure": {
"name": "HistoricalFigure",
"id": true,
"named": true,
"fields": {
"appeared": {
"name": "Appeared",
"type": "int"
},
"associated_type": {
"name": "AssociatedType",
"type": "string"
},
"birth_seconds72": {
"name": "BirthSeconds72",
"type": "int"
},
"birth_year": {
"name": "BirthYear",
"type": "int"
},
"caste": {
"name": "Caste",
"type": "string"
},
"current_identity_id": {
"name": "CurrentIdentityId",
"type": "int"
},
"death_seconds72": {
"name": "DeathSeconds72",
"type": "int"
},
"death_year": {
"name": "DeathYear",
"type": "int"
},
"deity": {
"name": "Deity",
"type": "string"
},
"ent_pop_id": {
"name": "EntPopId",
"type": "int"
},
"entity_former_position_link": {
"name": "EntityFormerPositionLink",
"type": "object",
"multiple": true
},
"entity_link": {
"name": "EntityLink",
"type": "object",
"multiple": true
},
"entity_position_link": {
"name": "EntityPositionLink",
"type": "object",
"multiple": true
},
"entity_reputation": {
"name": "EntityReputation",
"type": "array",
"elements": "entity_id"
},
"entity_squad_link": {
"name": "EntitySquadLink",
"type": "object"
},
"force": {
"name": "Force",
"type": "string"
},
"goal": {
"name": "Goal",
"type": "string",
"multiple": true
},
"hf_link": {
"name": "HfLink",
"type": "object",
"multiple": true
},
"hf_skill": {
"name": "HfSkill",
"type": "object",
"multiple": true
},
"holds_artifact": {
"name": "HoldsArtifact",
"type": "int"
},
"id": {
"name": "Id",
"type": "int"
},
"interaction_knowledge": {
"name": "InteractionKnowledge",
"type": "string",
"multiple": true
},
"intrigue_actor": {
"name": "IntrigueActor",
"type": "object"
},
"intrigue_plot": {
"name": "IntriguePlot",
"type": "object",
"multiple": true
},
"journey_pet": {
"name": "JourneyPet",
"type": "string",
"multiple": true
},
"name": {
"name": "Name",
"type": "string"
},
"race": {
"name": "Race",
"type": "string"
},
"relationship_profile_hf_historical": {
"name": "RelationshipProfileHfHistorical",
"type": "object"
},
"relationship_profile_hf_visual": {
"name": "RelationshipProfileHfVisual",
"type": "object",
"multiple": true
},
"site_link": {
"name": "SiteLink",
"type": "object"
},
"sphere": {
"name": "Sphere",
"type": "string",
"multiple": true
},
"used_identity_id": {
"name": "UsedIdentityId",
"type": "int"
},
"vague_relationship": {
"name": "VagueRelationship",
"type": "object",
"multiple": true
}
}
},
"intrigue_actor": {
"name": "IntrigueActor",
"fields": {
"hfid": {
"name": "Hfid",
"type": "int"
},
"local_id": {
"name": "LocalId",
"type": "int"
},
"role": {
"name": "Role",
"type": "string"
},
"strategy": {
"name": "Strategy",
"type": "string"
}
}
},
"intrigue_plot": {
"name": "IntriguePlot",
"typed": true,
"fields": {
"actor_id": {
"name": "ActorId",
"type": "int"
},
"artifact_id": {
"name": "ArtifactId",
"type": "int"
},
"entity_id": {
"name": "EntityId",
"type": "int"
},
"local_id": {
"name": "LocalId",
"type": "int"
},
"on_hold": {
"name": "OnHold",
"type": "string"
},
"type": {
"name": "Type",
"type": "string"
}
}
},
"item": {
"name": "Item",
"fields": {
"name_string": {
"name": "NameString",
"type": "string"
},
"page_number": {
"name": "PageNumber",
"type": "int"
},
"page_written_content_id": {
"name": "PageWrittenContentId",
"type": "int"
},
"writing_written_content_id": {
"name": "WritingWrittenContentId",
"type": "int"
}
}
},
"musical_form": {
"name": "MusicalForm",
"id": true,
"fields": {
"description": {
"name": "Description",
"type": "string"
},
"id": {
"name": "Id",
"type": "int"
}
}
},
"poetic_form": {
"name": "PoeticForm",
"id": true,
"fields": {
"description": {
"name": "Description",
"type": "string"
},
"id": {
"name": "Id",
"type": "int"
}
}
},
"region": {
"name": "Region",
"id": true,
"named": true,
"typed": true,
"fields": {
"id": {
"name": "Id",
"type": "int"
},
"name": {
"name": "Name",
"type": "string"
},
"type": {
"name": "Type",
"type": "string"
}
}
},
"relationship_profile_hf_historical": {
"name": "RelationshipProfileHfHistorical",
"fields": {
"fear": {
"name": "Fear",
"type": "int"
},
"hf_id": {
"name": "HfId",
"type": "int"
},
"love": {
"name": "Love",
"type": "int"
},
"loyalty": {
"name": "Loyalty",
"type": "int"
},
"respect": {
"name": "Respect",
"type": "int"
},
"trust": {
"name": "Trust",
"type": "int"
}
}
},
"relationship_profile_hf_visual": {
"name": "RelationshipProfileHfVisual",
"fields": {
"fear": {
"name": "Fear",
"type": "int"
},
"hf_id": {
"name": "HfId",
"type": "int"
},
"known_identity_id": {
"name": "KnownIdentityId",
"type": "int"
},
"last_meet_seconds72": {
"name": "LastMeetSeconds72",
"type": "int"
},
"last_meet_year": {
"name": "LastMeetYear",
"type": "int"
},
"love": {
"name": "Love",
"type": "int"
},
"loyalty": {
"name": "Loyalty",
"type": "int"
},
"meet_count": {
"name": "MeetCount",
"type": "int"
},
"rep_friendly": {
"name": "RepFriendly",
"type": "int"
},
"rep_information_source": {
"name": "RepInformationSource",
"type": "int"
},
"respect": {
"name": "Respect",
"type": "int"
},
"trust": {
"name": "Trust",
"type": "int"
}
}
},
"site": {
"name": "Site",
"id": true,
"typed": true,
"fields": {
"id": {
"name": "Id",
"type": "int"
},
"type": {
"name": "Type",
"type": "string"
}
}
},
"siteCamp": {
"name": "SiteCamp",
"named": true,
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"name": {
"name": "Name",
"type": "string"
},
"rectangle": {
"name": "Rectangle",
"type": "string"
}
}
},
"siteCave": {
"name": "SiteCave",
"named": true,
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"name": {
"name": "Name",
"type": "string"
},
"rectangle": {
"name": "Rectangle",
"type": "string"
},
"structures": {
"name": "Structures",
"type": "array",
"elements": "structure"
}
}
},
"siteDarkFortress": {
"name": "SiteDarkFortress",
"named": true,
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"name": {
"name": "Name",
"type": "string"
},
"rectangle": {
"name": "Rectangle",
"type": "string"
},
"structures": {
"name": "Structures",
"type": "array",
"elements": "structure"
}
}
},
"siteDarkPits": {
"name": "SiteDarkPits",
"named": true,
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"name": {
"name": "Name",
"type": "string"
},
"rectangle": {
"name": "Rectangle",
"type": "string"
}
}
},
"siteForestRetreat": {
"name": "SiteForestRetreat",
"named": true,
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"name": {
"name": "Name",
"type": "string"
},
"rectangle": {
"name": "Rectangle",
"type": "string"
},
"structures": {
"name": "Structures",
"type": "array",
"elements": "structure"
}
}
},
"siteFortress": {
"name": "SiteFortress",
"named": true,
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"name": {
"name": "Name",
"type": "string"
},
"rectangle": {
"name": "Rectangle",
"type": "string"
},
"structures": {
"name": "Structures",
"type": "array",
"elements": "structure"
}
}
},
"siteHamlet": {
"name": "SiteHamlet",
"named": true,
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"name": {
"name": "Name",
"type": "string"
},
"rectangle": {
"name": "Rectangle",
"type": "string"
},
"structures": {
"name": "Structures",
"type": "array",
"elements": "structure"
}
}
},
"siteHillocks": {
"name": "SiteHillocks",
"named": true,
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"name": {
"name": "Name",
"type": "string"
},
"rectangle": {
"name": "Rectangle",
"type": "string"
}
}
},
"siteLabyrinth": {
"name": "SiteLabyrinth",
"named": true,
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"name": {
"name": "Name",
"type": "string"
},
"rectangle": {
"name": "Rectangle",
"type": "string"
}
}
},
"siteLair": {
"name": "SiteLair",
"named": true,
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"name": {
"name": "Name",
"type": "string"
},
"rectangle": {
"name": "Rectangle",
"type": "string"
}
}
},
"siteShrine": {
"name": "SiteShrine",
"named": true,
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"name": {
"name": "Name",
"type": "string"
},
"rectangle": {
"name": "Rectangle",
"type": "string"
}
}
},
"siteTown": {
"name": "SiteTown",
"named": true,
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"name": {
"name": "Name",
"type": "string"
},
"rectangle": {
"name": "Rectangle",
"type": "string"
},
"structures": {
"name": "Structures",
"type": "array",
"elements": "structure"
}
}
},
"siteVault": {
"name": "SiteVault",
"named": true,
"fields": {
"coords": {
"name": "Coords",
"type": "string"
},
"name": {
"name": "Name",
"type": "string"
},
"rectangle": {
"name": "Rectangle",
"type": "string"
}
}
},
"site_link": {
"name": "SiteLink",
"fields": {
"entity_id": {
"name": "EntityId",
"type": "int"
},
"link_type": {
"name": "LinkType",
"type": "string"
},
"occupation_id": {
"name": "OccupationId",
"type": "int"
},
"site_id": {
"name": "SiteId",
"type": "int"
},
"sub_id": {
"name": "SubId",
"type": "int"
}
}
},
"structure": {
"name": "Structure",
"typed": true,
"fields": {
"local_id": {
"name": "LocalId",
"type": "int"
},
"type": {
"name": "Type",
"type": "string"
}
}
},
"structureTemple": {
"name": "StructureTemple",
"named": true,
"fields": {
"entity_id": {
"name": "EntityId",
"type": "int"
},
"name": {
"name": "Name",
"type": "string"
}
}
},
"underground_region": {
"name": "UndergroundRegion",
"id": true,
"typed": true,
"fields": {
"id": {
"name": "Id",
"type": "int"
},
"type": {
"name": "Type",
"type": "string"
}
}
},
"vague_relationship": {
"name": "VagueRelationship",
"fields": {
"childhood_friend": {
"name": "ChildhoodFriend",
"type": "string"
},
"hfid": {
"name": "Hfid",
"type": "int"
},
"jealous_obsession": {
"name": "JealousObsession",
"type": "string"
},
"war_buddy": {
"name": "WarBuddy",
"type": "string"
}
}
},
"written_content": {
"name": "WrittenContent",
"id": true,
"fields": {
"author_hfid": {
"name": "AuthorHfid",
"type": "int"
},
"author_roll": {
"name": "AuthorRoll",
"type": "int"
},
"form": {
"name": "Form",
"type": "string"
},
"form_id": {
"name": "FormId",
"type": "int"
},
"id": {
"name": "Id",
"type": "int"
},
"style": {
"name": "Style",
"type": "string",
"multiple": true
},
"title": {
"name": "Title",
"type": "string"
}
}
}
}