From Civilization Modding Wiki
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
civ5specialists.xml
- The civ5specialists.xml file contains definitions for the Specialists.
- The reference field in the tables below indicates the table and column the entry is linked to.
- This information is taken from the civ5specialists.xml file itself.
Specialists
Specialists Table
| Name
|
Type
|
Reference
|
Default
|
Notes
|
| ID |
integer |
|
|
Primary Key,Autoincrement
|
| Type |
text |
|
|
Not Null,Unique
|
| Description |
text |
|
|
|
| Help |
text |
|
|
|
| Civilopedia |
text |
|
|
|
| Strategy |
text |
|
|
|
| GreatPeopleTitle |
text |
|
|
|
| PortraitIndex |
integer |
|
-1 |
|
| IconAtlas |
text |
IconTextureAtlases(Atlas) |
NULL |
|
| Visible |
boolean |
|
false |
|
| Cost |
integer |
|
0 |
|
| Experience |
integer |
|
0 |
|
| GreatPeopleRateChange |
integer |
|
0 |
|
| CulturePerTurn |
integer |
|
0 |
|
| GreatPeopleUnitClass |
text |
|
NULL |
|
SpecialistFlavors
- CIV5Flavors contains the definitions of the Flavors referenced in this table.
SpecialistFlavors Table
| Name
|
Type
|
Reference
|
| SpecialistType |
text |
Specialists(Type)
|
| FlavorType |
text |
Flavors(Type)
|
| Flavor |
integer |
|
SpecialistYields
- CIV5Yields contains the definitions of the Yields referenced in this table.
SpecialistYields Table
| Name
|
Type
|
Reference
|
| SpecialistType |
text |
Specialists(Type)
|
| YieldType |
text |
Yields(Type)
|
| Yield |
integer |
|