Buffs now display attacks and proficiencies in buffDialog
This commit is contained in:
@@ -47,7 +47,7 @@ Schemas.Buff = new SimpleSchema({
|
||||
regEx: SimpleSchema.RegEx.Id,
|
||||
},
|
||||
appliedByDetails: {//the name and collection of the thing that applied the buff, and the character's name
|
||||
type: Object;
|
||||
type: Object,
|
||||
},
|
||||
"appliedByDetails.name": {
|
||||
type: String,
|
||||
|
||||
@@ -14,4 +14,6 @@
|
||||
<div>{{#markdown}}{{evaluateString charId description}}{{/markdown}}</div>
|
||||
{{/if}}
|
||||
{{> effectsViewList charId=charId parentId=_id}}
|
||||
{{> attacksViewList charId=charId parentId=_id}}
|
||||
{{> proficienciesViewList charId=charId parentId=_id}}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user