Action system improvements
- Actions/spells now display their summary, not their description - All save branches and attack branches run when there are no targets - Improved action logging - Index branch lets you customise a choice of children to run
This commit is contained in:
@@ -28,6 +28,7 @@ export default {
|
||||
case 'successfulSave': return 'On save';
|
||||
case 'eachTarget': return 'Each target';
|
||||
case 'random': return 'Pick one at random';
|
||||
case 'index': return 'Pick one by index';
|
||||
default: return '';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user