Skip to content

Commit

Permalink
bugfix:修改部分武器词条录入错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh0402 committed Dec 25, 2020
1 parent 6c9f7ea commit bcd0637
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PublicReference/equipment/装备_武器_HF.py
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ def 城镇属性(self, 属性):
pass
def 进图属性(self, 属性):
self.属性描述 += 属性.百分比力智加成(0.24)
self.属性描述 += 属性.百分比力智加成(0.36)
self.属性描述 += 属性.百分比三攻加成(0.36)
pass
def 其它属性(self, 属性):
self.属性描述 += 属性.攻击速度增加(0.16)
Expand Down Expand Up @@ -686,6 +686,7 @@ class 装备23(装备):
魔法攻击力 = 1229
独立攻击力 = 770
def 城镇属性(self, 属性):
self.装备属性 += 属性.最终伤害加成(0.14)
self.属性描述 += 属性.百分比三攻加成(0.23)
self.属性描述 += 属性.附加伤害加成(0.17)
self.属性描述 += 属性.技能攻击力加成(0.38)
Expand Down

0 comments on commit bcd0637

Please sign in to comment.