mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
45 lines
2.2 KiB
Text
45 lines
2.2 KiB
Text
// Created by Sabe on 12/22/13.
|
|
|
|
div(modal='modals.rebirthEnabled')
|
|
.modal-header
|
|
h3 Rebirth: New Adventure Available!
|
|
.modal-body
|
|
.rebirth_orb.pull-left(style='margin-right: 5px')
|
|
p
|
|
span.
|
|
You've unlocked Rebirth! This special Market item allows you to begin a new game at level 1 while keeping your tasks, achievements, pets, and more. Use it to breathe new life into HabitRPG if you feel you've achieved it all, or to experience new features with the fresh eyes of a beginning character!
|
|
.modal-footer
|
|
button.btn.btn-default.cancel(ng-click='modals.rebirthEnabled = false') Close
|
|
|
|
div(modal='modals.rebirth')
|
|
.modal-header
|
|
h3 Rebirth: Begin a New Adventure
|
|
.modal-body
|
|
include ../gems
|
|
.rebirth_orb.pull-left(style='margin-right: 5px')
|
|
p Rebirth starts your character over from Level 1, as if you had created a new account.
|
|
br
|
|
p Your adventure begins anew with a clean slate:
|
|
.unordered
|
|
li You return to full Health.
|
|
li You have no Experience, Gold, or equipment.
|
|
li Your Habits, Dailies, and To-Dos reset to yellow, and streaks reset.
|
|
li You have the starting class of Warrior until you earn a new class.
|
|
br
|
|
p Your new character inherits a few things from their predecessor:
|
|
.unordered
|
|
li Tasks, history, and settings remain.
|
|
li Challenge, Guild, and Party memberships remain.
|
|
li Gems, backer tiers, and contributor levels remain.
|
|
li Items obtained from Gems or drops (such as pets and mounts) remain, though you cannot access them until you unlock them again.
|
|
br
|
|
.achievement-sun.pull-left(style='margin-right: 5px')
|
|
p You also earn an Achievement for beginning a new adventure!
|
|
.modal-footer
|
|
button.btn.btn-large.cancel(ng-click='modals.rebirth = false') Never mind
|
|
span(ng-if='user.balance < 2')
|
|
a.btn.btn-success.btn-large(ng-click="modals.buyGems = true") Buy More Gems
|
|
span.gem-cost Not enough Gems
|
|
span(ng-if='user.balance >= 2', ng-controller='SettingsCtrl')
|
|
a.btn.btn-danger.btn-large(ng-click='rebirth()') Be Reborn
|
|
span.gem-cost 8 Gems
|