diff --git a/script/content.coffee b/script/content.coffee index ca3d11768c..8acf2f6f14 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -833,12 +833,15 @@ api.userDefaults = dailys: [ {type: 'daily', text: '1h Personal Project', notes: 'All tasks default to yellow when they are created. This means you will take only moderate damage when they are missed and will gain only a moderate reward when they are completed.', value: 0, completed: false, repeat: repeat, attribute: 'per' } - {type: 'daily', text: 'Exercise', notes: 'Dailies you complete consistently will turn from yellow to green to blue, helping you track your progress. The higher you move up the ladder, the less damage you take for missing and less reward you receive for completing the goal.', value: 3, completed: false, repeat: repeat, attribute: 'str' } + {type: 'daily', text: 'Clean your apartment', notes: 'Dailies you complete consistently will turn from yellow to green to blue, helping you track your progress. The higher you move up the ladder, the less damage you take for missing and less reward you receive for completing the goal.', value: 3, completed: false, repeat: repeat, attribute: 'con' } {type: 'daily', text: '45m Reading', notes: 'If you miss a daily frequently, it will turn darker shades of orange and red. The redder the task is, the more experience and gold it grants for success and the more damage you take for failure. This encourages you to focus on your shortcomings, the reds.', value: -10, completed: false, repeat: repeat, attribute: 'int' } + {type: 'daily', text: 'Exercise', notes: 'You can add checklists to dailies and todos. As you progress through the checklist, you will get a proportionate reward.', checklist: [{completed: true, text: 'Stretching' }, {completed: false, text: 'Sit-ups'}, {completed: false, text: 'Push-ups'}], completed: false, repeat: repeat, attribute: 'str' } ] todos: [ - {type: 'todo', text: 'Call Mom', notes: 'While not completing a to-do in a set period of time will not hurt you, they will gradually change from yellow to red, thus becoming more valuable. This will encourage you to wrap up stale To-Dos.', value: -3, completed: false, attribute: 'per' } + {type: 'todo', text: 'Use emojis :+1:', notes: 'You can use emojis in all your habit, daily, and to-do titles.', completed: false, attribute: 'int' } + {type: 'todo', text: '_Learn_ **Markdown** :book:', notes: 'You can use Markdown for styling your task names.', completed: false, attribute: 'int' } + {type: 'todo', text: 'Call Mom :telephone_receiver:', notes: 'While not completing a to-do in a set period of time will not hurt you, they will gradually change from yellow to red, thus becoming more valuable. This will encourage you to wrap up stale To-Dos.', value: -3, completed: false, attribute: 'per' } ] rewards: [