Browse Source

鞋子额外属性类型调整,调低吸血耳环爆率

v1.0
许孟阳 1 week ago
parent
commit
3264c7fc8c
  1. 2
      src/config/equips/jewelry.ts
  2. 2
      src/config/equips/shoes.ts

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.98 0.99
), ),
new JewelryCategory( new JewelryCategory(
'shuzhuang', 'shuzhuang',

2
src/config/equips/shoes.ts

@ -2,7 +2,7 @@ import { createExtraEntry, createBase, createSamples } from './base';
import { Entry, Quality, EquipBase, Equip, Categorys } from './bean'; import { Entry, Quality, EquipBase, Equip, Categorys } from './bean';
import { qualitys, extra_entry_num } from './constant'; import { qualitys, extra_entry_num } from './constant';
const extraEntrys = ['atk', 'hp', 'def', 'moveSpeed', 'dmgReduc']; const extraEntrys = ['atk', 'hp', 'def', 'moveSpeed', 'defPercent', 'hpPercent'];
const coefficient = { shabby: 0.7, ordinary: 1, artifact: 1.3, epic: 1.5, unique: 1.8, colorful: 1.8 }; const coefficient = { shabby: 0.7, ordinary: 1, artifact: 1.3, epic: 1.5, unique: 1.8, colorful: 1.8 };
class ShoesCategory extends Categorys { class ShoesCategory extends Categorys {

Loading…
Cancel
Save