Skip to content

Commit

Permalink
bugfix:混沌行者、知源·次元行者:修复次元跃迁基础等级
Browse files Browse the repository at this point in the history
  • Loading branch information
wxh0402 committed Nov 21, 2020
1 parent f2ec65b commit 7cd41cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Part/混沌行者.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class 混沌行者技能8(混沌行者主动技能):
名称 = '次元跃迁'
所在等级 = 20
等级上限 = 30
基础等级 = 1
基础等级 = 20
数据1 = [0, 4943, 5731, 6519, 7307, 8095, 8883, 9671, 10459, 11248,
12036, 12824, 13612, 14400, 15188, 15976, 16764, 17552, 18340, 19128,
19916, 20704, 21493, 22281, 23069, 23857, 24645, 25433, 26221, 27009,
Expand Down
2 changes: 1 addition & 1 deletion Part/知源·次元行者.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class 知源·次元行者技能5(知源·次元行者主动技能):
名称 = '次元跃迁'
所在等级 = 20
等级上限 = 30
基础等级 = 1
基础等级 = 20
数据1 = [ int(i*1.121) for i in [0, 4943, 5731, 6519, 7307, 8095, 8883, 9671, 10459, 11248,
12036, 12824, 13612, 14400, 15188, 15976, 16764, 17552, 18340, 19128,
19916, 20704, 21493, 22281, 23069, 23857, 24645, 25433, 26221, 27009,
Expand Down

0 comments on commit 7cd41cb

Please sign in to comment.