Browse Source

爆率调整,勾魂夺魄加强

1.稀有装备爆率调整
2.勾魂夺魄被动数值调整
v1.0
许孟阳 1 week ago
parent
commit
b60789e72b
  1. 3
      src/config/equips/armor.ts
  2. 2
      src/config/equips/jewelry.ts
  3. 2
      src/config/equips/neck.ts
  4. 5
      src/config/equips/pants.ts
  5. 4
      src/config/equips/ring.ts
  6. 6
      src/config/equips/weapon.ts
  7. 2
      src/config/skill/jewelry.ts
  8. 2
      src/views/version/update-log.vue

3
src/config/equips/armor.ts

@ -57,8 +57,7 @@ export const armorColorfulCategorys: Categorys[] = [
{ type: 'bloc', valCoefficient: 2.8 }, { type: 'bloc', valCoefficient: 2.8 },
{ type: 'def', valCoefficient: 1.0 }, { type: 'def', valCoefficient: 1.0 },
], ],
'LaoBuKePo', 'LaoBuKePo'
0.6
), ),
]; ];

2
src/config/equips/jewelry.ts

@ -20,7 +20,7 @@ export const jewelryColorfulCategorys: Categorys[] = [
{ type: 'atk', valCoefficient: 0.6 }, { type: 'atk', valCoefficient: 0.6 },
], ],
'Vampire1', 'Vampire1',
0.99 0.95
), ),
new JewelryCategory( new JewelryCategory(
'shuzhuang', 'shuzhuang',

2
src/config/equips/neck.ts

@ -20,7 +20,7 @@ export const neckColorfulCategorys: Categorys[] = [
{ type: 'hp', valCoefficient: 1.2 }, { type: 'hp', valCoefficient: 1.2 },
], ],
'XingYunShuZi', 'XingYunShuZi',
0.99 0.95
), ),
new NeckCategory( new NeckCategory(
'duanji', 'duanji',

5
src/config/equips/pants.ts

@ -18,7 +18,7 @@ export const pantsColorfulCategorys: Categorys[] = [
{ type: 'hp', valCoefficient: 1.4 }, { type: 'hp', valCoefficient: 1.4 },
], ],
'KongBuLingYu', 'KongBuLingYu',
0.98 0.9
), ),
new PantsCategory( new PantsCategory(
'baizhequn', 'baizhequn',
@ -28,7 +28,8 @@ export const pantsColorfulCategorys: Categorys[] = [
{ type: 'bloc', valCoefficient: 1.5 }, { type: 'bloc', valCoefficient: 1.5 },
{ type: 'hp', valCoefficient: 1.4 }, { type: 'hp', valCoefficient: 1.4 },
], ],
'FuRenBiHu' 'FuRenBiHu',
0.6
), ),
new PantsCategory( new PantsCategory(
'yulan', 'yulan',

4
src/config/equips/ring.ts

@ -20,7 +20,7 @@ export const ringColorfulCategorys: Categorys[] = [
{ type: 'atk', valCoefficient: 1 }, { type: 'atk', valCoefficient: 1 },
], ],
'SLWX,JinGangZhuo', 'SLWX,JinGangZhuo',
0.9 0.8
), ),
new RingCategory( new RingCategory(
'pojie', 'pojie',
@ -61,7 +61,7 @@ export const ringColorfulCategorys: Categorys[] = [
{ type: 'atk', valCoefficient: 1.5 }, { type: 'atk', valCoefficient: 1.5 },
], ],
'TongJueFanJi', 'TongJueFanJi',
0.5 0.6
), ),
]; ];

6
src/config/equips/weapon.ts

@ -69,7 +69,7 @@ export const weaponColorfulCategorys: Categorys[] = [
{ type: 'hp', valCoefficient: 1.6 }, { type: 'hp', valCoefficient: 1.6 },
], ],
'ShiJiuCha', 'ShiJiuCha',
0.98 0.9
), ),
new WeaponCategory('datiecheng', 'weapon/大铁城.png', [ new WeaponCategory('datiecheng', 'weapon/大铁城.png', [
{ type: 'atk', valCoefficient: 4.2 }, { type: 'atk', valCoefficient: 4.2 },
@ -84,7 +84,7 @@ export const weaponColorfulCategorys: Categorys[] = [
{ type: 'critDmg', valCoefficient: 1.5 }, { type: 'critDmg', valCoefficient: 1.5 },
], ],
'JianQiDongSiFang', 'JianQiDongSiFang',
0.8 0.5
), ),
new WeaponCategory( new WeaponCategory(
'baoxue', 'baoxue',
@ -104,7 +104,7 @@ export const weaponColorfulCategorys: Categorys[] = [
{ type: 'crit', valCoefficient: 1.5 }, { type: 'crit', valCoefficient: 1.5 },
], ],
'BoDongShaYi', 'BoDongShaYi',
0.9 0.5
), ),
]; ];

2
src/config/skill/jewelry.ts

@ -32,7 +32,7 @@ export class Prototype extends Control {
//暴击恐惧 //暴击恐惧
export class CritFear extends SufPassiveSkill { export class CritFear extends SufPassiveSkill {
name: string = 'critFear'; name: string = 'critFear';
percent: number = 200; percent: number = 1000;
desc(): string { desc(): string {
return replace(t('skill.critFear.1'), [this.percent]); return replace(t('skill.critFear.1'), [this.percent]);
} }

2
src/views/version/update-log.vue

@ -46,6 +46,8 @@ const updateLogs: any = [{
'镜花水月反弹上限现在受怪物护甲减伤影响', '镜花水月反弹上限现在受怪物护甲减伤影响',
'取消怪物攻击加成上限,怪物部分属性上限调整:暴击避免:100%,暴击伤害减免:500%,', '取消怪物攻击加成上限,怪物部分属性上限调整:暴击避免:100%,暴击伤害减免:500%,',
'背包格子上限增加到320', '背包格子上限增加到320',
'稀有装备爆率调整',
'勾魂夺魄被动数值调整',
] ]
}, { }, {
date: '2025-05-22', version: '1.0', date: '2025-05-22', version: '1.0',

Loading…
Cancel
Save