
<_hpbarfully> 2 <!-- DEFAULT : 2 -->
; encumbrance; fills as weight carried increases: yellow to 55% full, orange to 80% full, red to 100%; to left of magicka barset tnoHSB.hud_color to sv_Construct "7+(3*(tnoHSB.frac>0.55))-(5*(tnoHSB.frac>0.80))"set tnoHSB.hud_val to sv_Construct "GetAV Encumbrance"set tnoHSB.hud_max to sv_Construct "GetBaseAV Encumbrance"set tnoHSB.hud_min to sv_Construct "0"set tnoHSB.hud_max to sv_Construct "GetBaseAV Encumbrance"set tnoHSB.hud_x to HUDbarsLeftset tnoHSB.hud_y to HUDbarsLowSetStage tnoHSB 10; TFE exhaustion; purple, empty when fully rested; default position: same x, above encumbranceset tnoHSB.hud_color to sv_Construct "8"set tnoHSB.hud_val to sv_Construct "tfeNeeds.exhaustion"set tnoHSB.hud_max to sv_Construct "tfeNeeds.fExhaustionMessageThreshold"SetStage tnoHSB 10; TFE hunger; rhubarb, empty when fully fed; default position: same x, above tfe exhaustionset tnoHSB.hud_color to sv_Construct "12"set tnoHSB.hud_val to sv_Construct "tfeNeeds.hunger"set tnoHSB.hud_max to sv_Construct "tfeNeeds.fHungerMessageThreshold"SetStage tnoHSB 10; weapon health; green, red when below 50%, orange above 100%, hidden if not wielding weapon; not completely full unless repaired to 125% with expert armorer perk; under weapon iconset tnoHSB.hud_color to sv_Construct "5*(tnoHSB.max>0)-4*(tnoHSB.frac>.4)+9*(tnoHSB.frac>0.81)"set tnoHSB.hud_ref to sv_Construct "Player.GetEquippedObject 16" ; weaponset tnoHSB.hud_val to sv_Construct "Player.GetEquippedCurrentHealth 16"set tnoHSB.hud_max to sv_Construct "1.25* (GetObjectHealth hud_ref)"set tnoHSB.hud_x to HUDweaponCenterset tnoHSB.hud_y to HUDweaponBelowset tnoHSB.hud_y_adjust to 4set tnoHSB.hud_size to HUDmagicWidthSetStage tnoHSB 10; enchanted weapon charges; teal, hidden if weapon not enchanted; under weapon health barset tnoHSB.hud_color to sv_Construct "4*(tnoHSB.max>0)"set tnoHSB.hud_ref to sv_Construct "Player.GetEquippedObject 16"set tnoHSB.hud_val to sv_Construct "Player.GetEquippedCurrentCharge 16"set tnoHSB.hud_max to sv_Construct "GetObjectCharge hud_ref"set tnoHSB.hud_y to HUDprevBarBelowset tnoHSB.hud_size to HUDweaponWidthSetStage tnoHSB 10; fizzle chance; purple, full at 100% casting chance; under magic icon, inline with weapon durability barset tnoHSB.hud_color to sv_Construct "8"set tnoHSB.hud_val to sv_Construct "tejonFizzle.chance"set tnoHSB.hud_max to sv_Construct "100"set tnoHSB.hud_x to HUDmagicCenterset tnoHSB.hud_y to HUDmagicBelowset tnoHSB.hud_y_adjust to 5set tnoHSB.hud_size to HUDmagicWidthSetStage tnoHSB 10; helmet health; green, red when below 50%, orange above 100%, hidden if not wearing helmet; not completely full unless repaired to 125% with expert armorer perk; to right of magic iconset tnoHSB.hud_color to sv_Construct "5*(tnoHSB.max>0)-4*(tnoHSB.frac>.4)+9*(tnoHSB.frac>0.81)"set tnoHSB.hud_ref to sv_Construct "Player.GetEquippedObject 1" ; hairset tnoHSB.hud_val to sv_Construct "Player.GetEquippedCurrentHealth 1"set tnoHSB.hud_max to sv_Construct "1.25* (GetObjectHealth hud_ref)"set tnoHSB.hud_x to HUDmagicRightset tnoHSB.hud_y to HUDmagicAboveset tnoHSB.hud_y_adjust to 2set tnoHSB.hud_size to HUDmagicWidthSetStage tnoHSB 10; cuirass health; green, red when below 50%, orange above 100%, hidden if not wearing upper body armour; not completely full unless repaired to 125% with expert armorer perk; under previous item health barset tnoHSB.hud_color to sv_Construct "5*(tnoHSB.max>0)-4*(tnoHSB.frac>.4)+9*(tnoHSB.frac>0.81)"set tnoHSB.hud_ref to sv_Construct "Player.GetEquippedObject 2" ; upper bodyset tnoHSB.hud_val to sv_Construct "Player.GetEquippedCurrentHealth 2"set tnoHSB.hud_max to sv_Construct "1.25* (GetObjectHealth hud_ref)"set tnoHSB.hud_y to HUDprevBarBelowset tnoHSB.hud_size to HUDmagicWidthSetStage tnoHSB 10; greaves health; green, red when below 50%, orange above 100%, orange above 100%, hidden if not wearing lower body armour; not completely full unless repaired to 125% with expert armorer perk; under previous item health barset tnoHSB.hud_color to sv_Construct "5*(tnoHSB.max>0)-4*(tnoHSB.frac>.4)+9*(tnoHSB.frac>0.81)"set tnoHSB.hud_ref to sv_Construct "Player.GetEquippedObject 3" ; lower bodyset tnoHSB.hud_val to sv_Construct "Player.GetEquippedCurrentHealth 3"set tnoHSB.hud_max to sv_Construct "1.25* (GetObjectHealth hud_ref)"set tnoHSB.hud_y to HUDprevBarBelowset tnoHSB.hud_size to HUDmagicWidthSetStage tnoHSB 10; gloves health; green, red when below 50%, orange above 100%, hidden if not wearing hand armour; not completely full unless repaired to 125% with expert armorer perk; under previous item health barset tnoHSB.hud_color to sv_Construct "5*(tnoHSB.max>0)-4*(tnoHSB.frac>.4)+9*(tnoHSB.frac>0.81)"set tnoHSB.hud_ref to sv_Construct "Player.GetEquippedObject 4" ; handset tnoHSB.hud_val to sv_Construct "Player.GetEquippedCurrentHealth 4"set tnoHSB.hud_max to sv_Construct "1.25* (GetObjectHealth hud_ref)"set tnoHSB.hud_y to HUDprevBarBelowset tnoHSB.hud_size to HUDmagicWidthSetStage tnoHSB 10; boots health; green, red when below 50%, orange above 100%, hidden if not wearing foot armour; not completely full unless repaired to 125% with expert armorer perk; under previous item health barset tnoHSB.hud_color to sv_Construct "5*(tnoHSB.max>0)-4*(tnoHSB.frac>.4)+9*(tnoHSB.frac>0.81)"set tnoHSB.hud_ref to sv_Construct "Player.GetEquippedObject 5" ; footset tnoHSB.hud_val to sv_Construct "Player.GetEquippedCurrentHealth 5"set tnoHSB.hud_max to sv_Construct "1.25* (GetObjectHealth hud_ref)"set tnoHSB.hud_y to HUDprevBarBelowset tnoHSB.hud_size to HUDmagicWidthSetStage tnoHSB 10; shield health; green, red when below 50%, orange above 100%, hidden if not wearing shield; not completely full unless repaired to 125% with expert armorer perk; under previous item health barset tnoHSB.hud_color to sv_Construct "5*(tnoHSB.max>0)-4*(tnoHSB.frac>.4)+9*(tnoHSB.frac>0.81)"set tnoHSB.hud_ref to sv_Construct "Player.GetEquippedObject 13" ; shieldset tnoHSB.hud_val to sv_Construct "Player.GetEquippedCurrentHealth 13"set tnoHSB.hud_max to sv_Construct "1.25* (GetObjectHealth hud_ref)"set tnoHSB.hud_y to HUDprevBarBelowset tnoHSB.hud_size to HUDmagicWidthSetStage tnoHSB 10
set tnoHSB.hud_color to sv_Construct "5*(tnoHSB.max>0)-4*(tnoHSB.frac>.5)+9*(tnoHSB.val>tnoHSB.max)"but the last colour never comes up. It should be red from empty to 50% full, green to 100%, and orange if over 100%. It stays green even when items are repaired to 125%. :shrug:
set tnoHSB.hud_color to sv_Construct "5*(tnoHSB.max>0)-4*(tnoHSB.frac>.5)+9*(tnoHSB.val>tnoHSB.max)"but the last colour never comes up. It should be red from empty to 50% full, green to 100%, and orange if over 100%. It stays green even when items are repaired to 125%. :shrug:
; A bar above the target icon that displays the current enemy health. ; This bar is meant to replace the default enemy health bar.; Displays above the crosshair. set tnoHSB.hud_color to sv_Construct "1*(tnoHSB.val
set tnoHSB.hud_color to sv_Construct "5*(tnoHSB.max>0)-4*(tnoHSB.frac>.5)+9*(tnoHSB.val>tnoHSB.max)"but the last colour never comes up. It should be red from empty to 50% full, green to 100%, and orange if over 100%. It stays green even when items are repaired to 125%. :shrug:
set tnoHSB.hud_val to sv_Construct "tejonFizzle.chance" set tnoHSB.hud_max to sv_Construct "100"
; casting chance for tejon's Fizzle; purple, full at 100% casting chance; under magic icon, inline with weapon durability barset tnoHSB.hud_color to sv_Construct "8"set tnoHSB.hud_val to sv_Construct "tejonFizzle.chance"set tnoHSB.hud_max to sv_Construct "100"set tnoHSB.hud_x to HUDmagicCenterset tnoHSB.hud_y to HUDmagicBelowset tnoHSB.hud_y_adjust to 5set tnoHSB.hud_size to HUDmagicWidthSetStage tnoHSB 10
set tnoHSB.hud_val to sv_Construct "tejonFizzle.chance" set tnoHSB.hud_max to sv_Construct "100"