Replaced languages and proficiency strings with proper proficiencies

This commit is contained in:
Thaum
2015-04-20 09:11:45 +00:00
parent b76ac23713
commit 6ec9f09b6a
17 changed files with 142 additions and 54 deletions

View File

@@ -13,7 +13,6 @@ Schemas.Character = new SimpleSchema({
bonds: { type: String, defaultValue: "", trim: false},
flaws: { type: String, defaultValue: "", trim: false},
backstory: { type: String, defaultValue: "", trim: false},
languages: { type: String, defaultValue: "", trim: false},
//attributes
//ability scores
@@ -269,7 +268,7 @@ Characters.helpers({
var ability = this.attributeValue(skill.ability);
//base modifier
var mod = +getMod(ability)
var mod = +getMod(ability);
//multiply proficiency bonus by largest value in proficiency array
var prof = this.proficiency(skillName);