
const tokenProps = { bar1_value: hp, bar1_max: hp, bar2_link: 'AC', bar3_link: 'speed' } setDefaultToken(tokenProps);I have verified the values are sent correctly:
{ bar3_link: "speed", bar2_link: "AC", bar1_value: 135, bar1_max: 135, height: 70 … }But this results in bar1_value taking the value of bar2_link:


Same happens for a Volo creature:

Every creature I've tested has resulted in the same bug where bar1_value is overwritten by bar2's value after link.