habitica/views/shared/modals/pets.jade

21 lines
787 B
Text
Raw Normal View History

2013-09-17 16:16:16 +00:00
div(modal='modals.dropsEnabled')
.modal-header
h3 Drops Enabled!
.modal-body
p
2013-09-17 16:16:16 +00:00
span.item-drop-icon(class='Pet_Egg_{{user.items.eggs.0.name}}')
| You've unlocked the Drop System! Now when you complete tasks, you have a small chance of finding an item. And guess what, you just found a
strong {{user.items.eggs.0.text}} egg
| ! {{user.items.eggs.0.notes}}
.modal-footer
button.btn.btn-default.cancel(ng-click='modals.pets.dropsEnabled=false') Close
2013-09-17 16:16:16 +00:00
div(modal='modals.drop')
.modal-header
h3 An item has dropped!
.modal-body
p
2013-09-17 16:16:16 +00:00
span.item-drop-icon(class='Pet_{{user._tmp.drop.type}}_{{user._tmp.drop.name}}')
| {{user._tmp.drop.dialog}}
.modal-footer
2013-09-17 16:16:16 +00:00
button.btn.btn-default.cancel(ng-click='modals.drop = false') Close