mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
This commit is contained in:
parent
d2a460769d
commit
3b02717271
2 changed files with 7 additions and 7 deletions
|
|
@ -40,27 +40,27 @@ angular.module('guideServices', []).
|
|||
element: "ul.habits",
|
||||
title: "Types of Goals",
|
||||
content: "HabitRPG allows you to track your goals in three different ways. These goals are categorized in columns as Habits, Dailies, or To-Dos.",
|
||||
placement: "bottom"
|
||||
placement: "top"
|
||||
}, {
|
||||
element: "ul.habits",
|
||||
title: "Habits",
|
||||
content: "Habits are goals that you constantly track. They can be given plus or minus values, allowing you to gain experience and gold for good habits or lose health for bad ones.",
|
||||
placement: "bottom"
|
||||
placement: "top"
|
||||
}, {
|
||||
element: "ul.dailys",
|
||||
title: "Dailies",
|
||||
content: "Dailies are goals that you want to complete once a day. Checking off a daily reaps experience and gold. Failing to check off your daily before the day resets results in a loss of health. You can change your day start settings from the options menu.",
|
||||
placement: "bottom"
|
||||
placement: "top"
|
||||
}, {
|
||||
element: "ul.todos",
|
||||
title: "To-Dos",
|
||||
content: "To-Dos are one-off goals that you can get to eventually. While it is possible to set a deadline on a to-do, they are not required. To-Dos make for a quick and easy way to gain experience.",
|
||||
placement: "bottom"
|
||||
placement: "top"
|
||||
}, {
|
||||
element: "ul.rewards",
|
||||
element: "ul.main-list.rewards",
|
||||
title: "Rewards",
|
||||
content: "All that gold you earned will allow you to reward yourself with either custom or in-game prizes. Buy them liberally – rewarding yourself is integral in forming good habits.",
|
||||
placement: "bottom"
|
||||
placement: "top"
|
||||
}, {
|
||||
element: "ul.habits li:first-child",
|
||||
title: "Hover over comments",
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ script(id='templates/habitrpg-tasks.html', type="text/ng-template")
|
|||
i.icon-question-sign(popover="You have a lot of To-Dos, which can cause performance issues. Be sure to clear them periodically (see \"Completed\" tab at the bottom).", popover-trigger='mouseenter', popover-placement='left')
|
||||
|
||||
// Actual List
|
||||
ul(class='{{list.type}}s', ng-show='obj[list.type + "s"].length > 0', habitrpg-sortable)
|
||||
ul(class='{{list.type}}s main-list', ng-show='obj[list.type + "s"].length > 0', habitrpg-sortable)
|
||||
include ./task
|
||||
|
||||
// Static Rewards
|
||||
|
|
|
|||
Loading…
Reference in a new issue