This commit is contained in:
2025-04-03 15:05:02 +02:00
parent ba3f23da5d
commit 28b425374a
2 changed files with 6 additions and 5 deletions

View File

@@ -12,21 +12,22 @@ local oxygen = { oxygentank = 1 }
local LOAD_MAP = {
anechoicdivingsuit = oxygen,
autocpr = battery,
bvm = oxygen,
defibrillator = battery,
divingmask = oxygen,
divingsuit = oxygen,
exosuit = { fuelrot = 1, oxygentank = 1 },
flashlight = battery,
handcannon = { handcannonround = 999 },
handheldsonar = battery,
harpooncoilrifle = harpoonGun,
harpoongun = harpoonGun,
healthscanner = battery,
plasmacutter = oxygen,
portablepump = battery,
revolver = { revolverround = 999 },
underwaterscooter = battery,
weldingtool = { weldingfueltank = 1 },
exosuit = { fuelrot = 1, oxygentank = 1 },
healthscanner = battery,
portablepump = battery,
handcannon = { handcannonround = 999 },
}
return LOAD_MAP

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<QuickInteractionsUI Absolute="[2,-457,,]" Anchor="[0,1]" BackgroundColor="255,255,255,255" BackgroundSprite="{ Path: CUI.png, SourceRect: [128,32,32,32] }" FitContent="[True,True]" IgnoreEvents="true" OutlineColor="0,0,0,0" Relative="[-0.5,0,,]" ResizibleLeft="false" ResizibleRight="false" Visible="false">
<QuickInteractionsUI Absolute="[2,-459,,]" Anchor="[0,1]" BackgroundColor="255,255,255,255" BackgroundSprite="{ Path: CUI.png, SourceRect: [128,32,32,32] }" FitContent="[True,True]" IgnoreEvents="true" OutlineColor="0,0,0,0" Relative="[-0.5,0,,]" ResizibleLeft="false" ResizibleRight="false" Visible="false">
<CUIVerticalList AKA="layout" BottomGap="0" BreakSerialization="true" FitContent="[True,True]" IgnoreEvents="true" Relative="[0,0,1,1]" Scrollable="true" Visible="false" />
</QuickInteractionsUI>