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>

27
Mephist/Items/Horn.xml Normal file
View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<Items>
<Item name="Mephist Horn" identifier="mephisthorn" description="Small fog horn used aboard Mephist-class submarines." category="Electrical" Tags="smallitem,sound" cargocontaineridentifier="metalcrate" scale="0.5" impactsoundtag="impact_metal_light" isshootable="true">
<PreferredContainer primary="engcab,storagecab" />
<PreferredContainer primary="wreckengcab,wreckstoragecab" minamount="0" maxamount="1" spawnprobability="0" />
<Deconstruct time="10">
<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/mephisthorn.ogg" type="OnActive" range="7000.0" loop="false" volume="0.4" />
</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
Mephist/Items/signal.png (Stored with Git LFS) Normal file

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

BIN
Mephist/Sounds/mephisthorn.ogg (Stored with Git LFS) Normal file

Binary file not shown.

8
Mephist/filelist.xml Normal file
View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<contentpackage name="Mephist" modversion="1.0.4" corepackage="False" steamworkshopid="3326023624" gameversion="1.5.9.2" expectedhash="DD56858BB4887069F91A5E4320237CE0">
<Item file="%ModDir%/Items/Horn.xml" />
<Other file="%ModDir%/Items/signal.png" />
<Other file="%ModDir%/Items/signalcomp.png" />
<Other file="%ModDir%/Sounds/mephisthorn.ogg" />
<Submarine file="%ModDir%/Mephist.sub" />
</contentpackage>

BIN
Scion/Galdur-D.sub (Stored with Git LFS) Normal file

Binary file not shown.

27
Scion/Items/Horn.xml Normal file
View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<Items>
<Item name="Scion Horn" identifier="scionhorn" description="Medium fog horn used aboard Scion-class submarines." category="Electrical" Tags="smallitem,sound" cargocontaineridentifier="metalcrate" scale="0.7" impactsoundtag="impact_metal_light" isshootable="true">
<PreferredContainer primary="engcab,storagecab" />
<PreferredContainer primary="wreckengcab,wreckstoragecab" minamount="0" maxamount="1" spawnprobability="0" />
<Deconstruct time="15">
<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/scionhorn.ogg" type="OnActive" range="8500.0" loop="false" volume="0.7" />
</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
Scion/Items/signal.png (Stored with Git LFS) Normal file

Binary file not shown.

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

Binary file not shown.

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

Binary file not shown.

BIN
Scion/Sounds/scionhorn.ogg (Stored with Git LFS) Normal file

Binary file not shown.

9
Scion/filelist.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<contentpackage name="Scion" modversion="1.0.15" corepackage="False" steamworkshopid="3288083547" gameversion="1.5.9.2" expectedhash="B98D57A4BF63B2DD466C17F6205FF3F6">
<Item file="%ModDir%/Items/Horn.xml" />
<Other file="%ModDir%/Items/signal.png" />
<Other file="%ModDir%/Items/signalcomp.png" />
<Other file="%ModDir%/Sounds/scionhorn.ogg" />
<Submarine file="%ModDir%/Galdur-D.sub" />
<Submarine file="%ModDir%/Scion.sub" />
</contentpackage>