SkillsTable: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
|  Created page with "{| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |skill_id |int(10) unsigned |PRI |0 | |  |- | |name |varchar(35) | | | |  |- | |description |text | | | |  |- | |practice_factor |int(8) | |100 | |  |- | |mental_factor |tinyint(4) | | | |  |- | |price |int(8) | |0 | |  |- | |base_rank_cost |int(2) | |0 | |  |- | |category |varchar(255) | |VARIOUS | |  |- |ADD |cost_script |varchar(255) | |CalculateSkillCosts | |Stores the script to be r..." | mNo edit summary | ||
| Line 73: | Line 73: | ||
| |   | |   | ||
| |- | |- | ||
| | | | | ||
| |cost_script | |cost_script | ||
| |varchar(255) | |varchar(255) | ||
Latest revision as of 15:11, 11 January 2022
| UE | Field | Type | Key Type | Default | Extra | Description | 
|---|---|---|---|---|---|---|
| skill_id | int(10) unsigned | PRI | 0 | |||
| name | varchar(35) | |||||
| description | text | |||||
| practice_factor | int(8) | 100 | ||||
| mental_factor | tinyint(4) | |||||
| price | int(8) | 0 | ||||
| base_rank_cost | int(2) | 0 | ||||
| category | varchar(255) | VARIOUS | ||||
| cost_script | varchar(255) | CalculateSkillCosts | Stores the script to be run when calculating the costs of this skill. |