Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoubin-me committed Oct 30, 2021
1 parent 4f2131b commit 3243dd7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions config_chs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ heros:
# 再比如 5: [1, 2, 0] 意味着第六个英雄优先放第二个技能,如不能则放第三个,再不能则放第一个
# 英雄序号需要与battle_seq里的序号对应
skill_seq:
0: [1, 2, 0]
1: [1, 2, 0]
2: [1, 2, 0]
0: [2, 1, 0]
1: [2, 1, 0]
2: [2, 1, 0]
3: [2, 1, 0]
4: [0, 1, 2]
5: [1, 0, 2]
6: [1, 0, 2]
4: [2, 1, 0]
5: [2, 1, 0]
6: [2, 1, 0]
# 暂时可以不管
skill_basic_damage:
0: [8, 8, 8]
Expand Down
12 changes: 6 additions & 6 deletions config_eng.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ heros:
# The hero number should corresponds to numbers in start_seq
# You should only care about heros in start_seq, the rest does not matter
skill_seq:
0: [1, 2, 0]
1: [1, 2, 0]
2: [1, 2, 0]
0: [2, 1, 0]
1: [2, 1, 0]
2: [2, 1, 0]
3: [2, 1, 0]
4: [0, 1, 2]
5: [1, 0, 2]
6: [1, 0, 2]
4: [2, 1, 0]
5: [2, 1, 0]
6: [2, 1, 0]
# Basic damage of skills, currently leave it alone; but if you have any heros that can heal a target, then set that damage number to negative so that it will heal our side
skill_basic_damage:
0: [8, 8, 8]
Expand Down

0 comments on commit 3243dd7

Please sign in to comment.