classes: add just guide for classes unlock

This commit is contained in:
Tyler Renelle
2013-12-16 13:33:05 -07:00
parent a1590f7f3e
commit 5251b4ce3c
5 changed files with 64 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
h4 Equipment
h4.stats-equipment Equipment
p(ng-repeat='(k,v) in user.items.gear.equipped', ng-init='piece=Content.gear.flat[v]', ng-show='piece')
strong {{piece.text}}: 
span(ng-repeat='stat in ["str","con","per","int"]', ng-show='piece[stat]') {{piece[stat]}}{{stat}}