======pet_info(宠物表)====== =====字段说明===== ^字段名^描述^类型^默认值^ |**id**|唯一ID|int|0| |**character_id**|[index]所有者|int|1| |**pet_id**|[core]pet config|int|0| |**rare**|品质(参考值,可选)|int|1| |**race**|种族[[generated:RACE]]|int|1| |**awaken**|觉醒|int|0| |**big_awaken**|觉醒大星|int|0| |**small_awaken**|觉醒小星|int|0| |**exp**|经验|int|0| |**level**|等级 |int|1| |**attribute**|宠物属性(参考值,可选)|string|| |**status**|状态 0:出战 1:休息(待定)|int|0| |**name**|名字|string|[pet_name]| |**star**|总星级[[generated:pet_star_upgrade_config]].id|int|1| |**big_star**|大星|int|1| |**small_star**|小星|int|1| |**slot**|格子 (3出战 1 2 4 5 跟随,0 背包)|int|0| |**adventure**|冒险实例id pet_adventure_info|int|0| |**adventure_attrib_1**|随机探险属性1 pet_adventure_attrib_config|int|0| |**adventure_attrib_2**|随机探险属性2 pet_adventure_attrib_config|int|0| |**adventure_attrib_3**|随机探险属性3 pet_adventure_attrib_config|int|0| |**adventure_skill_1**|随机探险技能1 pet_adventure_skill_config|int|0| |**adventure_skill_2**|随机探险技能2 pet_adventure_skill_config|int|0| |**battle_buff_1**|第一个潜能栏位的buff_id [[generated:pet_battle_buff_config]].buff_id|int|0| |**battle_buff_2**|第二个潜能栏位的buff_id [[generated:pet_battle_buff_config]].buff_id|int|0| |**battle_buff_roll_1**|暂存roll出来的buff|int|0| |**battle_buff_roll_2**|暂存roll出来的buff|int|0| |**battle_special_level**|战斗特长等级|int|0| |**battle_skill_1_level**|出战技能等级1|int|0| |**battle_skill_2_level**|出战技能等级2|int|0| |**battle_skill_3_level**|出战技能等级3|int|0| |**battle_buff_slot_1_level**|第一个潜能栏位的等级|int|0| |**battle_buff_slot_2_level**|第二个潜能栏位的等级|int|0| |**friend_id**|是否来自朋友助战(0,表示非助战宠物)|int|0| |**food_arr**|历史吃掉的食物数组,共5种 (600001,10),(600003,2)|string|| |**piece_arr**|历史消耗的碎片数组,万能+特定 (500001,30),(200012,2)|string|| |**gold_effect_rate**|挂机金币加成|int|0| |**elite_stage_id**|在哪个精英副本挂机(便于查找)|int|0| |**elite_stage_score**|综合评分,暂定(等级level+总星级star)*品阶rare|int|0| =====数据库查询=====