Buffs now display attacks and proficiencies in buffDialog

This commit is contained in:
Jacob
2017-08-09 10:17:11 +01:00
parent 3c06529906
commit 1279137362
2 changed files with 3 additions and 1 deletions

View File

@@ -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,

View File

@@ -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>