Removed unneeded "type" from schemas, use parent.collection instead.

This commit is contained in:
Thaum
2015-04-17 11:30:44 +00:00
parent 1352bd1178
commit 245867dae6
13 changed files with 14 additions and 47 deletions

View File

@@ -17,7 +17,6 @@ var getPointBuyEffect = function(stat, value, pointsUsed, charId){
name: pointsUsed + " Point Buy",
operation: "base",
value: value,
type: "inate",
parent: {collection: "Characters", id: charId},
enabled: true,
},
@@ -25,7 +24,6 @@ var getPointBuyEffect = function(stat, value, pointsUsed, charId){
charId: charId,
stat: stat,
operation: "base",
type: "inate"
}
};
};