TribesTable: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{| | {| class="wikitable" | ||
|+ | |||
!UE | |||
!Field | !Field | ||
! | !Type | ||
!Key Type | |||
!Default | |||
!Extra | |||
!Description | !Description | ||
|- | |- | ||
| | |||
|id | |id | ||
|int | |int(10) | ||
|The ID of the tribe. | |PRI | ||
| | |||
|auto_increment | |||
|The ID of the tribe. | |||
|- | |- | ||
| | |||
|name | |name | ||
| | |varchar(30) | ||
| | | | ||
| | |||
| | |||
| | |||
|- | |- | ||
| | |||
|home_sector_id | |home_sector_id | ||
|int | |int(10) unsigned | ||
| | | | ||
|0 | |||
| | |||
| | |||
|- | |- | ||
| | |||
|home_x | |home_x | ||
|float | |float(10,2) | ||
| | | | ||
|0.00 | |||
| | |||
| | |||
|- | |- | ||
| | |||
|home_y | |home_y | ||
|float | |float(10,2) | ||
| | | | ||
|0.00 | |||
| | |||
| | |||
|- | |- | ||
| | |||
|home_z | |home_z | ||
|float | |float(10,2) | ||
| | | | ||
|0.00 | |||
| | |||
| | |||
|- | |- | ||
| | |||
|home_radius | |home_radius | ||
|float | |float(10,2) | ||
| | | | ||
|0.00 | |||
| | |||
| | |||
|- | |- | ||
| | |||
|max_size | |max_size | ||
|int | |int(10) | ||
| | | | ||
|0 | |||
| | |||
| | |||
|- | |- | ||
| | |||
|wealth_resource_name | |wealth_resource_name | ||
| | |varchar(30) | ||
| | | | ||
| | |||
| | |||
| | |||
|- | |- | ||
| | |||
|wealth_resource_nick | |wealth_resource_nick | ||
| | |varchar(30) | ||
| | | | ||
| | |||
| | |||
| | |||
|- | |- | ||
| | |||
|wealth_resource_area | |wealth_resource_area | ||
| | |varchar(30) | ||
| | | | ||
| | |||
| | |||
| | |||
|- | |- | ||
| | |||
|wealth_gather_need | |wealth_gather_need | ||
| | |varchar(30) | ||
|The | | | ||
| | |||
| | |||
|The need used to gather resources | |||
|- | |- | ||
| | |||
|wealth_resource_growth | |wealth_resource_growth | ||
|float | |float(10,2) | ||
| | | | ||
|0.00 | |||
| | |||
| | |||
|- | |||
| | |||
|wealth_resource_growth_active | |||
|float(10,2) | |||
| | |||
|0.00 | |||
| | |||
| | |||
|- | |- | ||
| | |||
|wealth_resource_growth_active_limit | |||
|int(10) | |||
| | |||
|0 | |||
| | |||
| | |||
|- | |||
| | |||
|reproduction_cost | |reproduction_cost | ||
|int | |int(10) | ||
| | | | ||
|0 | |||
| | |||
| | |||
|- | |||
| | |||
|npc_idle_behavior | |||
|varchar(30) | |||
| | |||
|do nothing | |||
| | |||
| | |||
|- | |||
| | |||
|tribal_recipe | |||
|int(5) | |||
| | |||
| | |||
| | |||
| | |||
|- | |||
|ADD | |||
|enabled | |||
|tinyint(4) | |||
| | |||
|1 | |||
| | |||
|Is this tribe enabled or not | |||
|} | |} |
Latest revision as of 15:19, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(10) | PRI | auto_increment | The ID of the tribe. | ||
name | varchar(30) | |||||
home_sector_id | int(10) unsigned | 0 | ||||
home_x | float(10,2) | 0.00 | ||||
home_y | float(10,2) | 0.00 | ||||
home_z | float(10,2) | 0.00 | ||||
home_radius | float(10,2) | 0.00 | ||||
max_size | int(10) | 0 | ||||
wealth_resource_name | varchar(30) | |||||
wealth_resource_nick | varchar(30) | |||||
wealth_resource_area | varchar(30) | |||||
wealth_gather_need | varchar(30) | The need used to gather resources | ||||
wealth_resource_growth | float(10,2) | 0.00 | ||||
wealth_resource_growth_active | float(10,2) | 0.00 | ||||
wealth_resource_growth_active_limit | int(10) | 0 | ||||
reproduction_cost | int(10) | 0 | ||||
npc_idle_behavior | varchar(30) | do nothing | ||||
tribal_recipe | int(5) | |||||
ADD | enabled | tinyint(4) | 1 | Is this tribe enabled or not |