Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lathe Naming Convention Fix #1272

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public sealed partial class LatheRecipePrototype : IPrototype
[DataField("icon")]
public SpriteSpecifier? Icon;

[DataField("completetime")]
[DataField("completeTime")]
private TimeSpan _completeTime = TimeSpan.FromSeconds(5);

[DataField("materials", customTypeSerializer: typeof(PrototypeIdDictionarySerializer<int, MaterialPrototype>))]
Expand Down
22 changes: 11 additions & 11 deletions Resources/Prototypes/DeltaV/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
- type: latheRecipe
id: ClothingUniformJumpsuitSecBlue
result: ClothingUniformJumpsuitSecBlue
completetime: 4
completeTime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpsuitSecGrey
result: ClothingUniformJumpsuitSecGrey
completetime: 4
completeTime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpsuitWardenBlue
result: ClothingUniformJumpsuitWardenBlue
completetime: 4
completeTime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpsuitWardenGrey
result: ClothingUniformJumpsuitWardenGrey
completetime: 4
completeTime: 4
materials:
Cloth: 300

Expand All @@ -33,42 +33,42 @@
- type: latheRecipe
id: ClothingUniformJumpskirtSecBlue
result: ClothingUniformJumpskirtSecBlue
completetime: 4
completeTime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpskirtSecGrey
result: ClothingUniformJumpskirtSecGrey
completetime: 4
completeTime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpskirtHoSBlue
result: ClothingUniformJumpskirtHoSBlue
completetime: 4
completeTime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpskirtHoSGrey
result: ClothingUniformJumpskirtHoSGrey
completetime: 4
completeTime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpskirtWardenBlue
result: ClothingUniformJumpskirtWardenBlue
completetime: 4
completeTime: 4
materials:
Cloth: 300

- type: latheRecipe
id: ClothingUniformJumpskirtWardenGrey
result: ClothingUniformJumpskirtWardenGrey
completetime: 4
completeTime: 4
materials:
Cloth: 300

Expand All @@ -77,6 +77,6 @@
- type: latheRecipe
id: ClothingOuterStasecSweater
result: ClothingOuterStasecSweater
completetime: 4
completeTime: 4
materials:
Cloth: 500
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: latheRecipe
id: SalvageExpeditionsComputerCircuitboard
result: SalvageExpeditionsComputerCircuitboard
completetime: 4
completeTime: 4
materials:
Steel: 100
Glass: 900
Expand Down
40 changes: 20 additions & 20 deletions Resources/Prototypes/DeltaV/Recipes/Lathes/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
id: SpeedLoaderSpecial
result: SpeedLoaderSpecial
category: Ammo
completetime: 5
completeTime: 5
materials:
Steel: 200

- type: latheRecipe
id: MagazinePistolSpecial
result: MagazinePistolSpecial
category: Ammo
completetime: 5
completeTime: 5
materials:
Steel: 100

- type: latheRecipe
id: CartridgeSpecial
result: CartridgeSpecial
category: Ammo
completetime: 2
completeTime: 2
materials:
Steel: 20

- type: latheRecipe
id: CartridgeSpecialRubber
result: CartridgeSpecialRubber
category: Ammo
completetime: 2
completeTime: 2
materials:
Plastic: 5
Steel: 5
Expand All @@ -35,15 +35,15 @@
id: CartridgeSpecialIncendiary
result: CartridgeSpecialIncendiary
category: Ammo
completetime: 2
completeTime: 2
materials:
Plastic: 20

- type: latheRecipe
id: CartridgeSpecialUranium
result: CartridgeSpecialUranium
category: Ammo
completetime: 2
completeTime: 2
materials:
Plastic: 20
Uranium: 10
Expand All @@ -52,7 +52,7 @@
id: CartridgeSpecialHoly
result: CartridgeSpecialHoly
category: Ammo
completetime: 2
completeTime: 2
materials:
Steel: 15
Silver: 5
Expand All @@ -61,7 +61,7 @@
id: CartridgeSpecialMindbreaker
result: CartridgeSpecialMindbreaker
category: Ammo
completetime: 2
completeTime: 2
materials:
Plastic: 15
Steel: 5
Expand All @@ -71,23 +71,23 @@
id: MagazineBoxSpecial
result: MagazineBoxSpecial
category: Ammo
completetime: 5
completeTime: 5
materials:
Steel: 1250

- type: latheRecipe
id: MagazineBoxSpecialPractice
result: MagazineBoxSpecialPractice
category: Ammo
completetime: 5
completeTime: 5
materials:
Plastic: 1200

- type: latheRecipe
id: MagazineBoxSpecialRubber
result: MagazineBoxSpecialRubber
category: Ammo
completetime: 5
completeTime: 5
materials:
Steel: 350
Plastic: 300
Expand All @@ -96,15 +96,15 @@
id: MagazineBoxSpecialIncendiary
result: MagazineBoxSpecialIncendiary
category: Ammo
completetime: 5
completeTime: 5
materials:
Plastic: 1250

- type: latheRecipe
id: MagazineBoxSpecialUranium
result: MagazineBoxSpecialUranium
category: Ammo
completetime: 5
completeTime: 5
materials:
Plastic: 1250
Uranium: 125
Expand All @@ -113,7 +113,7 @@
id: MagazineBoxSpecialMindbreaker
result: MagazineBoxSpecialMindbreaker
category: Ammo
completetime: 5
completeTime: 5
materials:
Plastic: 1250
Steel: 75
Expand All @@ -122,15 +122,15 @@
- type: latheRecipe
id: ClothingOuterArmorPlateCarrier
result: ClothingOuterArmorPlateCarrier
completetime: 10
completeTime: 10
materials:
Steel: 1500
Plastic: 1500

- type: latheRecipe
id: ClothingOuterArmorDuraVest
result: ClothingOuterArmorDuraVest
completetime: 10
completeTime: 10
materials:
Steel: 500
Plastic: 1000
Expand All @@ -139,7 +139,7 @@
id: WeaponEnergyGun
result: WeaponEnergyGun
category: Weapons
completetime: 8
completeTime: 8
materials:
Steel: 2000
Glass: 800
Expand All @@ -149,7 +149,7 @@
id: WeaponEnergyGunMini
result: WeaponEnergyGunMini
category: Weapons
completetime: 4
completeTime: 4
materials: #Half of Energy Gun Recipe
Steel: 1000
Glass: 400
Expand All @@ -159,7 +159,7 @@
id: WeaponEnergyGunPistol
result: WeaponEnergyGunPistol
category: Weapons
completetime: 10
completeTime: 10
materials:
Steel: 1500
Glass: 600
Expand All @@ -170,7 +170,7 @@
id: WeaponGunLaserCarbineAutomatic
result: WeaponGunLaserCarbineAutomatic
category: Weapons
completetime: 15
completeTime: 15
materials:
Steel: 2000
Glass: 1000
Expand Down
10 changes: 5 additions & 5 deletions Resources/Prototypes/Nyanotrasen/Recipes/Lathes/clothing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sprite: Nyanotrasen/Clothing/Uniforms/Jumpsuit/prisonguard.rsi
state: icon
result: ClothingUniformJumpsuitPrisonGuard
completetime: 4
completeTime: 4
materials:
Cloth: 300

Expand All @@ -14,7 +14,7 @@
sprite: Nyanotrasen/Clothing/Uniforms/Jumpsuit/mantis_uniform.rsi
state: icon
result: ClothingUniformJumpsuitMantis
completetime: 4
completeTime: 4
materials:
Cloth: 300

Expand All @@ -24,7 +24,7 @@
sprite: Nyanotrasen/Clothing/Uniforms/Jumpskirt/mantis_jumpskirt.rsi
state: icon
result: ClothingUniformSkirtMantis
completetime: 4
completeTime: 4
materials:
Cloth: 300

Expand All @@ -34,7 +34,7 @@
sprite: Nyanotrasen/Clothing/Uniforms/Jumpsuit/mailman.rsi
state: icon
result: ClothingUniformCourier
completetime: 4
completeTime: 4
materials:
Cloth: 300

Expand All @@ -44,6 +44,6 @@
sprite: Nyanotrasen/Clothing/Uniforms/Jumpskirt/mailman.rsi
state: icon
result: ClothingUniformSkirtCourier
completetime: 4
completeTime: 4
materials:
Cloth: 300
6 changes: 3 additions & 3 deletions Resources/Prototypes/Nyanotrasen/Recipes/Lathes/devices.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: latheRecipe
id: EncryptionKeySyndie
result: EncryptionKeySyndie
completetime: 4
completeTime: 4
materials:
Steel: 100
Glass: 100
Expand All @@ -10,7 +10,7 @@
- type: latheRecipe
id: JetpackBlue
result: JetpackBlue
completetime: 10
completeTime: 10
materials:
Steel: 8000
Plastic: 8000
Expand All @@ -19,7 +19,7 @@
- type: latheRecipe
id: JetpackMini
result: JetpackMini
completetime: 10
completeTime: 10
materials:
Steel: 4000
Plastic: 4000
Expand Down
Loading
Loading