Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ^1^T^Smodules^T^SHighlight^b^t^SRacialGlossColor^T^Sa^N0^t^Stags^T^Smaxhealth^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitHealthMax(unit)~`or~`Gladius.testing[unit].maxHealth~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Sclass:short^T^Spreparation^B^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`Gladius.L[LOCALIZED_CLASS_NAMES_MALE[Gladius.buttons[unit].class]..":short"]~`or~`Gladius.L[LOCALIZED_CLASS_NAMES_MALE[Gladius.testing[unit].unitClass]..":short"]~Jend^Sevents^SUNIT_NAME_UPDATE^t^Shealth:short^T^Sfunc^Sfunction(unit)~Jlocal~`health~`=~`not~`Gladius.test~`and~`UnitHealth(unit)~`or~`Gladius.testing[unit].health~Jif~`(health~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(health~`/~`1000))~Jelse~Jreturn~`health~Jend~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Sclass^T^Spreparation^B^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`LOCALIZED_CLASS_NAMES_MALE[Gladius.buttons[unit].class]~`or~`LOCALIZED_CLASS_NAMES_MALE[Gladius.testing[unit].unitClass]~Jend^Sevents^SUNIT_NAME_UPDATE^t^Spower:short^T^Sfunc^Sfunction(unit)~Jlocal~`power~`=~`not~`Gladius.test~`and~`UnitPower(unit)~`or~`Gladius.testing[unit].power~Jif~`(power~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(power~`/~`1000))~Jelse~Jreturn~`power~Jend~Jend^Sevents^SUNIT_POWER_UPDATE~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Srace^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitRace(unit)~`or~`Gladius.testing[unit].unitRace~Jend^Sevents^SUNIT_NAME_UPDATE^t^Smaxpower:short^T^Sfunc^Sfunction(unit)~Jlocal~`power~`=~`not~`Gladius.test~`and~`UnitPowerMax(unit)~`or~`Gladius.testing[unit].maxPower~Jif~`(power~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(power~`/~`1000))~Jelse~Jreturn~`power~Jend~Jend^Sevents^SUNIT_MAXPOWER~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Spower^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitPower(unit)~`or~`Gladius.testing[unit].power~Jend^Sevents^SUNIT_POWER_UPDATE~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Sname:status^T^Sfunc^Sfunction(unit)~Jreturn~`UnitIsDeadOrGhost(unit)~`and~`Gladius.L["DEAD"]~`or~`(UnitName(unit)~`or~`unit)~Jend^Sevents^SUNIT_NAME_UPDATE~`UNIT_HEALTH^t^Sspec^T^Spreparation^B^Sfunc^Sfunction(unit)~Jreturn~`Gladius.test~`and~`Gladius.testing[unit].unitSpec~`or~`Gladius.buttons[unit].spec~Jend^Sevents^SUNIT_NAME_UPDATE~`GLADIUS_SPEC_UPDATE^t^Spower:percentage^T^Sfunc^Sfunction(unit)~Jlocal~`power~`=~`not~`Gladius.test~`and~`UnitPower(unit)~`or~`Gladius.testing[unit].power~Jlocal~`maxPower~`=~`not~`Gladius.test~`and~`UnitPowerMax(unit)~`or~`Gladius.testing[unit].maxPower~Jreturn~`strformat("%.1f%%",~`(power~`/~`maxPower~`*~`100))~Jend^Sevents^SUNIT_POWER_UPDATE~`UNIT_MAXPOWER~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Shealth^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitHealth(unit)~`or~`Gladius.testing[unit].health~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Sspec:short^T^Spreparation^B^Sfunc^Sfunction(unit)~Jlocal~`spec~`=~`Gladius.test~`and~`Gladius.testing[unit].unitSpec~`or~`Gladius.buttons[unit].spec~Jif~`(spec~`==~`nil~`or~`spec~`==~`"")~`then~Jreturn~`""~Jend~Jreturn~`Gladius.L[spec..":short"]~Jend^Sevents^SUNIT_NAME_UPDATE~`GLADIUS_SPEC_UPDATE^t^Shealth:percentage^T^Sfunc^Sfunction(unit)~Jlocal~`health~`=~`not~`Gladius.test~`and~`UnitHealth(unit)~`or~`Gladius.testing[unit].health~Jlocal~`maxHealth~`=~`not~`Gladius.test~`and~`UnitHealthMax(unit)~`or~`Gladius.testing[unit].maxHealth~Jreturn~`strformat("%.1f%%",~`(health~`/~`maxHealth~`*~`100))~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Smaxpower^T^Sfunc^Sfunction(unit)~Jreturn~`not~`Gladius.test~`and~`UnitPowerMax(unit)~`or~`Gladius.testing[unit].maxPower~Jend^Sevents^SUNIT_MAXPOWER~`UNIT_DISPLAYPOWER~`UNIT_NAME_UPDATE^t^Smaxhealth:short^T^Sfunc^Sfunction(unit)~Jlocal~`health~`=~`not~`Gladius.test~`and~`UnitHealthMax(unit)~`or~`Gladius.testing[unit].maxHealth~Jif~`(health~`>~`999)~`then~Jreturn~`strformat("%.1fk",~`(health~`/~`1000))~Jelse~Jreturn~`health~Jend~Jend^Sevents^SUNIT_HEALTH~`UNIT_MAXHEALTH~`UNIT_NAME_UPDATE^t^Sname^T^Sfunc^Sfunction(unit)~Jreturn~`UnitName(unit)~`or~`unit~Jend^Sevents^SUNIT_NAME_UPDATE^t^t^StrinketOffsetX^N2^ScastBarTextureUninterruptible^SSmooth^SclassIconShowSpec^B^SclassIconCrop^B^ShighlightFocus^b^SdispellAdjustSize^b^StrinketGlossColor^T^Sa^N0^t^SdrTrackerGlossColor^T^Sa^N0^t^StagsVersion^N4^SdispellGloss^b^Slocked^B^SclassIconGloss^b^StrinketSize^N40^Sx^T^Sarena1^F4600556092379520^f-42^t^SRacialIconCrop^B^SbottomMargin^N15^ShealthBarBackgroundColor^T^Sa^N1^Sr^F5298352502788818^f-54^Sg^F5298352502788818^f-54^Sb^F5298352502788818^f-54^t^ScastBarColor^T^Sg^F6640601803495320^f-53^t^StrinketAdjustSize^b^SRacialGloss^b^SdispellFaction^b^SbackgroundColor^T^Sa^N0^t^ScastBarColorUninterruptible^T^Sb^F5086418402677266^f-53^Sg^F5227707802751634^f-53^Sr^F5227707802751634^f-53^t^ShealthBarTexture^SSmooth^StrinketGloss^b^SdispellIconCrop^B^ShighlightTargetPriority^N1^SdispellOffsetX^N84^Sannouncements^T^Shealth^b^Sspec^b^Sresurrect^b^Sdrinks^b^Senemies^b^t^ShighlightFocusPriority^N1^SdrTrackerOffsetY^N0^SdispellSize^N40^SRacialAdjustSize^b^SpowerBarBackgroundColor^T^Sa^N1^Sr^F5298352502788818^f-54^Sg^F5298352502788818^f-54^Sb^F5298352502788818^f-54^t^SdrFontSize^N15^StrinketIconCrop^B^ScastBarTexture^SSmooth^SbarWidth^N135^SauraVersion^N1^StrinketFaction^b^SRacialOffsetX^N43^SclassIconGlossColor^T^Sa^N0^t^ShighlightTarget^b^SpowerBarTexture^SSmooth^SdrTrackerSize^N40^SdispellGlossColor^T^Sa^N0^t^ScastBarHeight^N15^SRacialSize^N40^SdrCategories^T^Staunt^b^Sknockback^B^t^ScastBarBackgroundColor^T^Sa^N0^Sr^F5792865403049109^f-54^Sg^F5792865403049109^f-54^Sb^F5792865403049109^f-54^t^Sy^T^Sarena1^F8997812496900863^f-44^t^SbackgroundPadding^N0^t^^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement