Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add burst cd warning #2331

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

soloxcx
Copy link
Contributor

@soloxcx soloxcx commented Feb 5, 2025

image

Adds a warning for burst cooldown, very much just the skill cooldown warning but cloned to use burst instead.

Russian locale is user translated, the others I believed I pieced together well enough using the other warnings... feel free to correct if needed.

Note I don't totally understand protos... it did reformat some unrelated files, let me know if I should uncommit those.

config in image:

arle add weapon="deathmatch" refine=1 lvl=90/90;
arle add set="fohw" count=5;
arle add stats hp=4780 atk=311 atk%=0.466 pyro%=0.466 cd=0.622 ; 
arle add stats def%=0.124 def=39.36 hp=507.88 hp%=0.0992 atk=33.08 atk%=0.0992 er=0.1102 em=79.28 cr=0.3972 cd=0.662;
        
xingqiu char lvl=90/90 cons=6 talent=9,9,9;
xingqiu add weapon="sacrificialsword" refine=5 lvl=90/90;
xingqiu add set="eosf" count=5;
xingqiu add stats hp=4780 atk=311 atk%=0.466 hydro%=0.466 cr=0.311;
xingqiu add stats def%=0.124 def=39.36 hp=507.88 hp%=0.0992 atk=33.08 atk%=0.0992 er=3.3857 em=39.64 cr=0.331 cd=0.5958;

sucrose char lvl=90/90 cons=6 talent=9,9,9;
sucrose add weapon="ttds" refine=5 lvl=90/90;
sucrose add set="viridescentvenerer" count=4;
sucrose add stats hp=4780 atk=311 em=187 em=187 em=187 ; #main
sucrose add stats def%=0.124 def=39.36 hp=507.88 hp%=0.0992 atk=33.08 atk%=0.1984 er=0.1102 em=118.92 cr=0.3641 cd=0.4634;

bennett char lvl=90/90 cons=6 talent=9,9,9; 
bennett add weapon="alleyflash" refine=1 lvl=90/90;
bennett add set="no" count=5;
bennett add stats hp=4780 atk=311 er=0.518 pyro%=0.466 cr=0.311 ; #main
bennett add stats def%=0.124 def=39.36 hp=507.88 hp%=0.0992 atk=33.08 atk%=0.0992 er=1.4959 em=39.64 cr=0.2317 cd=0.662;

options swap_delay=12 iteration=1000;
target lvl=100 resist=.1 hp=10000000 radius=2 pos=0,2.4;
energy every interval=480,720 amount=1;

active arle;
arle skill;

for let i = 0; i < 3; i = i + 1 {
  xingqiu skill, dash, burst, attack;
  
  bennett skill, dash; #repsition away from enemy to avoid Xingqiu orbitals applying hydro
  set_player_pos (0,-2); 
  bennett burst;
  
  sucrose skill, dash; #repostion back to hugging the enemy
  set_player_pos (0,0); 
  sucrose attack:2;
  
  arle attack:3, charge,
       attack:16;
  arle skill;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant