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..."
 
 
(One intermediate revision by the same user not shown)
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. The reference is [[CharacterCreationTable|character_creation]].choice_area, values can be:
!UE
** ZODIAC
!Field
** BIRTH_EVENT
!Type
** CHILDHOOD
!Description
** MAIN_ACTIVITY
|-
** SIDE_ACTIVITY
|
** RELIGION
|id
** RELATIONSHIPS
|int(8) unsigned
 
!
* 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
|name
 
|varchar(80)
== 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
|
|description
|text
|
|-
|
|cp_cost
|int(8)
|
|-
|
|scriptname
|varchar(255)
|
|-
|
|choice_area
|varchar(32)
|
|}

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

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