======pet_self_attrib_config(宠物自身战斗属性折扣配置)====== =====字段说明===== ^字段名^描述^类型^默认值^ |**id**|id 模板id(1001),千位为模板类型(1:防御A,2:防御B,3:输出A,4:输出B, 5,辅助),个位是品阶|int|1| |**modle**|模板[[generated:PET_ATTRIB_MODLE]]|int|1| |**rare**|品阶[[generated:RARE]]|int|1| |**name**|[loc]名字(防御/输出/辅助/全能)|string|[name]| |**icon**|icon|string|| |**descripition**|[loc]描述(预留)|string|[descripition]| |**mhp**|mhp 显示在面板1,该模型在改品阶下的属性折扣,100为满,并参考ini显示SABCD|float|100| |**ap**|ap 显示在面板2|float|100| |**sp**|sp 显示在面板3|float|100| |**ac**|ac 显示在面板4|float|100| |**mdef**|mdef 显示在面板5 技能防御|float|100| |**dgp**|dgp |float|100| |**pr**|pr |float|100| |**chp**|chp|float|100| |**hitp**|hitp|float|100| |**tp**|tp|float|100| |**resp**|resp 技能抵抗|float|100| |**masp**|masp|float|100| |**array**|数组形态的打折表达式[[generated:ATTRIB]],(4,100),(3,80),(7,75),辉哥专用|string|| =====数据表查询===== <php> ?> <form action="http://114.55.218.242:8081/tools/print_prototype.php?table_name=pet_self_attrib_config" method="post" target="view_frame"> <input type="submit" name="button" value="查看数据" /> <iframe width="100%" height="300px" name="view_frame" id ="linkto"align="left" ></iframe> </form> <?php </php>