2013-03-08 17:55:04 +00:00
< modals: >
2013-03-21 20:56:25 +00:00
2013-03-13 15:47:37 +00:00
< app:modals:modal modalId = 'drops-enabled-modal' header = "Drops Enabled!" >
2013-03-23 01:21:35 +00:00
< p > You've unlocked the drop system! Now when you complete tasks, you have a random chance of finding an item drop. And guess what? You just found a {_user.items.eggs.0.text} egg! {_user.items.eggs.0.notes}< / p >
2013-03-09 13:17:02 +00:00
< @footer>
2013-03-10 01:03:24 +00:00
< button class = "btn" data-dismiss = "modal" aria-hidden = "true" > Close< / button >
2013-03-09 13:17:02 +00:00
< /@footer>
2013-03-13 15:37:06 +00:00
< / app:modals:modal >
2013-03-21 20:56:25 +00:00
< app:modals:modal modalId = 'item-dropped-modal' header = "An item has dropped!" >
< p > < span class = "Pet_{_drop.type}_{_drop.name} item-drop-icon" > < / span > {_drop.dialog}< / p >
2013-03-13 15:37:06 +00:00
< @footer>
< button class = "btn" data-dismiss = "modal" aria-hidden = "true" > Close< / button >
< /@footer>
< / app:modals:modal >
2013-03-23 01:21:35 +00:00
< pet: >
< td class = "{#if _user.items.pets[.name]}active-pet{/}" >
< img rel = tooltip title = "{.text} - {.value} Tokens" x-bind = "click:selectPet" data-pet = '{.name}' src = 'img/sprites/{.icon}' / >
< / td >
< food: >
< td class = "active-food" >
< div rel = tooltip class = "{.name}" title = "{.text} - {.value} Tokens" x-bind = "click:buyFood" data-food = '{.name}' > {.text}< / div >
< / td >