-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
92 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
baseAttack: 849 | ||
baseDefense: 1051 | ||
baseHP: 9975 | ||
subProps: | ||
- name: 暴击伤害 | ||
weight: 1 | ||
- name: 暴击 | ||
weight: 1 | ||
- name: 攻击百分比 | ||
weight: 1 | ||
- name: 生命百分比 | ||
weight: 0 | ||
- name: 防御百分比 | ||
weight: 0 | ||
- name: 共鸣效率 | ||
weight: 0.2 | ||
- name: 普攻伤害加成 | ||
weight: 0 | ||
- name: 重击伤害加成 | ||
weight: 0 | ||
- name: 共鸣技能伤害加成 | ||
weight: 0.3 | ||
- name: 共鸣解放伤害加成 | ||
weight: 0 | ||
mainProps: | ||
C4: | ||
- name: 暴击伤害 | ||
weight: 0.5 | ||
- name: 暴击 | ||
weight: 0.5 | ||
- name: 治疗效果加成 | ||
weight: 0.5 | ||
- name: 生命百分比 | ||
weight: 0 | ||
- name: 攻击百分比 | ||
weight: 0.25 | ||
- name: 防御百分比 | ||
weight: 0 | ||
C3: | ||
- name: 伤害加成 | ||
weight: 0.75 | ||
- name: 攻击百分比 | ||
weight: 0.75 | ||
- name: 生命百分比 | ||
weight: 0 | ||
- name: 防御百分比 | ||
weight: 0 | ||
- name: 共鸣效率 | ||
weight: 0.6 | ||
C1: | ||
- name: 攻击百分比 | ||
weight: 1 | ||
- name: 防御百分比 | ||
weight: 0 | ||
- name: 生命百分比 | ||
weight: 0 |