mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
24 lines
379 B
JavaScript
24 lines
379 B
JavaScript
// Generated by CoffeeScript 1.3.3
|
|
var userSchema;
|
|
|
|
module.exports.userSchema = userSchema = {
|
|
stats: {
|
|
money: 0,
|
|
exp: 0,
|
|
lvl: 1,
|
|
hp: 50
|
|
},
|
|
items: {
|
|
itemsEnabled: false,
|
|
armor: 0,
|
|
weapon: 0
|
|
},
|
|
tasks: {},
|
|
habitIds: [],
|
|
dailyIds: [],
|
|
todoIds: [],
|
|
completedIds: [],
|
|
rewardIds: []
|
|
};
|
|
|
|
module.exports.updateSchema = function(model) {};
|