-
Notifications
You must be signed in to change notification settings - Fork 0
/
misc.xml
45 lines (45 loc) · 2.88 KB
/
misc.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<?xml version="1.0" encoding="utf-8"?>
<Items>
<Item name="" identifier="headset" scale="0.5" category="Equipment" tags="smallitem,mobileradio" description="" cargocontaineridentifier="metalcrate" impactsoundtag="impact_metal_light">
<PreferredContainer primary="divingcab,crewcab" minamount="0" maxamount="2" spawnprobability="0.75" />
<PreferredContainer primary="storagecab" />
<PreferredContainer secondary="locker" />
<Price baseprice="150">
<Price storeidentifier="merchantoutpost" minavailable="3" />
<Price storeidentifier="merchantcity" multiplier="0.9" minavailable="10" />
<Price storeidentifier="merchantresearch" minavailable="4" />
<Price storeidentifier="merchantmilitary" minavailable="6" />
<Price storeidentifier="merchantmine" minavailable="6" />
</Price>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="256,0,64,64" origin="0.5,0.5" />
<Sprite name="Headset" texture="Content/Items/Jobgear/headgears.png" depth="0.6" sourcerect="28,321,49,62" origin="0.5,0.5" />
<Body radius="20" height="20" density="30" />
<Deconstruct time="10">
<Item identifier="plastic" />
<Item identifier="fpgacircuit" />
</Deconstruct>
<Fabricate suitablefabricators="fabricator" requiredtime="10">
<RequiredSkill identifier="mechanical" level="30" />
<RequiredItem identifier="plastic" />
<RequiredItem identifier="fpgacircuit" />
</Fabricate>
<WifiComponent range="35000.0" LinkToChat="true" MinChatMessageInterval="0.0">
<RequiredItems items="mobilebattery" type="Contained" />
</WifiComponent>
<ItemContainer capacity="1" maxstacksize="1" hideitems="true" containedstateindicatorstyle="battery">
<Containable items="mobilebattery" />
</ItemContainer>
<Wearable limbtype="Head" slots="Any,Headset" msg="ItemMsgPickUpSelect" displaycontainedstatus="true">
<sprite name="Headset Wearable" texture="Content/Items/Jobgear/headgears.png" limb="Head" hidelimb="false" inheritlimbdepth="true" inheritscale="true" ignorelimbscale="true" scale="0.7" hideotherwearables="false" sourcerect="26,317,51,64" origin="0.5,0.6" />
</Wearable>
</Item>
<Item name="" identifier="duffelbag" category="Equipment" tags="mobilecontainer,despawncontainer" fireproof="true" description="" impactsoundtag="impact_soft" scale="0.4">
<Deconstruct time="5" />
<Sprite texture="Content/Items/Jobgear/MiscJobGear.png" sourcerect="0,229,206,114" origin="0.5,0.56" depth="0.56" />
<Body width="120" radius="45" density="10.2" friction="1.0" restitution="0.01" />
<Holdable slots="RightHand,LeftHand" holdpos="0,-80" handle1="0,50" handle2="0,50" aimable="false" msg="ItemMsgPickUpSelect" />
<ItemContainer capacity="20" keepopenwhenequipped="false" movableframe="true">
<Containable items="smallitem" excludeditems="toolbox" />
</ItemContainer>
</Item>
</Items>