Add Orb of Rebirth to shop, image to modals, tweak modal text

This commit is contained in:
Sabe Jones 2013-12-24 09:57:04 -06:00
parent 60c622f1c1
commit cc3632b611
2 changed files with 12 additions and 5 deletions

View file

@ -122,3 +122,8 @@ script(type='text/ng-template', id='partials/options.inventory.drops.html')
p
| {{Content.spells.special.snowball.value}}
span.Pet_Currency_Gem1x.inline-gems
div(ng-show='user.flags.rebirthEnabled')
button.customize-option(popover='Begin a new character at Level 1 while retaining achievements, collectibles, and tasks with history.', popover-title='Orb of Rebirth', popover-trigger='mouseenter', popover-placement='left', ng-click='modals.rebirth = true', class='rebirth_orb')
p
| 8
span.Pet_Currency_Gem1x.inline-gems

View file

@ -4,6 +4,7 @@ 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!
@ -15,9 +16,10 @@ div(modal='modals.rebirth')
h3 Rebirth: Begin a New Adventure
.modal-body
include ../gems
p.
Rebirth sets your game to a starting state, as if you'd created a new account, but keeps your most hard-earned or paid-for items intact. When you are reborn:
ul
.rebirth_orb.pull-left(style='margin-right: 5px')
p Rebirth sets your game to a starting state, as if you'd created a new account, but keeps your most hard-earned or paid-for items intact.
br
.unordered
li You become a Level 1 Warrior with full Health but no Experience. You may choose a new class at Level 10 as normal.
li You lose all Gold and all purchased equipment.
li Your tasks are reset to neutral (yellow color), but their history remains.
@ -26,8 +28,8 @@ div(modal='modals.rebirth')
li You keep whatever Challenges, Guilds, and Party you are a member of.
li You keep your Pets and Mounts, though you will not be able to access them until you unlock the Stable again.
li You earn an Achievement for beginning a new adventure!
p.
Consider using this feature if you would like to replay the early game with Habit's newest features, or if your motivation drops when you've attained all the best gear!
br
p Use this feature to replay the early game with Habit's newest features, or to bring back the motivation of equipment Rewards when you have it all!
.modal-footer
button.btn.btn-large.cancel(ng-click='modals.rebirth = false') Never mind
span(ng-if='user.balance < 1')