Skip to content

Commit

Permalink
feat: recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
Remuchi committed Sep 2, 2024
1 parent 4515a9d commit c9d9a17
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 4 deletions.
18 changes: 18 additions & 0 deletions Resources/Prototypes/Entities/Objects/Materials/Sheets/glass.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,15 @@
reagents:
- ReagentId: Silicon
Quantity: 10
- type: UserInterface # White Dream Start
interfaces:
- key: enum.ShortConstructionUiKey.Key
type: ShortConstructionMenuBUI
- type: ActivatableUI
key: enum.ShortConstructionUiKey.Key
- type: ShortConstruction
prototypes:
- Window # White Dream end

- type: entity
parent: SheetGlass
Expand Down Expand Up @@ -171,6 +180,15 @@
max: 1
- !type:DoActsBehavior
acts: [ "Destruction" ]
- type: UserInterface # White Dream Start
interfaces:
- key: enum.ShortConstructionUiKey.Key
type: ShortConstructionMenuBUI
- type: ActivatableUI
key: enum.ShortConstructionUiKey.Key
- type: ShortConstruction
prototypes:
- ReinforcedWindow # White Dream end

- type: entity
parent: SheetRGlass
Expand Down
11 changes: 7 additions & 4 deletions Resources/Prototypes/Entities/Objects/Materials/Sheets/metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,16 @@
Quantity: 1
- type: UserInterface # White Dream Start
interfaces:
- key: enum.InhandCraftingUiKey.Key
type: InhandCraftMenuBUI
- key: enum.ShortConstructionUiKey.Key
type: ShortConstructionMenuBUI
- type: ActivatableUI
key: enum.InhandCraftingUiKey.Key
- type: InhandCrafting
key: enum.ShortConstructionUiKey.Key
- type: ShortConstruction
prototypes:
- Girder
- MetalRod
- TileSteel
- TileWhite
- TileDark # White Dream end

- type: entity
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/Entities/Objects/Materials/parts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@
Quantity: 4.5
- ReagentId: Carbon
Quantity: 0.5
- type: UserInterface # White Dream Start
interfaces:
- key: enum.ShortConstructionUiKey.Key
type: ShortConstructionMenuBUI
- type: ActivatableUI
key: enum.ShortConstructionUiKey.Key
- type: ShortConstruction
prototypes:
- Grille # White Dream end

- type: entity
parent: PartRodMetal
Expand Down

0 comments on commit c9d9a17

Please sign in to comment.