Skip to content

Commit

Permalink
bugfix:修复死亡阴影5套装属性错误
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh0402 committed Dec 25, 2020
1 parent db0edf0 commit 85bc7b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PublicReference/equipment/装备_套装.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ class 套装效果31(套装):
件数 = 5
类型 = '防具'
def 城镇属性(self, 属性):
self.属性描述 += 属性.技能攻击力加成(0.46)
self.属性描述 += 属性.技能攻击力加成(0.43)
pass
def 进图属性(self, 属性):
pass
Expand Down
2 changes: 1 addition & 1 deletion PublicReference/equipment/装备_套装_HF.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ class 套装效果31(套装):
件数 = 5
类型 = '防具'
def 城镇属性(self, 属性):
self.属性描述 += 属性.技能攻击力加成(0.46)
self.属性描述 += 属性.技能攻击力加成(0.43)
pass
def 进图属性(self, 属性):
pass
Expand Down

0 comments on commit 85bc7b4

Please sign in to comment.