Move stamps out of big mess (#22877)

* gigacommit

* Update honkbot.yml

* foxing

* merg

* bring back mime sound

* ;

* :trollface:
This commit is contained in:
lzk
2023-12-27 23:46:30 +01:00
committed by GitHub
parent 5dc9a954bc
commit 78965d1e36
23 changed files with 337 additions and 340 deletions

View File

@@ -32,8 +32,9 @@ public sealed partial class StampComponent : Component
/// </summary>
[DataField("stampedName")]
public string StampedName { get; set; } = "stamp-component-stamped-name-default";
/// <summary>
/// Tne sprite state of the stamp to display on the paper from bureacracy.rsi.
/// Tne sprite state of the stamp to display on the paper from paper Sprite path.
/// </summary>
[DataField("stampState")]
public string StampState { get; set; } = "paper_stamp-generic";
@@ -44,6 +45,9 @@ public sealed partial class StampComponent : Component
[DataField("stampedColor")]
public Color StampedColor = Color.FromHex("#BB3232"); // StyleNano.DangerousRedFore
/// <summary>
/// The sound when stamp stamped
/// </summary>
[DataField("sound")]
public SoundSpecifier Sound = new SoundPathSpecifier("/Audio/Items/Stamp/thick_stamp_sub.ogg")
{