Files
DiceCloud/app/imports/api/creature/subSchemas/Skill.js
Stefan Zermatten d117570165 renamed model to api
2018-10-12 09:28:16 +02:00

5 lines
143 B
JavaScript

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