Added attack roll bonus and dc to spell list. Use them in spells with #spellList.dcResult and #spellList.attackRollBonusResult

This commit is contained in:
Stefan Zermatten
2021-02-23 15:21:20 +02:00
parent 0fe2780983
commit dce2c92516
4 changed files with 67 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ export default function computeEndStepProperty(prop, memo){
break;
case 'spellList':
computePropertyField(prop, memo, 'maxPrepared');
computePropertyField(prop, memo, 'attackRollBonus');
computePropertyField(prop, memo, 'dc');
break;
case 'propertySlot':
computePropertyField(prop, memo, 'quantityExpected');