gcsim icon indicating copy to clipboard operation
gcsim copied to clipboard

Substat Optimizer Not Returning Character Names Properly In Import Mode

Open Tsym-or-Tysm opened this issue 3 years ago • 1 comments

From vigne:

https://discord.com/channels/845087716541595668/869210750596554772/942806502543069194

image image

This may be resolved by the changes in the next branch - to be seen...

Tsym-or-Tysm avatar Feb 15 '22 00:02 Tsym-or-Tysm

I can't reproduce this, so it seems like the bug got fixed?

main.txt:

import "./sample.txt"

xingqiu add weapon="favoniussword" refine=1 lvl=90/90;

import "./rot.txt"

sample.txt:

options swap_delay=12 debug=true iteration=1000 duration=105 workers=30;

xingqiu char lvl=90/90 cons=6 talent=9,9,9;
xingqiu add weapon="lionsroar" refine=3 lvl=90/90;
xingqiu add set="noblesseoblige" count=5;
xingqiu add stats hp=4780 atk=311 er=0.518 hydro%=0.466 cr=0.311 ; #main

fischl char lvl=90/90 cons=6 talent=9,9,9;
fischl add weapon="alleyhunter" refine=1 lvl=90/90 +params=[stacks=10];
fischl add set="tenacityofthemillelith" count=5;
fischl add stats hp=4780 atk=311 atk%=0.466 electro%=0.466 cr=0.311 ; #main

beidou char lvl=90/90 cons=6 talent=9,9,9;
beidou add weapon="serpentspine" refine=1 lvl=90/90 +params=[stacks=5];
beidou add set="emblemofseveredfate" count=5;
beidou add stats hp=4780 atk=311 atk%=0.466 electro%=0.466 cd=0.622 ; #main

sucrose char lvl=90/90 cons=6 talent=9,9,9;
sucrose add weapon="hakushinring" refine=5 lvl=90/90;
sucrose add set="viridescentvenerer" count=5;
sucrose add stats hp=4780 atk=311 em=560 ; #main


energy every=10 amount=1;
target lvl=100 resist=.10;

rot.txt:

active fischl;
while 1 {
    fischl burst;
    sucrose attack, burst;
    xingqiu skill, burst, attack;
    beidou skill, burst;
    sucrose attack:1, skill, jump,
        attack:2, dash,
        attack:2, dash,
        attack:2, dash,
        attack:2, jump,
        attack
        ;
    beidou skill[counter=2], attack;
    fischl skill, attack:2;
    sucrose attack:1, skill, jump,
        attack:2, dash,
        attack:2, jump,
        attack:1, charge,
        attack:2, charge;
    wait(5); #for more hydro application
    sucrose attack:1, charge;
    beidou skill, attack:2;
    sucrose attack:1, charge;
    fischl attack:2;
}

result:

wsl_sIgCCfHf7E

k0l11 avatar Aug 13 '22 19:08 k0l11