Added Soft remove and a character asset parenting system
This commit is contained in:
4
rpg-docs/Model/Character/SubSchemas/Skill.js
Normal file
4
rpg-docs/Model/Character/SubSchemas/Skill.js
Normal file
@@ -0,0 +1,4 @@
|
||||
Schemas.Skill = new SimpleSchema({
|
||||
//attribute name that this skill used as base mod for roll
|
||||
ability: { type: String, defaultValue: "" },
|
||||
});
|
||||
Reference in New Issue
Block a user