diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Decoration/bonfire.yml b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/bonfire.yml similarity index 100% rename from Resources/Prototypes/_CP14/Entities/Structures/Decoration/bonfire.yml rename to Resources/Prototypes/_CP14/Entities/Structures/Furniture/bonfire.yml diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Decoration/wallmount_torch.yml b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/wallmount_torch.yml similarity index 93% rename from Resources/Prototypes/_CP14/Entities/Structures/Decoration/wallmount_torch.yml rename to Resources/Prototypes/_CP14/Entities/Structures/Furniture/wallmount_torch.yml index d5dd4ea546..440e4b7346 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Decoration/wallmount_torch.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Furniture/wallmount_torch.yml @@ -59,4 +59,7 @@ Heat: 0.01 - type: FireVisuals sprite: _CP14/Structures/Decoration/wallmount_torch.rsi - normalState: fire \ No newline at end of file + normalState: fire + - type: Construction + graph: CP14WallmountTorch + node: CP14WallmountTorch \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/bonfire.yml b/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/bonfire.yml index f1375c89c5..b834a7c7ff 100644 --- a/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/bonfire.yml +++ b/Resources/Prototypes/_CP14/Recipes/Construction/Graphs/Furniture/bonfire.yml @@ -13,4 +13,22 @@ doAfter: 3 - node: CP14Bonfire - entity: CP14Bonfire \ No newline at end of file + entity: CP14Bonfire + +- type: constructionGraph + id: CP14WallmountTorch + start: start + graph: + - node: start + actions: + - !type:DestroyEntity {} + edges: + - to: CP14WallmountTorch + steps: + - material: WoodPlank + amount: 5 + doAfter: 3 + + - node: CP14WallmountTorch + entity: CP14WallmountTorch + diff --git a/Resources/Prototypes/_CP14/Recipes/Construction/furniture.yml b/Resources/Prototypes/_CP14/Recipes/Construction/furniture.yml index ac1d2bd00d..bbcbf14c32 100644 --- a/Resources/Prototypes/_CP14/Recipes/Construction/furniture.yml +++ b/Resources/Prototypes/_CP14/Recipes/Construction/furniture.yml @@ -52,6 +52,25 @@ conditions: - !type:TileNotBlocked +- type: construction + crystallPunkAllowed: true + name: Wallmount torch + description: A torch attached to the wall + id: CP14WallmountTorch + graph: CP14WallmountTorch + startNode: start + targetNode: CP14WallmountTorch + category: construction-category-furniture + icon: + sprite: _CP14/Structures/Decoration/wallmount_torch.rsi + state: fire + objectType: Structure + placementMode: SnapgridCenter + canBuildInImpassable: false + canRotate: true + conditions: + - !type:TileNotBlocked + - type: construction crystallPunkAllowed: true name: Wooden chest