Config Character Creation: Difference between revisions
Jump to navigation
Jump to search
Created page with "{| class="wikitable" |+ !UE !Field !Type !Description |- | |id |int(8) unsigned ! |- | |name |varchar(80) | |- | |description |text | |- | |cp_cost |int(8) | |- | |scriptname..." |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Configure the Character Creation Choices == | |||
| | * 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: | ||
** 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 == | |||
| | |||
| | 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