mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-18 01:42:20 +00:00
update justin guide re: todos adding 1MP
This commit is contained in:
parent
82f24c2b5e
commit
61245e31b8
2 changed files with 2 additions and 2 deletions
|
|
@ -174,7 +174,7 @@ angular.module('guideServices', []).
|
|||
}, {
|
||||
element: ".meter.mana",
|
||||
title: "Spells",
|
||||
content: "You can now unlock class-specific spells. You'll see your first at level 6. Your mana replenishes 10 points per day (plus a bonus based on your Intelligence attribute)."
|
||||
content: "You can now unlock class-specific spells. You'll see your first at level 6. Your mana replenishes 10 points per day, plus 1 point per completed <a target='_blank' href='http://habitrpg.wikia.com/wiki/Todos'>To-Do</a>."
|
||||
}, {
|
||||
orphan: true,
|
||||
title: "Read More",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
script(type='text/ng-template', id='partials/options.inventory.equipment.html')
|
||||
.row-fluid
|
||||
.span6.border-right
|
||||
h3 Equipment
|
||||
h3 Battle Gear
|
||||
small This is the gear you wear into battle, it affects numbers when interacting with your tasks.
|
||||
li.customize-menu.inventory-gear
|
||||
menu.pets-menu(label='{{label}}', ng-repeat='(klass,label) in {base:"Base", warrior:"Warrior", wizard:"Wizard", rogue:"Rogue", healer:"Healer", special:"Special"}', ng-show='gear[klass]')
|
||||
|
|
|
|||
Loading…
Reference in a new issue