Made carry capacity an attribute, migrations need testing

This commit is contained in:
Stefan Zermatten
2015-08-31 15:51:52 +02:00
parent c08cf83096
commit 9e200db7b9
4 changed files with 59 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ Schemas.Character = new SimpleSchema({
age: {type: Schemas.Attribute},
ageRate: {type: Schemas.Attribute},
armor: {type: Schemas.Attribute},
carryMultiplier: {type: Schemas.Attribute},
//resources
level1SpellSlots: {type: Schemas.Attribute},