CIV5Concepts: Difference between revisions
From Civilization Modding Wiki
Jump to navigationJump to search
Chronovore (talk | contribs) (Added table data structures.) |
m (Protected "CIV5Concepts": Excessive spamming ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))) |
(No difference)
|
Revision as of 23:28, 28 September 2010
CIV5Concepts.xml
- The CIV5Concepts.xml file contains definitions for the technologies.
- The reference field in the tables below indicates the table and column the entry is linked to.
- This information is taken from the CIV5Concepts.xml file itself.
Concepts
Name | Type | Notes |
---|---|---|
ID | integer | Primary Key,Autoincrement |
Type | text | Not Null,Unique |
Topic | text | Not Null |
Description | text | Not Null |
Summary | text | Not Null |
AdvisorQuestion | text | |
Advisor | text | Not Null |
CivilopediaPage | integer | |
CivilopediaPageText | text | |
CivilopediaHeaderType | text |
Concepts_RelatedConcept
Name | Type | Reference |
---|---|---|
ConceptType | text | Concepts(Type) |
RelatedConcept | text | Concepts(Type) |