Changed Characters to creatures, as the new attributes system is generalisable

This commit is contained in:
Stefan Zermatten
2018-08-24 12:14:03 +02:00
parent 7c9687955d
commit 5c40a84660
24 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Schemas.Skill = new SimpleSchema({
//attribute name that this skill used as base mod for roll
ability: {type: String, defaultValue: ""},
});