Organize "Auto Heal" menu
This commit is contained in:
parent
ea27d2df29
commit
d4150992f7
@ -1,17 +1,18 @@
|
||||
<Tab name="AutoHeal" padding="6 6 6 6">
|
||||
<Box padding="6 6 6 6" width="content" height="content">
|
||||
<Tab name="Auto Heal" padding="6 6 6 6">
|
||||
<Box padding="12 6 6 6" width="content" height="content" name="Auto Heal">
|
||||
<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.steamid" label="SteamID"/>
|
||||
<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.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>
|
||||
<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">
|
||||
<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"/>
|
||||
<LabeledObject width="fill" label="Default resist">
|
||||
<Select target="autoheal.vacc.default-resistance">
|
||||
@ -35,7 +36,7 @@
|
||||
</LabeledObject>
|
||||
</List>
|
||||
</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">
|
||||
<AutoVariable width="fill" target="autoheal.vacc.blast.enable" label="Enable"/>
|
||||
<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"/>
|
||||
</List>
|
||||
</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">
|
||||
<AutoVariable width="fill" target="autoheal.vacc.fire.enable" label="Enable"/>
|
||||
<AutoVariable width="fill" target="autoheal.vacc.fire.prevent-afterburn" label="Prevent afterburn"/>
|
||||
@ -60,5 +61,4 @@
|
||||
</List>
|
||||
</Box>
|
||||
</Box>
|
||||
</Box>
|
||||
</Tab>
|
||||
|
Reference in New Issue
Block a user