Item categoriesTable
Jump to navigation
Jump to search
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
category_id | int(8) unsigned | PRI | auto_increment | |||
name | varchar(20) | |||||
item_stat_id_repair_tool | int(11) | |||||
is_repair_tool_consumed | char(1) | Y | ||||
skill_id_repair | int(11) | |||||
repair_difficulty_pct | int(3) unsigned | 100 | Difficulty amount when repairing this item category (passed to the repair scripts) | |||
identify_skill_id | int(10) | |||||
identify_min_skill | int(8) unsigned |