Skip to content

Commit

Permalink
fix: 更正防御力百分比副词条的档位数据
Browse files Browse the repository at this point in the history
  • Loading branch information
weiduhuo committed Oct 13, 2023
1 parent c76aa5f commit 9194cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/relic.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ def __init__(self, title=_("崩坏:星穹铁道")):
self.subs_stats_name = np.vstack((self.stats_name[:10],self.stats_name[-3:-1]))
# 副属性词条档位: 0-基础值,1-每提升一档的数值 <<数据来源:米游社@666bj>>
self.subs_stats_tier = [
[(27.096, 3.3870 ), (13.548 , 1.6935 ), (13.548 , 1.6935 ), (2.7648, 0.3456), (2.7648, 0.3456), (2.7648, 0.3456), # 四星遗器数值
[(27.096, 3.3870 ), (13.548 , 1.6935 ), (13.548 , 1.6935 ), (2.7648, 0.3456), (2.7648, 0.3456), (3.456, 0.4320), # 四星遗器数值
(1.60, 0.20), (2.0736, 0.2592), (4.1472, 0.5184), (2.7648, 0.3456), (2.7648, 0.3456), (4.1472, 0.5184)],
[(33.870, 4.233755), (16.935 , 2.116877), (16.935 , 2.116877), (3.4560, 0.4320), (3.4560, 0.4320), (3.4560, 0.4320), # 五星遗器数值
[(33.870, 4.233755), (16.935 , 2.116877), (16.935 , 2.116877), (3.4560, 0.4320), (3.4560, 0.4320), (4.320, 0.5400), # 五星遗器数值
(2.00, 0.30), (2.5920, 0.3240), (5.1840, 0.6480), (3.4560, 0.4320), (3.4560, 0.4320), (5.1840, 0.6480)]]
# json数据格式规范
self.relics_schema = { # 遗器数据集
Expand Down

0 comments on commit 9194cc0

Please sign in to comment.