Skip to content

Commit

Permalink
Fix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
xtray85 committed Oct 4, 2023
1 parent 8ad821b commit fe86654
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Content.Shared/Humanoid/HumanoidAppearanceComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public sealed partial class HumanoidAppearanceComponent : Component
/// <summary>
/// Current voice. Used for correct cloning.
/// </summary>
[DataField("voice", customTypeSerializer: typeof(PrototypeIdSerializer<TTSVoicePrototype>))]
public string Voice { get; set; } = SharedHumanoidAppearanceSystem.DefaultVoice;
[DataField("voice")]
public ProtoId<TTSVoicePrototype> Voice { get; set; } = SharedHumanoidAppearanceSystem.DefaultVoice;
// Corvax-TTS-End

/// <summary>
Expand Down
20 changes: 20 additions & 0 deletions Resources/Prototypes/ADT/Recipes/Lathes/ammo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
- type: latheRecipe
id: SpeedLoader357
result: SpeedLoader357
completetime: 5
materials:
Steel: 300

- type: latheRecipe
id: SpeedLoader357Rubber
result: SpeedLoader357Rubber
completetime: 5
materials:
Steel: 300

- type: latheRecipe
id: MagazineShotgun
result: MagazineShotgun
completetime: 5
materials:
Steel: 300
21 changes: 5 additions & 16 deletions Resources/Prototypes/Entities/Clothing/Neck/mantles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
sprite: Clothing/Neck/mantles/cemantle.rsi
- type: Clothing
sprite: Clothing/Neck/mantles/cemantle.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckMantleCMO
Expand All @@ -30,7 +30,7 @@
sprite: Clothing/Neck/mantles/cmomantle.rsi
- type: Clothing
sprite: Clothing/Neck/mantles/cmomantle.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckMantleHOP
Expand All @@ -41,7 +41,7 @@
sprite: Clothing/Neck/mantles/hopmantle.rsi
- type: Clothing
sprite: Clothing/Neck/mantles/hopmantle.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckMantleHOS
Expand All @@ -52,7 +52,7 @@
sprite: Clothing/Neck/mantles/hosmantle.rsi
- type: Clothing
sprite: Clothing/Neck/mantles/hosmantle.rsi

- type: entity # Corvax-Resprite: Old mantle renamed and saved as that new entity
parent: ClothingNeckBase
id: ClothingNeckMantleHOSShoulder
Expand All @@ -63,7 +63,7 @@
sprite: Clothing/Neck/mantles/hosmantle_shoulder.rsi
- type: Clothing
sprite: Clothing/Neck/mantles/hosmantle_shoulder.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckMantleRD
Expand All @@ -74,14 +74,3 @@
sprite: Clothing/Neck/mantles/rdmantle.rsi
- type: Clothing
sprite: Clothing/Neck/mantles/rdmantle.rsi

- type: entity
parent: ClothingNeckBase
id: ClothingNeckMantleQM
name: quartermaster's mantle
description: For the master of goods and materials to rule over the department, a befitting mantle to show off superiority!
components:
- type: Sprite
sprite: Clothing/Neck/mantles/qmmantle.rsi
- type: Clothing
sprite: Clothing/Neck/mantles/qmmantle.rsi
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,6 @@
- ClothingNeckMantleHOSShoulder # Corvax-Resprite: Old mantle
- ClothingNeckMantleRD
- ClothingNeckMantleQM # Corvax-Resprite
- ClothingNeckMantleQM
- ClothingOuterWinterMusician
- ClothingOuterWinterClown
- ClothingOuterWinterMime
Expand Down
9 changes: 0 additions & 9 deletions Resources/Prototypes/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -563,15 +563,6 @@
Cloth: 150
Durathread: 150

- type: latheRecipe
id: ClothingNeckMantleQM
result: ClothingNeckMantleQM
completetime: 2.8
materials:
Cloth: 150
Durathread: 150


- type: latheRecipe
id: ClothingOuterWinterMusician
result: ClothingOuterWinterMusician
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
{
"name": "icon-pen"
},
{
"name": "icon-pda"
},
{
"name": "icon-radiation"
},
Expand Down

0 comments on commit fe86654

Please sign in to comment.