This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Cultures
Lukas Obermann edited this page Mar 1, 2019
·
10 revisions
CULTURES
-
Type:
number
-
Description: An increasing integer. The respective string ID will have the
C_
prefix.
-
Type:
string
- Description: The name of the culture.
-
Type:
string
- Description: The full description of possible area knowledges.
-
Type:
string
- Description: The type of area knowledge.
-
Type:
Array<languageSid: number, &>
- Description: A list of native languages (usually it is only one).
-
Type:
Array<scriptSid: number, &>
- Description: A list of native literacy (usually it is only one). If the culture does not use any script, leave this field empty.
-
Type:
Array<socialStatusSid: number, &>
- Description: A list of possible social status in the respective culture.
-
Type:
boolean
-
Description: If all mundane professions are common for this culture or not. Exceptions can be specified in
commonMundaneProfessionsExceptions
.
-
Type:
Array<id: string | number, ,>?
-
Description: If
commonMundaneProfessionsAll
is"TRUE"
, listed professions (string id) or profession groups are excluded from common professions list. IfcommonMundaneProfessionsAll
is"FALSE"
(or empty), listed professions (string id) or profession groups are the only common mundane professions.
-
Type:
string?
- Description: The text describing common mundane professions.
-
Type:
boolean
-
Description: If all mundane professions are common for this culture or not. Exceptions can be specified in
commonMagicalProfessionsExceptions
.
-
Type:
Array<professionId: number, ,>?
-
Description: If
commonMagicalProfessionsAll
is"TRUE"
, listed professions (string id) or profession groups are excluded from common professions list. IfcommonMagicalProfessionsAll
is"FALSE"
(or empty), listed professions (string id) or profession groups are the only common magical professions.
-
Type:
string?
- Description: The text describing common magical professions.
-
Type:
boolean
-
Description: If all mundane professions are common for this culture or not. Exceptions can be specified in
commonBlessedProfessionsExceptions
.
-
Type:
Array<professionId: number, ,>?
-
Description: If
commonBlessedProfessionsAll
is"TRUE"
, listed professions (string id) or profession groups are excluded from common professions list. IfcommonBlessedProfessionsAll
is"FALSE"
(or empty), listed professions (string id) or profession groups are the only common mundane professions.
-
Type:
string?
- Description: The text describing common blessed professions.
-
Type:
Array<numericAdvantageId: number, &>?
- Description: A list of common advantages.
-
Type:
string?
- Description: A text describing common advantages.
-
Type:
Array<numericDisadvantageId: number, &>?
- Description: A list of common disadvantages.
-
Type:
string?
- Description: A text describing common disadvantages.
-
Type:
Array<numericAdvantageId: number, &>?
- Description: A list of uncommon advantages.
-
Type:
string?
- Description: A text describing uncommon advantages.
-
Type:
Array<numericDisadvantageId: number, &>?
- Description: A list of uncommon disadvantages.
-
Type:
string?
- Description: A text describing uncommon disadvantages.
-
Type:
Array<numericSkillId: number, &>
- Description: A list of common skills.
-
Type:
Array<numericSkillId: number, &>?
- Description: A list of uncommon skills.
-
Type:
markdown
- Description: A text describing common names.
-
Type:
number
- Description: The AP value you have to pay for the cultural package.
-
Type:
Array<skill: [numericId: number, skillRating: number]<?>, &>
- Description: The skill points you get for buying the culture package.
-
Type:
Array<occurrence: [bookId: string, firstPage: number, lastPage?: number]<,>, &>
-
Description: The source books where you can find the entry. The list items contain the book IDs (from the Books table) and the page (
firstPage
). If an entry spans multiple pages, provide the last page as well.