This commit is contained in:
luying
2022-04-25 17:22:33 +08:00
parent 6ea5b63814
commit f1492cb952
33 changed files with 2010 additions and 372 deletions
+2 -4
View File
@@ -170,7 +170,7 @@ export const BAG = {
};
export const ATTRIBUTE = {
ATTRIBUTE_EQUIP_RATIO: '1&1|2&3|4&2|5&2', // 装备的基础属性系数
ATTRIBUTE_POWER: '1&1|2&3.3|4&3.3|5&3.3|9&0.09|10&0.12|11&0.09|12&0.12|18&0.18|19&0.15|20&0.15|21&0.15|22&0.15|28&0.3', // 基础属性和次级属性的战力值
ATTRIBUTE_POWER: '1&1|2&3.3|4&3.3|5&3.3|9&6.67|10&8.75|11&6.67|12&8.75|18&13.46|19&11.1|20&11.1|21&11.1|22&11.1|28&22.2', // 基础属性和次级属性的战力值
ATTRIBUTE_POWER_DIVISOR: 400, // 次级属性的除数
};
export const TOWER_SEARCH = {
@@ -281,6 +281,4 @@ export const SEASON_PASS = {
export const HERO = {
HERO_TALENTPOINT_RESET: '31002&100', // 天赋点重置花费
};
export const DUNGEON_WARID = {
WARID: 5001, // 秘境战场ID新手引导使用
};