Skip to content

Commit

Permalink
Merge branch 'master' into upstream-merge-6-22-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus authored Jun 22, 2024
2 parents 586aaa4 + 6d3e8af commit 9f46ddc
Show file tree
Hide file tree
Showing 265 changed files with 463 additions and 114 deletions.
2 changes: 1 addition & 1 deletion Content.Client/Preferences/UI/HumanoidProfileEditor.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<Control HorizontalExpand="True"/>
<OptionButton Name="CSpawnPriorityButton" HorizontalAlignment="Right" />
</BoxContainer>
<!-- Height -->
<!-- Height -->
<BoxContainer HorizontalExpand="True">
<Label Name="CHeightLabel" MinWidth="110" />
<Slider Name="CHeightSlider" MinValue="0.5" Value="1" MaxValue="1.5" HorizontalExpand="True" Margin="5 0 5 0" />
Expand Down
6 changes: 2 additions & 4 deletions Content.Client/Preferences/UI/HumanoidProfileEditor.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
using System.Globalization;
using System.Linq;
using System.Numerics;
using System.Text;
using Content.Client.Guidebook;
using System.Text.RegularExpressions;
using Content.Client.Humanoid;
using Content.Client.Lobby.UI;
using Content.Client.Message;
Expand Down Expand Up @@ -292,8 +294,6 @@ public HumanoidProfileEditor(IClientPreferencesManager preferencesManager, IProt
}




#endregion Height

#region Skin
Expand Down Expand Up @@ -1219,7 +1219,6 @@ private void UpdateHeightControls()
_heightSlider.MinValue = species.MinHeight;
_heightSlider.Value = Profile.Height;
_heightSlider.MaxValue = species.MaxHeight;

var height = MathF.Round(species.AverageHeight * _heightSlider.Value);
CHeightLabel.Text = Loc.GetString("humanoid-profile-editor-height-label", ("height", (int) height));
}
Expand All @@ -1234,7 +1233,6 @@ private void UpdateWidthControls()
_widthSlider.MinValue = species.MinWidth;
_widthSlider.Value = Profile.Width;
_widthSlider.MaxValue = species.MaxWidth;

var width = MathF.Round(species.AverageWidth * _widthSlider.Value);
CWidthLabel.Text = Loc.GetString("humanoid-profile-editor-width-label", ("width", (int) width));
}
Expand Down
1 change: 0 additions & 1 deletion Content.Shared/CCVar/CCVars.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,6 @@ public static readonly CVarDef<float>
public static readonly CVarDef<bool> HeightAdjustModifiesZoom =
CVarDef.Create("heightadjust.modifies_zoom", true, CVar.SERVERONLY);

/// <summary>
/// Enables station goals
/// </summary>
public static readonly CVarDef<bool> StationGoalsEnabled =
Expand Down
1 change: 0 additions & 1 deletion Content.Shared/HeightAdjust/HeightAdjustSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public bool SetScale(EntityUid uid, Vector2 scale)
_eye.SetMaxZoom(uid, eye.MaxZoom * avg);
else
succeeded = false;

if (_config.GetCVar(CCVars.HeightAdjustModifiesHitbox) && EntityManager.TryGetComponent<FixturesComponent>(uid, out var fixtures))
{
foreach (var fixture in fixtures.Fixtures)
Expand Down
1 change: 1 addition & 0 deletions Content.Shared/Humanoid/HumanoidAppearanceComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ public sealed partial class HumanoidAppearanceComponent : Component
[ViewVariables(VVAccess.ReadOnly)]
public Color? CachedFacialHairColor;

// Parkstation-HeightSlider Start
/// <summary>
/// DeltaV - let paradox anomaly be cloned
/// </summary>
Expand Down
Binary file added Resources/Audio/Admin/Smites/bookify.ogg
Binary file not shown.
Binary file added Resources/Audio/Admin/Smites/manup.ogg
Binary file not shown.
Binary file added Resources/Audio/Admin/Smites/pleaseroleplay.ogg
Binary file not shown.
Binary file added Resources/Audio/Admin/Smites/smite.ogg
Binary file not shown.
Binary file added Resources/Audio/Announcements/Intern/aliens.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/Intern/anomaly.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/Intern/meteors.ogg
Binary file not shown.
Binary file added Resources/Audio/Announcements/Intern/newai.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/Intern/poweron.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/MedBot/aliens.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/MedBot/anomaly.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/MedBot/meteors.ogg
Binary file not shown.
Binary file added Resources/Audio/Announcements/MedBot/newai.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/MedBot/poweron.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/MedBot/welcome.ogg
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/NEIL/attention.ogg
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/NEIL/code_blue.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/NEIL/code_red.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/NEIL/fallback.ogg
Binary file not shown.
Binary file added Resources/Audio/Announcements/NEIL/gasleak.ogg
Binary file not shown.
Binary file added Resources/Audio/Announcements/NEIL/kudzu.ogg
Binary file not shown.
Binary file added Resources/Audio/Announcements/NEIL/meteors.ogg
Binary file not shown.
Binary file added Resources/Audio/Announcements/NEIL/newai.ogg
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/NEIL/outbreak7.ogg
Binary file not shown.
Binary file added Resources/Audio/Announcements/NEIL/poweroff.ogg
Binary file not shown.
Binary file added Resources/Audio/Announcements/NEIL/poweron.ogg
Binary file not shown.
Binary file added Resources/Audio/Announcements/NEIL/radiation.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/NEIL/ventclog.ogg
Binary file not shown.
Binary file added Resources/Audio/Announcements/NEIL/welcome.ogg
Binary file not shown.
Binary file added Resources/Audio/Announcements/VoxFem/aliens.ogg
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/VoxFem/anomaly.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/VoxFem/fallback.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/VoxFem/newai.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/VoxFem/poweron.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Announcements/VoxFem/welcome.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 4 additions & 0 deletions Resources/Audio/Effects/Shadowkin/Powers/license.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
darkswapon.ogg licensed under Pixabay Licence taken from https://pixabay.com/users/cristian_changing-30278997/
darkswapoff.ogg licensed under Pixabay Licence taken from https://pixabay.com/users/cristian_changing-30278997/
futuristic-teleport.ogg licensed under Pixabay Licence taken from https://pixabay.com/users/cristian_changing-30278997/
teleport.ogg licensed under Pixabay Licence taken from https://pixabay.com/users/cristian_changing-30278997/
Binary file not shown.
Binary file added Resources/Audio/Effects/closet_close.ogg
Binary file not shown.
Binary file added Resources/Audio/Effects/closet_open.ogg
Binary file not shown.
Binary file added Resources/Audio/Effects/phasein.ogg
Binary file not shown.
Binary file added Resources/Audio/Effects/podwoosh.ogg
Binary file not shown.
Binary file added Resources/Audio/Effects/toggleoffcombat.ogg
Binary file not shown.
Binary file added Resources/Audio/Effects/toggleoncombat.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Equip/toolbelt_equip.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/ammobox_drop.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/ammobox_pickup.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/book_drop.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/book_pickup.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/cloth_drop.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/crowbar_drop.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/crowbar_pickup.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/disk_drop.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/disk_pickup.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/matchbox_drop.ogg
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/multitool_drop.ogg
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/paper_drop.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/paper_pickup.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/sword_sheath.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/sword_unsheath.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/toolbelt_drop.ogg
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/toolbox_drop.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/toolbox_pickup.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/welder_drop.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/welder_pickup.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/wrench_drop.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Handling/wrench_pickup.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Whistle/closet_close.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Whistle/closet_open.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Whistle/phasein.ogg
Binary file not shown.
Binary file added Resources/Audio/Items/Whistle/podwoosh.ogg
Binary file not shown.
Binary file added Resources/Audio/Lobby/01 The Gamble.ogg
Binary file not shown.
Binary file added Resources/Audio/Lobby/02 Guilty Pleasures.ogg
Binary file not shown.
Binary file added Resources/Audio/Lobby/03 Jazzcuzzi.ogg
Binary file not shown.
Binary file added Resources/Audio/Lobby/04 The Walk.ogg
Binary file not shown.
Binary file added Resources/Audio/Lobby/05 Velvet Bossa.ogg
Binary file not shown.
Binary file added Resources/Audio/Lobby/06 Colors.ogg
Binary file not shown.
Binary file added Resources/Audio/Lobby/07 Midnight Jam.ogg
Binary file not shown.
Binary file added Resources/Audio/Lobby/08 Miles Ahead.ogg
Binary file not shown.
Binary file added Resources/Audio/Lobby/09 Moody.ogg
Binary file not shown.
Binary file added Resources/Audio/Lobby/10 Flying Away.ogg
Binary file not shown.
Binary file added Resources/Audio/Lobby/11 Take It Easy.ogg
Binary file not shown.
91 changes: 3 additions & 88 deletions Resources/Audio/Lobby/attributions.yml
Original file line number Diff line number Diff line change
@@ -1,89 +1,4 @@
- files: ["434387_Time_Lapse_of_Clouds.ogg"]
license: "CC-BY-3.0"
copyright: "==(Time Lapse of Clouds)== by Buoy"
source: "https://www.newgrounds.com/audio/listen/434387"

- files: ["a_different_reality_lagoona_remix.xm.ogg"]
license: "CC-BY-4.0"
copyright: "A.D.R (Lagoona rmx) by Andreas Viklund"
source: "https://modarchive.org/index.php?request=view_by_moduleid&query=134786"

- files: ["aggravated.it.ogg"]
license: "CC-BY-NC-SA-4.0"
copyright: "MEL -Aggravated Assault by melcom"
source: "https://modarchive.org/index.php?request=view_by_moduleid&query=176234"

- files: ["autumnal_equinox.xm.ogg"]
license: "CC-BY-NC-4.0"
copyright: "Autumnal Equinox by lemonade"
source: "https://modarchive.org/index.php?request=view_by_moduleid&query=143993"

- files: ["comet_haley.ogg"]
- files: ["01 The Gamble.ogg", "02 Guilty Pleasures.ogg", "03 Jazzcuzzi.ogg", "04 The Walk.ogg", "05 Velvet Bossa.ogg", "06 Colors.ogg", "07 Midnight Jam.ogg", "08 Miles Ahead.ogg", "09 Moody.ogg", "10 Flying Away.ogg", "11 Take It Easy.ogg"]
license: "CC-BY-NC-SA-3.0"
copyright: "Comet Haley by Stellardrone. Converted from MP3 to OGG."
source: "https://freemusicarchive.org/music/Stellardrone/Light_Years_1227/07_Comet_Halley"

- files: ["drozerix_-_alone.xm.ogg"]
license: "Custom"
copyright: "Alone by Drozerix"
source: "https://modarchive.org/index.php?request=view_by_moduleid&query=199968"

- files: ["drozerix_-_leisurely_voice.xm.ogg"]
license: "Custom"
copyright: "Leisurely Voice by Drozerix"
source: "https://modarchive.org/index.php?request=view_by_moduleid&query=183837"

- files: ["endless_space.ogg"]
license: "CC-BY-3.0"
copyright: "Endless Space by SolusLunes. Converted from MP3 to OGG."
source: "https://www.newgrounds.com/audio/listen/67583"

- files: ["marhaba.ogg"]
license: "CC-BY-NC-SA-3.0"
copyright: "Marhaba by Ian Alex Mac. Converted from MP3 to OGG."
source: "https://freemusicarchive.org/music/Ian_Alex_Mac/Cues/Marhaba"

- files: ["melcom-cyberpunk.it.ogg"]
license: "CC-BY-NC-SA-4.0"
copyright: "MEL -Cyberpunk by melcom"
source: "https://modarchive.org/index.php?request=view_by_moduleid&query=184215"

- files: ["midori_-_conundrum_final.it.ogg"]
license: "CC-BY-NC-SA-4.0"
copyright: "Conundrum by Midori Mizuno"
source: "https://modarchive.org/index.php?request=view_by_moduleid&query=181705"

- files: ["mod.flip-flap.ogg"]
license: "Custom"
copyright: "Flip Flap by X-ceed is licensed under a short but clear license (see flip-flap.txt in this directory) and is free for non-commercial use. It was converted from MOD to WAV using Schism Tracker, in 16 Bit, Non-Interpolated mode, no output equalizer settings, Ramp volume at start of sample enabled. From there it was converted to OGG Vorbis with `ffmpeg -i flip-flap.wav -q 2.9 flip-flap-renc.ogg` (quality scale chosen to match size of the OGG file being replaced). Non-interpolated mode was chosen as the module has a high enough sample rate to balance it out, but seems muffled in other interpolation modes. If 'Ramp volume at start of sample' is not enabled, a clicking phenomenon results."
source: "http://aminet.net/package/mods/xceed/Flipflap"

- files: ["psirius_-_nights_of_orion.xm.ogg"]
license: "CC-BY-NC-SA-4.0"
copyright: "Nights of Orion by Psirius"
source: "https://modarchive.org/index.php?request=view_by_moduleid&query=184962"

- files: ["psirius_-_nymphs_of_the_forest.mptm.ogg"]
license: "CC-BY-NC-SA-4.0"
copyright: "Nymphs of the forest by Psirius"
source: "https://modarchive.org/index.php?request=view_by_moduleid&query=185545"

- files: ["hackers.ogg"]
license: "CC-BY-NC-SA-3.0"
copyright: "Hackers by Karl Casey @ White Bat Audio"
source: "https://www.youtube.com/watch?v=k8nHWwO1U2Q"

- files: ["superposition.ogg"]
license: "CC-BY-NC-3.0"
copyright: "Superposition by Amie Waters"
source: "https://amiewaters.bandcamp.com/track/superposition-2"

- files: ["every_light_is_blinking_at_once.ogg"]
license: "CC-BY-NC-SA-3.0"
copyright: "every light is blinking at once by Alexander Divine."
source: "https://soundcloud.com/alexanderdivine/every-light-is-blinking-at-once"

- files: ["DOS=HIGH,_UMB.ogg"]
license: "Custom"
copyright: "DOS=HIGH, UMB by MASTER BOOT RECORD may be used non-commercially in the Delta-V fork of SS14. Converted from FLAC to OGG."
source: "https://masterbootrecord.bandcamp.com/album/c-edit-config-sys"
copyright: "All songs used are produced by Danya Vodovoz, royalty free."
source: "https://soundcloud.com/danyavodovoz"
Binary file added Resources/Audio/Machines/AI/borg_death.ogg
Binary file not shown.
Binary file modified Resources/Audio/Machines/machine_vend.ogg
Binary file not shown.
4 changes: 4 additions & 0 deletions Resources/Audio/Music/attributions.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- files: ["deadling.ogg"]
license: "CC-BY-3.0"
copyright: "Created by Bolgarich"
source: "https://youtu.be/q7_NFEeeEac"
Binary file added Resources/Audio/Music/deadline.ogg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added Resources/Audio/Voice/Slime/slime_crackleslap.ogg
Binary file not shown.
Binary file added Resources/Audio/Voice/Slime/slime_laugh_f1.ogg
Binary file not shown.
Binary file added Resources/Audio/Voice/Slime/slime_laugh_m1.ogg
Binary file not shown.
Binary file added Resources/Audio/Voice/Slime/slime_laugh_m2.ogg
Binary file not shown.
Binary file added Resources/Audio/Voice/Slime/slime_schlorp.ogg
Binary file not shown.
Binary file added Resources/Audio/Voice/Slime/slime_scream_f1.ogg
Binary file not shown.
Binary file added Resources/Audio/Voice/Slime/slime_scream_f2.ogg
Binary file not shown.
Binary file added Resources/Audio/Voice/Slime/slime_scream_m1.ogg
Binary file not shown.
Binary file not shown.
Binary file modified Resources/Audio/Voice/Slime/slime_squish.ogg
Binary file not shown.
Binary file added Resources/Audio/Weapons/Melee/banjohit.ogg
Binary file not shown.
Binary file added Resources/Audio/Weapons/Melee/rapierhit.ogg
Binary file not shown.
6 changes: 6 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Boxes/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
- 0,0,2,2
- type: Sprite
state: box
- type: EmitSoundOnPickup
sound: /Audio/SimpleStation14/Items/Handling/cardboardbox_pickup.ogg
- type: EmitSoundOnDrop
sound: /Audio/SimpleStation14/Items/Handling/cardboardbox_drop.ogg
- type: EmitSoundOnLand
sound: /Audio/SimpleStation14/Items/Handling/cardboardbox_drop.ogg

- type: entity
name: mousetrap box
Expand Down
15 changes: 11 additions & 4 deletions Resources/Prototypes/DeltaV/SoundCollections/harpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
- /Audio/Voice/Moth/moth_scream.ogg
- /Audio/Voice/Skeleton/skeleton_scream.ogg
- /Audio/Voice/Reptilian/reptilian_scream.ogg
- /Audio/Voice/Slime/slime_scream_m1.ogg
- /Audio/Voice/Slime/slime_scream_m2.ogg
- /Audio/Voice/Slime/slime_scream_f1.ogg
- /Audio/Voice/Slime/slime_scream_f2.ogg

- type: soundCollection
id: HarpyLaugh
Expand All @@ -32,6 +36,9 @@
- /Audio/Animals/lizard_happy.ogg
- /Audio/Animals/ferret_happy.ogg
- /Audio/Voice/Moth/moth_laugh.ogg
- /Audio/Voice/Slime/slime_laugh_m1.ogg
- /Audio/Voice/Slime/slime_laugh_m2.ogg
- /Audio/Voice/Slime/slime_laugh_f1.ogg

- type: soundCollection
id: HarpyHisses
Expand Down Expand Up @@ -217,7 +224,7 @@

- type: soundCollection
id: HarpyChitter
files:
files:
- /Audio/Voice/Moth/moth_chitter.ogg
- /Audio/Machines/circuitprinter.ogg
- /Audio/Machines/diagnoser_printing.ogg
Expand All @@ -226,18 +233,18 @@

- type: soundCollection
id: HarpySqueak
files:
files:
- /Audio/Voice/Moth/moth_squeak.ogg
- /Audio/Animals/mouse_squeak.ogg

- type: soundCollection
id: HarpyCaws
files:
files:
- /Audio/DeltaV/Voice/Harpy/caw1.ogg

- type: soundCollection
id: HarpyChirps
files:
files:
- /Audio/DeltaV/Voice/Harpy/chirp1.ogg
- /Audio/Voice/Talk/pai.ogg
- /Audio/Voice/Talk/pai_ask.ogg
Expand Down
11 changes: 11 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Belt/base_clothingbelt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,22 @@
- type: Clothing
slots: [belt]
quickEquip: false
equipSound:
path: /Audio/SimpleStation14/Items/Equip/toolbelt_equip.ogg
clothingVisuals:
belt2: #there should be a cleaner way to do this tbh
- state: equipped-BELT
- type: PhysicalComposition
materialComposition:
Cloth: 50
- type: StaticPrice
price: 25
- type: EmitSoundOnPickup
sound: /Audio/SimpleStation14/Items/Handling/toolbelt_pickup.ogg
- type: EmitSoundOnDrop
sound: /Audio/SimpleStation14/Items/Handling/toolbelt_drop.ogg
- type: EmitSoundOnLand
sound: /Audio/SimpleStation14/Items/Handling/toolbelt_drop.ogg

- type: entity
abstract: true
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Entities/Clothing/Belt/belts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,8 @@
name: Sabre
insertVerbText: sheath-insert-verb
ejectVerbText: sheath-eject-verb
insertSound: /Audio/SimpleStation14/Items/Handling/sword_sheath.ogg
ejectSound: /Audio/SimpleStation14/Items/Handling/sword_unsheath.ogg
whitelist:
tags:
- CaptainSabre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@
- type: WirelessNetworkConnection
range: 1200
- type: StationLimitedNetwork
- type: EmitSoundOnPickup
sound: /Audio/SimpleStation14/Items/Handling/cloth_pickup.ogg
- type: EmitSoundOnDrop
sound: /Audio/SimpleStation14/Items/Handling/cloth_drop.ogg
- type: EmitSoundOnLand
sound: /Audio/SimpleStation14/Items/Handling/cloth_drop.ogg

- type: entity
abstract: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@
interfaces:
- key: enum.TransferAmountUiKey.Key
type: TransferAmountBoundUserInterface
- type: EmitSoundOnPickup
sound: /Audio/SimpleStation14/Items/Handling/drinkglass_pickup.ogg
- type: EmitSoundOnDrop
sound: /Audio/SimpleStation14/Items/Handling/drinkglass_drop.ogg
- type: EmitSoundOnLand
sound: /Audio/SimpleStation14/Items/Handling/drinkglass_drop.ogg

- type: entity
parent: DrinkBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
- type: Tag
tags:
- DrinkCan
- type: EmitSoundOnPickup
sound: /Audio/SimpleStation14/Items/Handling/drinkglass_pickup.ogg
- type: EmitSoundOnDrop
sound: /Audio/SimpleStation14/Items/Handling/drinkglass_drop.ogg
- type: EmitSoundOnLand
sound: /Audio/SimpleStation14/Items/Handling/drinkglass_drop.ogg

- type: entity
parent: DrinkCanBaseFull
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
damage:
types:
Blunt: 0
- type: EmitSoundOnPickup
sound: /Audio/SimpleStation14/Items/Handling/drinkglass_pickup.ogg
- type: EmitSoundOnDrop
sound: /Audio/SimpleStation14/Items/Handling/drinkglass_drop.ogg
- type: EmitSoundOnLand
sound: /Audio/SimpleStation14/Items/Handling/drinkglass_drop.ogg

- type: entity
parent: DrinkBaseCup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
- type: PhysicalComposition
materialComposition:
Steel: 50
- type: EmitSoundOnPickup
sound: /Audio/SimpleStation14/Items/Handling/drinkglass_pickup.ogg
- type: EmitSoundOnDrop
sound: /Audio/SimpleStation14/Items/Handling/drinkglass_drop.ogg
- type: EmitSoundOnLand
sound: /Audio/SimpleStation14/Items/Handling/drinkglass_drop.ogg

- type: entity
parent: DrinkGlassBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,25 @@
materialComposition:
Cardboard: 20
- type: SpaceGarbage
- type: EmitSoundOnPickup
sound: /Audio/SimpleStation14/Items/Handling/drinkglass_pickup.ogg
- type: EmitSoundOnDrop
sound: /Audio/SimpleStation14/Items/Handling/drinkglass_drop.ogg
- type: EmitSoundOnLand
sound: /Audio/SimpleStation14/Items/Handling/drinkglass_drop.ogg

- type: entity
name: base empty bottle
id: DrinkCartonBaseLargeEmpty
parent: DrinkCartonBaseEmpty
abstract: true
components:
- type: Item
size: Normal
- type: SolutionContainerManager
solutions:
drink:
maxVol: 100

- type: entity
name: base empty bottle
Expand Down Expand Up @@ -303,7 +322,6 @@
- type: Sprite
sprite: Objects/Consumable/TrashDrinks/winebottle_empty.rsi


- type: entity
name: lime juice carton
parent: DrinkCartonBaseEmpty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,13 @@
- type: Tag
tags:
- StringInstrument
- type: MeleeWeapon
soundHit:
path: /Audio/SimpleStation14/Weapons/Melee/banjohit.ogg
damage:
types:
Blunt: 7
bluntStaminaDamageFactor: 1.5

- type: entity
parent: BaseHandheldInstrument
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Entities/Objects/Magic/books.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
- type: Tag
tags:
- Spellbook
- type: EmitSoundOnPickup
sound: /Audio/SimpleStation14/Items/Handling/book_pickup.ogg
- type: EmitSoundOnDrop
sound: /Audio/SimpleStation14/Items/Handling/book_drop.ogg
- type: EmitSoundOnLand
sound: /Audio/SimpleStation14/Items/Handling/book_drop.ogg

- type: entity
id: SpawnSpellbook
Expand Down
Loading

0 comments on commit 9f46ddc

Please sign in to comment.