Organize "Auto Heal" menu

This commit is contained in:
Hunter Kvalevog 2019-03-05 18:30:05 -06:00
parent ea27d2df29
commit d4150992f7

View File

@ -1,17 +1,18 @@
<Tab name="Auto Heal" padding="6 6 6 6"> <Tab name="Auto Heal" padding="6 6 6 6">
<Box padding="6 6 6 6" width="content" height="content"> <Box padding="12 6 6 6" width="content" height="content" name="Auto Heal">
<List width="150"> <List width="150">
<AutoVariable width="fill" target="autoheal.enable" label="Enable"/> <AutoVariable width="fill" target="autoheal.enable" label="Enable Auto Heal"/>
<AutoVariable width="fill" target="autoheal.silent" label="Silent"/> <AutoVariable width="fill" target="autoheal.silent" label="Silent"/>
<AutoVariable width="fill" target="autoheal.steamid" label="SteamID"/>
<AutoVariable width="fill" target="autoheal.steam-only" label="Heal Steamid only"/> <AutoVariable width="fill" target="autoheal.steam-only" label="Heal Steamid only"/>
<AutoVariable width="fill" target="autoheal.steamid" label="SteamID"/>
<AutoVariable width="fill" target="autoheal.uber.enable" label="Auto Uber"/> <AutoVariable width="fill" target="autoheal.uber.enable" label="Auto Uber"/>
<AutoVariable width="fill" target="autoheal.uber.share" label="Share Uber"/> <AutoVariable width="fill" target="autoheal.uber.share" label="Share Uber"/>
<AutoVariable width="fill" target="autoheal.uber.health-below-ratio" label="Uber on health" min="0" max="100"/> <AutoVariable width="fill" target="autoheal.uber.health-below-ratio" label="Ratio Trigger" min="0" max="100"/>
</List> </List>
<Box padding="12 6 6 6" name="Auto Vaccinator" width="content" height="content" y="100"> </Box>
<Box padding="12 6 6 6" width="content" height="content" name="Auto Vaccinator" x="170">
<List width="150"> <List width="150">
<AutoVariable width="fill" target="autoheal.vacc.enable" label="Enable"/> <AutoVariable width="fill" target="autoheal.vacc.enable" label="Enable Auto Vaccinator"/>
<AutoVariable width="fill" target="autoheal.vacc.reset-timer" label="Reset timer"/> <AutoVariable width="fill" target="autoheal.vacc.reset-timer" label="Reset timer"/>
<LabeledObject width="fill" label="Default resist"> <LabeledObject width="fill" label="Default resist">
<Select target="autoheal.vacc.default-resistance"> <Select target="autoheal.vacc.default-resistance">
@ -35,7 +36,7 @@
</LabeledObject> </LabeledObject>
</List> </List>
</Box> </Box>
<Box padding="12 6 6 6" name="Blast" width="content" height="content" y="100"> <Box padding="12 6 6 6" name="Blast" width="content" height="content" y="75">
<List width="150"> <List width="150">
<AutoVariable width="fill" target="autoheal.vacc.blast.enable" label="Enable"/> <AutoVariable width="fill" target="autoheal.vacc.blast.enable" label="Enable"/>
<AutoVariable width="fill" target="autoheal.vacc.blast.crit-pop" label="Pop on near crit"/> <AutoVariable width="fill" target="autoheal.vacc.blast.crit-pop" label="Pop on near crit"/>
@ -44,7 +45,7 @@
<AutoVariable width="fill" target="autoheal.vacc.blast.min-charges" label="Min. charges" min="0" max="4"/> <AutoVariable width="fill" target="autoheal.vacc.blast.min-charges" label="Min. charges" min="0" max="4"/>
</List> </List>
</Box> </Box>
<Box padding="12 6 6 6" name="Fire" width="content" height="content" y="100" x="170"> <Box padding="12 6 6 6" name="Fire" width="content" height="content" y="75" x="170">
<List width="150"> <List width="150">
<AutoVariable width="fill" target="autoheal.vacc.fire.enable" label="Enable"/> <AutoVariable width="fill" target="autoheal.vacc.fire.enable" label="Enable"/>
<AutoVariable width="fill" target="autoheal.vacc.fire.prevent-afterburn" label="Prevent afterburn"/> <AutoVariable width="fill" target="autoheal.vacc.fire.prevent-afterburn" label="Prevent afterburn"/>
@ -60,5 +61,4 @@
</List> </List>
</Box> </Box>
</Box> </Box>
</Box>
</Tab> </Tab>