magnusz

Magnusz Gladius Layout

Apr 7th, 2024
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.27 KB | None | 0 0
  1. ^1^T^Smodules^T^SDispel^b^SHighlight^b^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~`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^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^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^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^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^N0^SclassIconCrop^B^SdispellOffsetY^N-1^ScastTextOffsetX^N2^SdispellAdjustSize^b^StrinketGlossColor^T^Sa^N0^t^ScastTimeTextOffsetX^N-5^SdrTrackerAdjustSize^b^SRacialDetached^B^StagsVersion^N4^ScastBarWidth^N230^Slocked^B^SclassIconGloss^b^StrinketSize^N40^Sx^T^Sarena1^F8791219764774720^f-43^t^SRacialIconCrop^B^SbottomMargin^N8^ShealthBarBackgroundColor^T^Sa^F5507529442328577^f-54^t^StrinketAdjustSize^b^SRacialGloss^b^SglobalFont^SAccidental~`Presidency^ScastBarOffsetY^N-4^StimerSoonFontSize^N20^SbackgroundColor^T^Sa^N0^t^ScastTextSize^N14^StrinketGloss^b^StimerSecondsFontSize^N20^SdispellIconCrop^B^SglobalFontSize^N14^SdrTrackerMargin^N3^SclassIconOffsetX^N0^SdispellOffsetX^N45^Sannouncements^T^Sspec^b^ShealthThreshold^N5^t^SframeScale^N1.2^ScastTimeTextSize^N14^SdispellSize^N41^SRacialAdjustSize^b^SdrFontSize^N20^Sy^T^Sarena1^F8861318143546560^f-44^t^StrinketIconCrop^B^SdrBorder^b^SbarWidth^N150^ScastBarOffsetX^N-193^SauraVersion^N1^SRacialOffsetX^N40^StimerMinutesFontSize^N18^SdrTrackerSize^N35^ScastBarHeight^N20^SRacialSize^N40^SRacialGlossColor^T^Sa^N0^Sr^F6781891873079296^f-56^Sg^F6781891873079296^f-56^Sb^F6781891873079296^f-56^t^ScastBarBackgroundColor^T^Sa^N0^Sr^N0^Sg^N0^Sb^N0^t^SbackgroundPadding^N0^t^^
Advertisement
Add Comment
Please, Sign In to add comment