B1CityInfoTableRow
- Table row defining per-city information that may be split into DLC packages,
* including the default education data table ID and the cemetery site ID.
* City information that will be split into DLC packages. If the base game also needs this information, apply it in Map.json instead.
| Property | Type | Description | Metadata |
|---|---|---|---|
| EducationDtId | FName | Education data table ID used as the default educational institution for this city. | Category: B1CityInfoTableRow Foreign: Education.Id |
| CemeterySiteId | FName | Site ID of the cemetery location within this city. | Category: B1CityInfoTableRow Foreign: Site.Id |
| Id | FName | Unique Id | Category: B1TableRowBase |
| Comment | FString | Dev Comment | Category: B1TableRowBase |