Hi everyone,
I’d like to implement a TftL charactersheet for a possible transotion from Roll20 and no premade sheet is available (sadly).
Atm I struggle with the action-mechanics, maybe someone can help me out.
Given are the following attributes:
StatA=3
StatB=2
Condition1=1
Condition2=1
Condition3=0
Condition4=0
Condition5=0
Conditions are checkboxes, Stats are numbered values.
Every Roll should be: Roll 1d6 for every point in StatA+StatB and substrakt for each Condition1-4 one dice (but leave at least one dice, as long Condition5 is not set, than no roll is allowed or should fail immediately).
In the above example there should be a roll of 3+2-1-1=3d6
For
StatA=1
StatB=2
Condition1=1
Condition2=1
Condition3=1
Condition4=1
Condition5=0
the roll would be 1+2-1-1-1-1=1d6 (at least one dice is rolled, unless Cond5 is not checked)
Maybe one can even give a failure notice, if Cond5 is set like “You cannot perfom any action” or something like that.
Every 6 counts as success, there are no failures (except not having a success, of course ), so you do not need the actual roll results, just the number of sixes.
Is there any syntax, with which you can archive that kind of action? I was not able to figure it out myself using the provided dice roll syntax help
I hope you can help me to switch to Astral
Sincerely, Hati