======pet_battle_skill_config(宠物自身出战技能配置)====== =====字段说明===== ^字段名^描述^类型^默认值^ |**id**|id(skill_id*skill_level)|int|1| |**name**|[loc]名字|string|[name]| |**descripition**|[loc]描述(只写在1级)%num1% %percent1% %-x% %x+1% %x-1% http://114.55.218.242/doku.php?id=%E6%94%B6%E8%B4%B9%E6%94%B9%E5%8A%A8sprint3#参数转化文本格式|string|[descripition]| |**icon**|图标|string|[icon]| |**skill_id**|技能id(指向客户端技能)|int|1| |**skill_level**|技能等级|int|1| |**cost**|升级消耗|string|| |**param_value1**|效果数值1(客户端用)|float|0| |**param_value2**|效果数值2(客户端用)|float|0| |**param_value3**|效果数值3(客户端用)|float|0| |**effect_value**|效果数值(客户端用)(预留)|string|| |**cast_time**|吟唱时间(秒)|float|0| |**battle_power_rate**|出战这个宠物时,增加多少比例的宠物理论dps分数 (1表示增加100%)|float|1| =====数据表查询===== ?>