potential
潜能系统
原型
buff_config.display_mode字段控制显示。 dispell字段是控制不可被驱散,潜能buff可以给独立分组,并且加上去的时候程序直接设置为999个回合有效
potential_config 潜能配置表。 测试的时候配置两个潜能组。
potential_effect_config 潜能效果表
potential_point_config 潜能点数升级表
hero_gradeup_config 新增 max_potential_row最大潜能层数 / max_potential_point最大潜能点数/等级
hero_config 新增 potential_group 潜能组(测试的时候配置两种)
hero_setting 新增potential_reset_cost 潜能重置消耗
存档
新增 potential_point 当前潜能等级(最大点数)
新增 potential_arr 分配的潜能点数 key是潜能id,value是分配的点书,3个类型放在一个数组 (1101,1)(1201,5)
已分配点数可以从这两个字段中算出来
hero_battle_info 新增 potential_arr
协议
注意
需要加入战力计算
potential.txt · 最后更改: 2019/05/07 11:22 由 shenmo