Add some subs

This commit is contained in:
2025-03-31 13:29:59 +02:00
parent d964eda90c
commit 94f6cc2bc5
21 changed files with 153 additions and 0 deletions

BIN
Bicksborg II/Bicksborg II.sub (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Bicksborg II/Galdur-B.sub (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Bicksborg II/Galdur-C.sub (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<Items>
<Item name="Bicksborg Horn" identifier="bicksborghorn" description="Large fog horn used aboard Bicksborg II-class submarines." category="Electrical" Tags="smallitem,sound" cargocontaineridentifier="metalcrate" scale="1" impactsoundtag="impact_metal_light" isshootable="true">
<PreferredContainer primary="engcab,storagecab" />
<PreferredContainer primary="wreckengcab,wreckstoragecab" minamount="0" maxamount="1" spawnprobability="0" />
<Deconstruct time="30">
<Item identifier="fpgacircuit" />
<Item identifier="steel" />
</Deconstruct>
<InventoryIcon texture="Content/Items/InventoryIconAtlas.png" sourcerect="191,127,64,64" origin="0.5,0.5" />
<Sprite texture="signalcomp.png" depth="0.8" sourcerect="75,64,42,63" origin="0.5,0.5" />
<Body radius="20" height="20" density="30" />
<Holdable selectkey="Select" pickkey="Use" slots="Any,RightHand,LeftHand" msg="ItemMsgDetachWrench" PickingTime="5.0" aimpos="65,-10" handle1="0,0" attachable="true" aimable="true">
<RequiredItem items="wrench" type="Equipped" />
</Holdable>
<LightComponent canbeselected="false" lightcolor="0,0,0,0" castshadows="false" range="0">
<Sprite texture="%ModDir%/Items/signal.png" sourcerect="2,191,42,63" origin="0.5,0.5" alpha="0" />
<sound file="%ModDir%/Sounds/bicksborghorn.ogg" type="OnActive" range="12000.0" loop="false" volume="0.8" />
</LightComponent>
<ConnectionPanel selectkey="Action" canbeselected="true" msg="ItemMsgRewireScrewdriver" hudpriority="10">
<GuiFrame relativesize="0.2,0.32" minsize="400,350" maxsize="480,420" anchor="Center" style="ConnectionPanel" />
<RequiredItem items="screwdriver" type="Equipped" />
<input name="toggle" displayname="connection.togglestate" />
<input name="set_state" displayname="connection.setstate" />
</ConnectionPanel>
</Item>
</Items>

BIN
Bicksborg II/Items/signal.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Bicksborg II/Items/signalcomp.png (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Bicksborg II/Sounds/bicksborghorn.ogg (Stored with Git LFS) Normal file

Binary file not shown.

10
Bicksborg II/filelist.xml Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<contentpackage name="Bicksborg II" modversion="1.2.37" corepackage="False" steamworkshopid="3227816257" gameversion="1.7.7.0" expectedhash="E00B412C8AA5DE480050EBAC13A7C9DA">
<Item file="%ModDir%/Items/Horn.xml" />
<Other file="%ModDir%/Items/signal.png" />
<Other file="%ModDir%/Items/signalcomp.png" />
<Other file="%ModDir%/Sounds/bicksborghorn.ogg" />
<Submarine file="%ModDir%/Galdur-B.sub" />
<Submarine file="%ModDir%/Galdur-C.sub" />
<Submarine file="%ModDir%/Bicksborg II.sub" />
</contentpackage>