|
|
|
@@ -8,48 +8,51 @@ figure.herobox(ng-click='spell ? castEnd(profile, "user", $event) : clickMember(
|
|
|
|
|
// Mount Body
|
|
|
|
|
span(ng-if='profile.items.currentMount', class='Mount_Body_{{profile.items.currentMount}}')
|
|
|
|
|
|
|
|
|
|
span(ng-if='profile.stats.buffs.snowball')
|
|
|
|
|
span.snowman
|
|
|
|
|
span(ng-if='!profile.stats.buffs.snowball')
|
|
|
|
|
// Back Accessory
|
|
|
|
|
span(class='{{profile.items.gear.equipped.back}}', ng-if='!profile.preferences.costume')
|
|
|
|
|
span(class='{{profile.items.gear.costume.back}}', ng-if='profile.preferences.costume')
|
|
|
|
|
span(class='april_fools_{{profile.stats.class}}')
|
|
|
|
|
|
|
|
|
|
// Avatar
|
|
|
|
|
span(class='skin_{{profile.preferences.skin}}')
|
|
|
|
|
//-
|
|
|
|
|
span(ng-if='profile.stats.buffs.snowball')
|
|
|
|
|
span.snowman
|
|
|
|
|
span(ng-if='!profile.stats.buffs.snowball')
|
|
|
|
|
// Back Accessory
|
|
|
|
|
span(class='{{profile.items.gear.equipped.back}}', ng-if='!profile.preferences.costume')
|
|
|
|
|
span(class='{{profile.items.gear.costume.back}}', ng-if='profile.preferences.costume')
|
|
|
|
|
|
|
|
|
|
// Shirt
|
|
|
|
|
span(class='{{profile.preferences.size}}_shirt_{{profile.preferences.shirt}}')
|
|
|
|
|
// Avatar
|
|
|
|
|
span(class='skin_{{profile.preferences.skin}}')
|
|
|
|
|
|
|
|
|
|
// Armor
|
|
|
|
|
span(class='{{profile.preferences.size}}_{{profile.items.gear.equipped.armor}}', ng-if='!profile.preferences.costume')
|
|
|
|
|
span(class='{{profile.preferences.size}}_{{profile.items.gear.costume.armor}}', ng-if='profile.preferences.costume')
|
|
|
|
|
// Shirt
|
|
|
|
|
span(class='{{profile.preferences.size}}_shirt_{{profile.preferences.shirt}}')
|
|
|
|
|
|
|
|
|
|
// Hair
|
|
|
|
|
span(class='head_0')
|
|
|
|
|
span(class='hair_base_{{profile.preferences.hair.base}}_{{profile.preferences.hair.color}}')
|
|
|
|
|
span(class='hair_bangs_{{profile.preferences.hair.bangs}}_{{profile.preferences.hair.color}}')
|
|
|
|
|
span(class='hair_mustache_{{profile.preferences.hair.mustache}}_{{profile.preferences.hair.color}}')
|
|
|
|
|
span(class='hair_beard_{{profile.preferences.hair.beard}}_{{profile.preferences.hair.color}}')
|
|
|
|
|
// Armor
|
|
|
|
|
span(class='{{profile.preferences.size}}_{{profile.items.gear.equipped.armor}}', ng-if='!profile.preferences.costume')
|
|
|
|
|
span(class='{{profile.preferences.size}}_{{profile.items.gear.costume.armor}}', ng-if='profile.preferences.costume')
|
|
|
|
|
|
|
|
|
|
// Helm
|
|
|
|
|
span(class='{{profile.items.gear.equipped.head}}', ng-if='!profile.preferences.costume')
|
|
|
|
|
span(class='{{profile.items.gear.costume.head}}', ng-if='profile.preferences.costume')
|
|
|
|
|
// Hair
|
|
|
|
|
span(class='head_0')
|
|
|
|
|
span(class='hair_base_{{profile.preferences.hair.base}}_{{profile.preferences.hair.color}}')
|
|
|
|
|
span(class='hair_bangs_{{profile.preferences.hair.bangs}}_{{profile.preferences.hair.color}}')
|
|
|
|
|
span(class='hair_mustache_{{profile.preferences.hair.mustache}}_{{profile.preferences.hair.color}}')
|
|
|
|
|
span(class='hair_beard_{{profile.preferences.hair.beard}}_{{profile.preferences.hair.color}}')
|
|
|
|
|
|
|
|
|
|
// Head Accessory
|
|
|
|
|
span(class='{{profile.items.gear.equipped.headAccessory}}', ng-if='!profile.preferences.costume')
|
|
|
|
|
span(class='{{profile.items.gear.costume.headAccessory}}', ng-if='profile.preferences.costume')
|
|
|
|
|
// Helm
|
|
|
|
|
span(class='{{profile.items.gear.equipped.head}}', ng-if='!profile.preferences.costume')
|
|
|
|
|
span(class='{{profile.items.gear.costume.head}}', ng-if='profile.preferences.costume')
|
|
|
|
|
|
|
|
|
|
// Flower
|
|
|
|
|
span(class='hair_flower_{{profile.preferences.hair.flower}}')
|
|
|
|
|
// Head Accessory
|
|
|
|
|
span(class='{{profile.items.gear.equipped.headAccessory}}', ng-if='!profile.preferences.costume')
|
|
|
|
|
span(class='{{profile.items.gear.costume.headAccessory}}', ng-if='profile.preferences.costume')
|
|
|
|
|
|
|
|
|
|
// Shield
|
|
|
|
|
span(class='{{profile.items.gear.equipped.shield}}', ng-if='!profile.preferences.costume')
|
|
|
|
|
span(class='{{profile.items.gear.costume.shield}}', ng-if='profile.preferences.costume')
|
|
|
|
|
// Flower
|
|
|
|
|
span(class='hair_flower_{{profile.preferences.hair.flower}}')
|
|
|
|
|
|
|
|
|
|
// Weapon
|
|
|
|
|
span(class='{{profile.items.gear.equipped.weapon}}', ng-if='!profile.preferences.costume')
|
|
|
|
|
span(class='{{profile.items.gear.costume.weapon}}', ng-if='profile.preferences.costume')
|
|
|
|
|
// Shield
|
|
|
|
|
span(class='{{profile.items.gear.equipped.shield}}', ng-if='!profile.preferences.costume')
|
|
|
|
|
span(class='{{profile.items.gear.costume.shield}}', ng-if='profile.preferences.costume')
|
|
|
|
|
|
|
|
|
|
// Weapon
|
|
|
|
|
span(class='{{profile.items.gear.equipped.weapon}}', ng-if='!profile.preferences.costume')
|
|
|
|
|
span(class='{{profile.items.gear.costume.weapon}}', ng-if='profile.preferences.costume')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Mount Head
|
|
|
|
|