Question:
Can the `prgstack` column in skills.txt be entered into an expression such as "stat('nofreezing'.accr) ? 1:0"?
Description:
When I recently tried to realize `Mosaic` in 1.13c, it occurs to me that I can make a new Assassin's Royal Strike, which means releasing meteors, chainlightning and chaoices when charging 3, meteors and chainlightning when 2, meteors when 1.
The above only requires setting prgstack to 1, and I think it's a good idea to enhance Royal Strike.
I want to realize that when I'm `nofreezing`, for example, I can do the new Royal Strike, and if I'm not, do the old one.
However, filling `prgstack` in the expression "stat('nofreezing'.accr) ? 1:0" is wrong, and It seems that when the cell isn't empty (such as fill `a`, `1`, etc.), the Royal Strike will also be the new one.
How can I make it? Does it need dll editing?
1.13c prgstack in skills.txt
Moderator: Nizari
Re: 1.13c prgstack in skills.txt
Unfortunately, most columns do not allow for calculations. Prgstack cannot use calcs without code editing.