Ovale Spell Priority

Ovale Spell Priority

6M Downloads

SimultionCraft.ts Module

mwojtkowski opened this issue ยท 1 comments

commented

Regular expresions on lines 563, 571 are causing errors in-game strmatch returns nil for both, no errors using npm run simc

Example:

ironskin_brew,if=buff.blackout_combo.down&incoming_damage_1999ms>(health.max*0.1+stagger.last_tick_damage_4)&buff.elusive_brawler.stack<2&!buff.ironskin_brew.up

in-game local tokenType, token = tokenStream:Consume() will return

tokentokenType = i
token = i
commented

Also fractional numbers are converted to integers for ex. 0.1 -> 0