mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-16 11:11:43 +00:00
classes & grunt-spritesmith: death, paws, gems-cleanup
This commit is contained in:
parent
55d0a0a94d
commit
8803df46c0
6 changed files with 8 additions and 18 deletions
|
|
@ -30,7 +30,7 @@ script(type='text/ng-template', id='partials/options.inventory.stable.mounts.htm
|
|||
button(class="pet-button Mount_Head_{{mount}}", ng-show='user.items.mounts[mount]', ng-class='{active: user.items.currentMount == mount}', ng-click='chooseMount(egg.name, potion.name)')
|
||||
//div(class='Mount_Head_{{mount}}')
|
||||
button(class="pet-button pet-not-owned", ng-hide='user.items.mounts[mount]')
|
||||
img(src='/bower_components/habitrpg-shared/img/PixelPaw.png')
|
||||
.PixelPaw
|
||||
|
||||
h4 Rare Mounts
|
||||
menu
|
||||
|
|
@ -60,7 +60,7 @@ script(type='text/ng-template', id='partials/options.inventory.stable.pets.html'
|
|||
//-.progress(ng-class='{"progress-success": user.items.pets[pet]<50}')
|
||||
.bar(style="width: {{user.items.pets[pet]/.5}}%;")
|
||||
button(class="pet-button pet-not-owned", ng-if='!user.items.pets[pet]')
|
||||
img(src='/bower_components/habitrpg-shared/img/PixelPaw.png')
|
||||
.PixelPaw
|
||||
|
||||
h4 Rare Pets
|
||||
menu
|
||||
|
|
@ -71,7 +71,7 @@ script(type='text/ng-template', id='partials/options.inventory.stable.pets.html'
|
|||
button(ng-if='user.items.pets["Turkey-Base"]', class="pet-button Pet-Turkey-Base", ng-class='{active: user.items.currentPet == "Turkey-Base"}', ng-click='choosePet("Turkey", "Base")', popover='Turkey', popover-trigger='mouseenter', popover-placement='bottom')
|
||||
a(target='_blank', href='http://habitrpg.wikia.com/wiki/Contributing_to_HabitRPG')
|
||||
button(ng-if='!user.items.pets["Dragon-Hydra"]', class="pet-button pet-not-owned", popover-trigger='mouseenter', popover-placement='right', popover="Click the gold paw to learn more about how you can obtain this rare pet through contributing to HabitRPG!", popover-title='How to Get this Pet!')
|
||||
img(src='/bower_components/habitrpg-shared/img/PixelPaw-Gold.png')
|
||||
.PixelPaw-Gold
|
||||
|
||||
//-.well.food-tray
|
||||
p(ng-show='foodCount < 1') You don't have any food yet.
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@ script(id='partials/options.profile.avatar.html', type='text/ng-template')
|
|||
// Bangs
|
||||
li.customize-menu
|
||||
menu(label='Bangs')
|
||||
button(class='hair_bangs_0_{{user.preferences.hair.color}} customize-option', type='button', ng-click='set("preferences.hair.bangs",0)')
|
||||
button(class='head_warrior_0 customize-option', type='button', ng-click='set("preferences.hair.bangs",0)')
|
||||
button(class='hair_bangs_1_{{user.preferences.hair.color}} customize-option', type='button', ng-click='set("preferences.hair.bangs",1)')
|
||||
button(class='hair_bangs_2_{{user.preferences.hair.color}} customize-option', type='button', ng-click='set("preferences.hair.bangs",2)')
|
||||
button(class='hair_bangs_3_{{user.preferences.hair.color}} customize-option', type='button', ng-click='set("preferences.hair.bangs",3)')
|
||||
|
|
@ -53,7 +53,7 @@ script(id='partials/options.profile.avatar.html', type='text/ng-template')
|
|||
// Base
|
||||
li.customize-menu
|
||||
menu(label='Base')
|
||||
button(class='hair_base_0_{{user.preferences.hair.color}} customize-option', type='button', ng-click='set("preferences.hair.base",0)')
|
||||
button(class='head_warrior_0 customize-option', type='button', ng-click='set("preferences.hair.base",0)')
|
||||
button(class='hair_base_1_{{user.preferences.hair.color}} customize-option', type='button', ng-click='set("preferences.hair.base",1)')
|
||||
button(class='hair_base_2_{{user.preferences.hair.color}} customize-option', type='button', ng-click='set("preferences.hair.base",2)')
|
||||
button(class='hair_base_3_{{user.preferences.hair.color}} customize-option', type='button', ng-click='set("preferences.hair.base",3)')
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
a.pull-right.gem-wallet(popover-trigger='mouseenter', popover-title='Guild Bank', popover='Gems which your guild leader can use for challenge prizes.', popover-placement='left', popover-html='true')
|
||||
// <span class="task-action-btn tile flush bright add-gems-btn">+</span>
|
||||
span.task-action-btn.tile.flush.neutral
|
||||
.Gems
|
||||
.Pet_Currency_Gem2x.Gems
|
||||
| {{group.balance * 4 | number:0 }} Guild Gems
|
||||
.row-fluid
|
||||
.span4
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
a.pull-right.gem-wallet(ng-click='modals.buyGems = true', popover-trigger='mouseenter', popover-title='Gems', popover="Used for buying special items (reroll, eggs, hatching potions, etc). You'll need to unlock those features before being able to use Gems.", popover-placement='bottom')
|
||||
span.task-action-btn.tile.flush.bright.add-gems-btn +
|
||||
span.task-action-btn.tile.flush.neutral
|
||||
.Gems
|
||||
.Pet_Currency_Gem2x.Gems
|
||||
| {{user.balance * 4 | number:0}} Gems
|
||||
|
|
@ -8,16 +8,6 @@ figure.herobox(ng-click='spell ? castEnd(profile, "user", $event) : clickMember(
|
|||
// Mount Body
|
||||
span(ng-if='profile.items.currentMount', class='Mount_Body_{{profile.items.currentMount}}')
|
||||
|
||||
//- Avatar
|
||||
//-span(class='{{profile.preferences.gender}}_skin_{{profile.preferences.skin}}')
|
||||
//-span(class='{{profile.preferences.gender}}_head_0')
|
||||
//-span(class='{{profile.preferences.gender}}_hair_base_{{profile.preferences.hair.base}}_{{profile.preferences.hair.color}}')
|
||||
//-span(class='{{profile.preferences.gender}}_hair_bangs_{{profile.preferences.hair.bangs}}_{{profile.preferences.hair.color}}')
|
||||
//-span(class='{{equipped("armor", profile.items.armor, profile.preferences, profile.backer, profile.contributor)}}-{{profile.stats.class}}')
|
||||
//-span(class='{{equipped("head", profile.items.head, profile.preferences, profile.backer, profile.contributor)}}-{{profile.stats.class}}', ng-show='profile.preferences.showHelm')
|
||||
//-span(class='{{equipped("shield",profile.items.shield,profile.preferences, profile.backer, profile.contributor)}}-{{profile.stats.class}}')
|
||||
//-span(class='{{equipped("weapon",profile.items.weapon,profile.preferences, profile.backer, profile.contributor)}}-{{profile.stats.class}}')
|
||||
|
||||
span(class='skin_{{profile.preferences.skin}}')
|
||||
span(class='{{profile.preferences.size}}_{{profile.items.gear.current.armor}}', ng-show='profile.preferences.showArmor')
|
||||
span(class='head_warrior_0')
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ div(modal='user.stats.hp <= 0', options='{backdrop:true, keyboard:false, backdro
|
|||
.row-fluid
|
||||
.span4
|
||||
figure.notification-character
|
||||
img(src='/bower_components/habitrpg-shared/img/sprites/dead.png')
|
||||
.GrimReaper
|
||||
.span8
|
||||
h2 You Died!
|
||||
.row-fluid
|
||||
|
|
|
|||
Loading…
Reference in a new issue