mirror of
https://github.com/baiqwerdvd/StarRailUID.git
synced 2025-05-08 04:55:47 +08:00
修改遗器评分主词条计算
This commit is contained in:
parent
6834934290
commit
81d5a65701
@ -782,8 +782,8 @@ async def get_relic_score(
|
||||
subProperty = 'AttributeAddedRatio'
|
||||
if weight_dict.get(subProperty, 0) > 0:
|
||||
relic_score += 5.83
|
||||
if relicType in [3, 5]:
|
||||
relic_score += 10
|
||||
if relicType in [3, 5]:
|
||||
relic_score += 10
|
||||
else:
|
||||
if subProperty == 'CriticalDamageBase':
|
||||
add_value = subValue * 1 * weight_dict['CriticalDamageBase'] * 100
|
||||
|
Loading…
x
Reference in New Issue
Block a user