mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 00:09:41 +00:00
8 lines
456 B
Text
8 lines
456 B
Text
|
|
h4(class=mobile?'item item-divider':'')=env.t('stats')
|
||
|
|
table.table.table-striped
|
||
|
|
+basicRow('health', '{{::statCalc.hpDisplay(profile.stats.hp)}}')
|
||
|
|
+basicRow('mana', '{{statCalc.mpDisplay(profile)}}')(ng-if='profile.stats.lvl >= 10 && !profile.preferences.disableClasses')
|
||
|
|
+basicRow('gold', '{{::statCalc.goldDisplay(profile.stats.gp)}}')
|
||
|
|
+basicRow('level', '{{::profile.stats.lvl}}')
|
||
|
|
+basicRow('experience', '{{::statCalc.expDisplay(profile)}}')
|