This commit is contained in:
hairlessbear 2015-05-16 16:52:58 -04:00
parent 93472c8a1e
commit 52d869b195
2 changed files with 2 additions and 0 deletions

View file

@ -70,6 +70,7 @@
"allocatePerPop": "Add a point to Perception", "allocatePerPop": "Add a point to Perception",
"allocateInt": "Points allocated to Intelligence:", "allocateInt": "Points allocated to Intelligence:",
"allocateIntPop": "Add a point to Intelligence", "allocateIntPop": "Add a point to Intelligence",
"noMoreAllocate": "Congrats! Now that you've hit level 100, you won't gain Attribute Points any more. You can keep leveling up, or you can use the <a href='http://habitrpg.wikia.com/wiki/Orb_of_Rebirth'>Orb of Rebirth</a> in the Market to reset to level 1!",
"stats": "Stats", "stats": "Stats",
"strength": "Strength", "strength": "Strength",
"strengthText": "Strength increases the chance of random \"critical hits\" and the Gold, Experience, and drop chance boost from them. It also helps deal damage to boss monsters.", "strengthText": "Strength increases the chance of random \"critical hits\" and the Gold, Experience, and drop chance boost from them. It also helps deal damage to boss monsters.",

View file

@ -161,6 +161,7 @@ mixin profileStats
table.table.table-striped table.table.table-striped
tr tr
td td
p(ng-if='user.stats.lvl >= 100')!=env.t('noMoreAllocate')
strong.inline strong.inline
|{{user.stats.points}}&nbsp; |{{user.stats.points}}&nbsp;
strong.hint(popover-trigger='mouseenter', popover-placement='right', popover=env.t('levelPopover'))=env.t('unallocated') strong.hint(popover-trigger='mouseenter', popover-placement='right', popover=env.t('levelPopover'))=env.t('unallocated')