Config Character Creation: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | |||
| Line 1: | Line 1: | ||
| == Configure the Character Creation Choices == | == Configure the Character Creation Choices == | ||
| * We use the [[CharacterCreationTable|character_creation]] table to hold all the options except the life events | * We use the [[CharacterCreationTable|character_creation]] table to hold all the options except the life events. The reference is [[CharacterCreationTable|character_creation]].choice_area, values can be: | ||
| * We use the [[CharacterCreationLifeTable|char_create_life]] table to hold all the options for life events | ** ZODIAC | ||
| ** BIRTH_EVENT | |||
| ** CHILDHOOD | |||
| ** MAIN_ACTIVITY | |||
| ** SIDE_ACTIVITY | |||
| ** RELIGION | |||
| ** RELATIONSHIPS | |||
| * We use the [[CharacterCreationLifeTable|char_create_life]] table to hold all the options for life events. The reference is [[CharacterCreationTable|character_creation]].choice_area, values can be: | |||
| ** LIFE_EVENT_I | |||
| ** LIFE_EVENT_II | |||
| == Set initial Character Points == | == Set initial Character Points == | ||
| Every character has a number of points to spend in the character creation. Those are defined in [[Race infoTable|race_info]].initial_cp | Every character has a number of points to spend in the character creation. Those are defined in [[Race infoTable|race_info]].initial_cp | ||
Latest revision as of 22:10, 30 November 2021
Configure the Character Creation Choices
- We use the character_creation table to hold all the options except the life events. The reference is character_creation.choice_area, values can be:
- ZODIAC
- BIRTH_EVENT
- CHILDHOOD
- MAIN_ACTIVITY
- SIDE_ACTIVITY
- RELIGION
- RELATIONSHIPS
 
- We use the char_create_life table to hold all the options for life events. The reference is character_creation.choice_area, values can be:
- LIFE_EVENT_I
- LIFE_EVENT_II
 
Set initial Character Points
Every character has a number of points to spend in the character creation. Those are defined in race_info.initial_cp