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..." |
No edit summary |
||
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 | ||
* We use the [[CharacterCreationLifeTable|char_create_life]] table to hold all the options for life events | |||
== 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 | ||
| |
Revision as of 22:06, 30 November 2021
Configure the Character Creation Choices
- We use the character_creation table to hold all the options except the life events
- We use the char_create_life table to hold all the options for life events
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