Race infoTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
No edit summary
Grimston (talk | contribs)
No edit summary
 
Line 1: Line 1:
This table describes all the possible races( and genders ) in the game.
This table describes all the possible races( and genders ) in the game.




Line 7: Line 9:
!Field
!Field
!Type
!Type
!Key Type
!Default
!Extra
!Description
!Description
|-
|-
|
|
|id
|id
|int(10) unsigned
|int(10)
|PRI
|0
|
|
|
|-
|-
|
|
Line 18: Line 26:
|varchar(35)
|varchar(35)
|
|
|
|
|
|-
|-
|
|
Line 23: Line 34:
|varchar(200)
|varchar(200)
|
|
|
|
|
|-
|-
|
|
Line 28: Line 42:
|char(1)
|char(1)
|
|
|M
|
|
|-
|-
|OBS
|OBS
|size_x
|size_x
|float unsigned
|float unsigned
|Determines the bounding box of the character
|
|0
|
|Determines the bounding box of the character
|-
|-
|OBS
|OBS
|size_y
|size_y
|float unsigned
|float unsigned
|Determines the bounding box of the character
|
|0
|
|Determines the bounding box of the character
|-
|-
|OBS
|OBS
|size_z
|size_z
|float unsigned
|float unsigned
|Determines the bounding box of the character
|
|0
|
|Determines the bounding box of the character
|-
|-
|
|
Line 48: Line 74:
|varchar(200)
|varchar(200)
|
|
|
|
|
|-
|-
|
|
Line 53: Line 82:
|int(10)
|int(10)
|
|
|0
|
|
|-
|-
|
|
Line 58: Line 90:
|int(5)
|int(5)
|
|
|50
|
|
|-
|-
|
|
Line 63: Line 98:
|int(5)
|int(5)
|
|
|50
|
|
|-
|-
|
|
Line 68: Line 106:
|int(5)
|int(5)
|
|
|50
|
|
|-
|-
|
|
Line 73: Line 114:
|int(5)
|int(5)
|
|
|50
|
|
|-
|-
|
|
Line 78: Line 122:
|int(5)
|int(5)
|
|
|50
|
|
|-
|-
|
|
|start_cha
|start_cha
|int(5)
|int(5) unsigned
|
|50
|
|
|
|-
|-
|
|
Line 88: Line 138:
|float
|float
|
|
|0
|
|
|-
|-
|
|
Line 93: Line 146:
|float
|float
|
|
|0
|
|
|-
|-
|
|
Line 98: Line 154:
|float
|float
|
|
|0
|
|
|-
|-
|
|
Line 103: Line 162:
|float
|float
|
|
|0
|
|
|-
|-
|
|
|armor_id
|armor_id
|int(10)
|int(10) unsigned
|
|0
|
|
|
|-
|-
|
|
|weapon_id
|weapon_id
|int(10)
|int(10)
|The id of the default weapon used in case no weapon is actually equipped. Should be something like the natural claws of this race or hands.
|
|0
|
|The id of the default weapon used in case no weapon is actually equipped. Should be something like the natural claws of this race or hands.  
|-
|-
|OBS
|OBS
Line 118: Line 186:
|varchar(20)
|varchar(20)
|
|
|
|
|
|-
|-
|OBS
|OBS
|bracer
|bracer
|varchar(20)
|varchar(20)
|Stores a bracer group allowing to use the same bracer mesh for more than one race, just like for the helm column
|
|
|
|Stores a bracer group allowing to use the same bracer mesh for more than one race, just like for the helm column  
|-
|-
|OBS
|OBS
|belt
|belt
|varchar(20)
|varchar(20)
|Stores a belt group allowing to use the same belt mesh for more than one race, just like for the helm column
|
|
|
|Stores a belt group allowing to use the same belt mesh for more than one race, just like for the helm column  
|-
|-
|OBS
|OBS
|cloak
|cloak
|varchar(20)
|varchar(20)
|Stores a cloak group allowing to use the same cloak mesh for more than one race, just like for the helm column
|
|
|
|Stores a cloak group allowing to use the same cloak mesh for more than one race, just like for the helm column  
|-
|-
|
|
|cstr_mounter_animation
|cstr_mounter_animation
|varchar(200)
|varchar(200)
|Defines the animation the mounter of this race will use when mounting it
|
|
|
|Defines the animation the mounter of this race will use when mounting it  
|-
|-
|
|
Line 143: Line 226:
|int(5) unsigned
|int(5) unsigned
|
|
|
|
|
|-
|-
|
|
|scale
|scale
|float
|float
|Defines the scale of the race. Overrides whathever is defined in the cal3d file.
|
|0
|
|Defines the scale of the race. Overrides whathever is defined in the cal3d file.  
|-
|-
|OBS
|OBS
|speed_modifier
|speed_modifier
|float
|float
|Used as a multiplier of the velocity
|
|1
|
|Used as a multiplier of the velocity  
|-
|-
|ADD
|ADD
|speed_walk
|speed_walk
|smallint(6)
|smallint(6)
|Defines the speed of walk movement expressed in UE Units
|
|180
|
|Defines the speed of walk movement expressed in UE Units
|-
|-
|ADD
|ADD
|speed_run
|speed_run
|smallint(6)
|smallint(6)
|as above for run
|
|320
|
|Defines the speed of rim movement expressed in UE Units 
|-
|-
|ADD
|ADD
|speed_sprint
|speed_sprint
|smallint(6)
|smallint(6)
|as above for sprint
|
|600
|
|Defines the speed of sprint movement expressed in UE Units 
|-
|-
|ADD
|ADD
|speed_climb
|speed_climb
|smallint(6)
|smallint(6)
|as above for climb
|
|100
|
|Defines the speed of climb movement expressed in UE Units 
|-
|-
|ADD
|ADD
|speed_swim
|speed_swim
|smallint(6)
|smallint(6)
|as above for swim
|
|180
|
|Defines the speed of swim movement expressed in UE Units 
|-
|-
|ADD
|ADD
|speed_fly
|speed_fly
|smallint(6)
|smallint(6)
|as above for fly
|
|600
|
|Defines the speed of fly movement expressed in UE Units 
|-
|-
|ADD
|ADD
|skin_type
|skin_type
|int(11)
|int(11)
|Used to determine sound when hitting this creature.  0-flesh, 1-wood, 2-metal, 3-carapare,4-fur, 5-slime
|
|0
|
|Use to determine sound when hitting this creature.  0-flesh, 1-wood, 2-metal, 3-carapare,4-fur, 5-slime  
|}
|}




[[Category:Engine documents]]
[[Category:Engine documents]]

Latest revision as of 12:59, 11 January 2022

This table describes all the possible races( and genders ) in the game.



UE Field Type Key Type Default Extra Description
id int(10) PRI 0
name varchar(35)
cstr_mesh varchar(200)
sex char(1) M
OBS size_x float unsigned 0 Determines the bounding box of the character
OBS size_y float unsigned 0 Determines the bounding box of the character
OBS size_z float unsigned 0 Determines the bounding box of the character
cstr_base_texture varchar(200)
initial_cp int(10) 0
start_str int(5) 50
start_end int(5) 50
start_agi int(5) 50
start_int int(5) 50
start_will int(5) 50
start_cha int(5) unsigned 50
base_physical_regen_still float 0
base_physical_regen_walk float 0
base_mental_regen_still float 0
base_mental_regen_walk float 0
armor_id int(10) unsigned 0
weapon_id int(10) 0 The id of the default weapon used in case no weapon is actually equipped. Should be something like the natural claws of this race or hands.
OBS helm varchar(20)
OBS bracer varchar(20) Stores a bracer group allowing to use the same bracer mesh for more than one race, just like for the helm column
OBS belt varchar(20) Stores a belt group allowing to use the same belt mesh for more than one race, just like for the helm column
OBS cloak varchar(20) Stores a cloak group allowing to use the same cloak mesh for more than one race, just like for the helm column
cstr_mounter_animation varchar(200) Defines the animation the mounter of this race will use when mounting it
race int(5) unsigned
scale float 0 Defines the scale of the race. Overrides whathever is defined in the cal3d file.
OBS speed_modifier float 1 Used as a multiplier of the velocity
ADD speed_walk smallint(6) 180 Defines the speed of walk movement expressed in UE Units
ADD speed_run smallint(6) 320 Defines the speed of rim movement expressed in UE Units
ADD speed_sprint smallint(6) 600 Defines the speed of sprint movement expressed in UE Units
ADD speed_climb smallint(6) 100 Defines the speed of climb movement expressed in UE Units
ADD speed_swim smallint(6) 180 Defines the speed of swim movement expressed in UE Units
ADD speed_fly smallint(6) 600 Defines the speed of fly movement expressed in UE Units
ADD skin_type int(11) 0 Use to determine sound when hitting this creature. 0-flesh, 1-wood, 2-metal, 3-carapare,4-fur, 5-slime