Config Character Creation: Difference between revisions

From PSwiki
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:
{| class="wikitable"
== Configure the Character Creation Choices ==
|+
* We use the [[CharacterCreationTable|character_creation]] table to hold all the options except the life events
!UE
* We use the [[CharacterCreationLifeTable|char_create_life]] table to hold all the options for life events
!Field
 
!Type
== Set initial Character Points ==
!Description
 
|-
Every character has a number of points to spend in the character creation. Those are defined in [[Race infoTable|race_info]].initial_cp
|
|id
|int(8) unsigned
!
|-
|
|name
|varchar(80)
|
|-
|
|description
|text
|
|-
|
|cp_cost
|int(8)
|
|-
|
|scriptname
|varchar(255)
|
|-
|
|choice_area
|varchar(32)
|
|}

Revision as of 22:06, 30 November 2021

Configure the Character Creation Choices

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