Items
{itemText('weapon',@profile.items.weapon)}: {itemStat('weapon',@profile.items.weapon)}% Exp gain
{itemText('armor',@profile.items.armor)}: {itemStat('armor',@profile.items.armor)}% Defense
{itemText('head',@profile.items.head)}: {itemStat('head',@profile.items.head)}% Defense
{itemText('shield',@profile.items.shield)}: {itemStat('shield',@profile.items.shield)}% Defense
Stats
HP: {floor(@profile.stats.hp)} / 50
GP: {floor(@profile.stats.gp)}
Lvl: {@profile.stats.lvl}
Exp: {floor(@profile.stats.exp)} / {tnl(@profile.stats.lvl)}
Strength: {userStr(@profile.stats.lvl)}
Defense: {userDef(@profile.stats.lvl)}
Pets Found: {count(@profile.items.pets)}
Total Strength: {totalStr(@profile.stats.lvl, @profile.items.weapon)} %
Total Defense: {totalDef(@profile.stats.lvl, @profile.items.armor, @profile.items.head, @profile.items.shield)} %
{#with _user.preferences as :p}
{#if equal(_user.preferences.gender, 'f')}
{/}
{/}
{#each _user.profile.websites as :website}
- {:website}
{/}
{{#if @profile.profile.imageUrl}}

{{/}}
{{#if @profile.profile.blurb}}
{{@profile.profile.blurb}}
{{/}}
{{#if @profile.profile.websites}}
{{#each @profile.profile.websites as :website}}
- {{:website}}
{{/}}
{{/}}
Stats
{{@profile.backer.npc}} NPC
Backed the Kickstarter project at the maximum level!
{{#if @profile.backer.contributor}}
{{@profile.backer.contributor}}
{{else}}
Contributor
{{/}}
Has contributed to HabitRPG (code, design, pixel art, legal advice, docs, etc). Want this badge? Fix a bug :)
Kickstarter Backer - ${{@profile.backer.tier}} Tier
Backed the Kickstarter Project
{#if @profile.achievements.streak}{@profile.achievements.streak}{else}0{/} Streak Achievement(s)
Has performed {#if @profile.achievements.streak}{@profile.achievements.streak}{else}0{/} 21-day streaks on Dailies
Original User
Goes way back to the Habit's days of yore (bless them for soldiering through bugs!)
Ultimate Gear
Has upgraded to the maximum weapon and armor set
Beast Master
Has found all 90 pets (insanely difficult, give this user props!)
Helped Habit Grow
Has helped HabitRPG grow by filling out this survey.
{#if @unlocked}
{@content}
{else if @unlockable}
{{#if equal(_user.id,@profile.id)}}
{@content}
{{/}}
{/}