Hi Ramza,
A followup question, if you will. Is it possible to input formula into the plugin parameters for Block Percentage to add to the equipped shield's Block Percentage? If yes, I tried the following but none seems to work (I tried both this. and a.):
this.skills().contains($dataSkills[874]) ? +10 : +0 this.skills().contains($dataSkills[874]) ? +10 : +0; if (this.skills().contains($dataSkills[874])) {+10} else {+0} if (this.skills().contains($dataSkills[874])) {+10;} else {+0;}
Not sure if I am doing anything wrong in any of the above lines. Greatly appreciate your response, and thanks in advance!