2023-12-02 10:28:23 +00:00
|
|
|
zhongli char lvl=90/90 cons=0 talent=9,9,9;
|
|
|
|
zhongli add weapon="favoniuslance" refine=3 lvl=90/90;
|
|
|
|
zhongli add set="tom" count=4;
|
2023-12-03 11:13:26 +00:00
|
|
|
zhongli add stats hp=4780 atk=311 hp%=0.466 geo%=0.466 cr=0.311;
|
|
|
|
zhongli add stats hp%=0.6 atk%=0.2 er=0.30 cr=0.331 cd=0.7944 ;
|
|
|
|
|
2023-12-02 10:28:23 +00:00
|
|
|
nahida char lvl=90/90 cons=0 talent=9,9,9;
|
|
|
|
nahida add weapon="wanderingevenstar" refine=1 lvl=90/90;
|
|
|
|
nahida add set="deepwoodmemories" count=4;
|
|
|
|
nahida add stats hp=4780 atk=311 em=187 em=187 em=187 ; #main
|
2023-12-03 11:13:26 +00:00
|
|
|
nahida add stats atk%=0.2 em=80 er=0.30 cr=0.198 cd=0.528 ;
|
|
|
|
|
2023-12-02 10:28:23 +00:00
|
|
|
yae char lvl=90/90 cons=0 talent=9,9,9;
|
2023-12-03 11:13:26 +00:00
|
|
|
yae add weapon="widsith" refine=5 lvl=90/90;
|
|
|
|
yae add set="tf" count=2;
|
|
|
|
yae add set="wt" count=2;
|
|
|
|
yae add stats hp=4780 atk=311 atk%=0.466 electro%=0.466 cr=0.311; #main
|
|
|
|
yae add stats atk%=0.2 er=0.30 em=80 cr=0.297 cd=0.594;
|
|
|
|
|
|
|
|
alhaitham char lvl=90/90 cons=0 talent=9,10,9;
|
|
|
|
alhaitham add weapon="wolffang" refine=5 lvl=90/90;
|
2023-12-02 10:28:23 +00:00
|
|
|
alhaitham add set="gd" count=4;
|
2023-12-03 11:13:26 +00:00
|
|
|
alhaitham add stats hp=4780 atk=311 em=187 dendro%=0.466 cd=0.622 ; #main
|
|
|
|
alhaitham add stats atk%=0.3 er=0.3 em=120 cr=0.331 cd=0.528;
|
2023-12-02 10:28:23 +00:00
|
|
|
|
|
|
|
# ---- Default Enemy
|
2023-12-07 17:03:04 +00:00
|
|
|
target lvl=100 resist=0.1 radius=2 pos=0,2.4;
|
|
|
|
options swap_delay=12 duration=120 iteration=500;
|
2023-12-02 10:28:23 +00:00
|
|
|
energy every interval=480,720 amount=1;
|
|
|
|
|
|
|
|
active yae;
|
2023-12-03 11:13:26 +00:00
|
|
|
yae skill:3;
|
|
|
|
|
2023-12-07 17:03:04 +00:00
|
|
|
while 1 {
|
2023-12-03 11:13:26 +00:00
|
|
|
zhongli skill[hold=1], dash;
|
|
|
|
nahida skill;
|
|
|
|
if .nahida.burst.ready { nahida burst; } else { nahida attack, charge; }
|
|
|
|
if .alhaitham.burst.ready {
|
|
|
|
alhaitham burst;
|
|
|
|
if .yae.skill.charge >= 2 {
|
|
|
|
yae attack, skill:2;
|
|
|
|
} else {
|
|
|
|
yae attack, skill, attack;
|
|
|
|
}
|
2023-12-04 10:43:44 +00:00
|
|
|
alhaitham attack:3, dash, attack:3, # 3 mirrors
|
|
|
|
skill, attack:3, dash, attack:3, # 3 mirrors
|
|
|
|
charge, attack:3, dash, attack:3, dash, # 3 mirrors
|
|
|
|
attack:3, dash, attack:3, dash, # 2 mirrors
|
|
|
|
attack:3; # 1 mirror
|
2023-12-03 11:13:26 +00:00
|
|
|
} else {
|
|
|
|
while .yae.skill.ready { yae skill; }
|
2023-12-04 10:43:44 +00:00
|
|
|
alhaitham skill[hold=1], low_plunge[short=1],
|
|
|
|
attack:3, dash, attack:3, dash, # 3 mirrors
|
|
|
|
attack:3, dash, attack:3, dash, # 2 mirrors
|
|
|
|
attack:3, dash, attack:3; # 1 mirror
|
2023-12-03 11:13:26 +00:00
|
|
|
}
|
|
|
|
while .yae.skill.ready { yae skill; }
|
2023-12-02 10:28:23 +00:00
|
|
|
}
|