Added viewers, tree node viewers and fixed forms for new damage schema
This commit is contained in:
@@ -2,7 +2,7 @@ import SimpleSchema from 'simpl-schema';
|
||||
|
||||
const AdjustmentSchema = new SimpleSchema({
|
||||
// The roll that determines how much to change the attribute
|
||||
adjustment: {
|
||||
amount: {
|
||||
type: String,
|
||||
optional: true,
|
||||
defaultValue: '1',
|
||||
|
||||
@@ -3,7 +3,7 @@ import DAMAGE_TYPES from '/imports/constants/DAMAGE_TYPES.js';
|
||||
|
||||
const DamageSchema = new SimpleSchema({
|
||||
// The roll that determines how much to damage the attribute
|
||||
damage: {
|
||||
amount: {
|
||||
type: String,
|
||||
optional: true,
|
||||
defaultValue: '1d8 + strength.modifier',
|
||||
|
||||
Reference in New Issue
Block a user