4 lines
118 B
JavaScript
4 lines
118 B
JavaScript
|
if (args.effect.conditionId == "ablaze")
|
||
|
{
|
||
|
args.data.formula += ` + parseInt(this.effect.sourceTest.result.SL)`
|
||
|
}
|