Skip to content

Commit

Permalink
新增3.5角色迪希雅、米卡的配置;
Browse files Browse the repository at this point in the history
v0.7.1 release
  • Loading branch information
SkeathyTomas committed Feb 28, 2023
1 parent 72822cb commit 45da488
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def on_release(key):

def main():
global myappid
myappid = 'v0.7.0'
myappid = 'v0.7.1'

# 任务栏图标问题
try:
Expand Down
2 changes: 1 addition & 1 deletion app.spec
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ coll = COLLECT(
strip=False,
upx=True,
upx_exclude=[],
name='keqing-0.7.0',
name='keqing-0.7.1',
)
18 changes: 18 additions & 0 deletions src/character.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,15 @@
"元素精通": 0.75,
"元素充能效率": 0
},
"迪希雅": {
"生命值": 0.5,
"攻击力": 0.75,
"防御力": 0,
"暴击率": 1,
"暴击伤害": 1,
"元素精通": 0.75,
"元素充能效率": 0
},
"----水----": {},
"夜兰": {
"生命值": 0.8,
Expand Down Expand Up @@ -427,6 +436,15 @@
"元素精通": 0,
"元素充能效率": 0.55
},
"米卡": {
"生命值": 1,
"攻击力": 0,
"防御力": 0,
"暴击率": 0.5,
"暴击伤害": 0.5,
"元素精通": 0,
"元素充能效率": 0.55
},
"----雷----": {},
"久岐忍": {
"生命值": 1,
Expand Down

0 comments on commit 45da488

Please sign in to comment.