Added more material design touch response, swipe pages, and began effects lists

This commit is contained in:
Thaum
2014-12-09 13:42:05 +00:00
parent ad474590bd
commit a26589157e
33 changed files with 840 additions and 63 deletions

View File

@@ -30,7 +30,7 @@ Schemas.Effect = new SimpleSchema({
//indicates what the effect originated from
type: {
type: String,
defaultValue: "default",
allowedValues: ["default", "inate", "class", "race", "feat", "equippedMagic", "equippedMundane", "external"]
defaultValue: "editable",
allowedValues: ["editable", "feat", "buff", "equipment", "inate"]
}
});