ds4/src/module/rolls
Johannes Loher ff6427f5a9 Fix problem with check target numbers <= 0
The fix has 2 components:
1. The logic for evaluating checks now supports check target numbers<= 0
   by still using a single die in this case
2.  The CheckFactory sets the check target number to 0 even if it would
   be < 0. This is necessary because negative numbers would interfer
   with foundry's math evaluation in rolls and would not be picked up
   correctly.
2021-06-26 16:32:31 +02:00
..
check-evaluation.ts Fix problem with check target numbers <= 0 2021-06-26 16:32:31 +02:00
check-factory.ts Fix problem with check target numbers <= 0 2021-06-26 16:32:31 +02:00
check.ts Small cleanup 2021-03-14 14:52:50 +01:00
roll.ts Fix wrong roll template location 2021-04-25 18:31:19 +02:00
slaying-dice-modifier.ts Update foundry-vtt-types to remove some type workarounds 2021-03-16 07:11:12 +01:00