Skip to content

Commit

Permalink
bugfix:同步国服正式服天堂舞姬鞋子属性
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh0402 committed Jan 22, 2021
1 parent 08f84d3 commit 4b66886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PublicReference/equipment/装备_防具.py
Expand Up @@ -2861,7 +2861,7 @@ class 装备151(装备):
def 城镇属性(self, 属性):
self.属性描述 += 属性.百分比三攻加成(0.17)
self.属性描述 += 属性.附加伤害加成(0.14)
self.属性描述 += 属性.技能冷却缩减(1, 35, 0.15)
self.属性描述 += 属性.技能冷却缩减(1, 30, 0.15)
pass
def 进图属性(self, 属性):
pass
Expand Down

0 comments on commit 4b66886

Please sign in to comment.