Craft for stone walls. (#280)

* 123123

* Update Resources/Prototypes/_CP14/Recipes/Construction/walls.yml

---------

Co-authored-by: Ed <96445749+TheShuEd@users.noreply.github.com>
This commit is contained in:
Imperator Shlepa
2024-06-25 12:07:01 +03:00
committed by GitHub
parent eb8acd223a
commit e12f499594
3 changed files with 38 additions and 0 deletions

View File

@@ -31,6 +31,10 @@
sprite: _CP14/Structures/Walls/bricks_stone_wall.rsi
- type: IconSmooth
base: stonebricks
- type: Construction
graph: CP14WallStonebrick
node: WallStonebrick
- type: entity
id: CP14WallWhitebrick

View File

@@ -0,0 +1,16 @@
- type: constructionGraph
id: CP14WallStonebrick
start: start
graph:
- node: start
edges:
- to: WallStonebrick
completed:
- !type:SnapToGrid
southRotation: true
steps:
- material: CP14Stone
amount: 3
doAfter: 2
- node: WallStonebrick
entity: CP14WallStonebrick

View File

@@ -49,5 +49,23 @@
objectType: Structure
placementMode: SnapgridCenter
canBuildInImpassable: false
conditions:
- !type:TileNotBlocked
- type: construction
crystallPunkAllowed: true
name: Stone wall
description: Sturdy enough to cover you from threats or cold winds.
id: CP14WallStonebrick
graph: CP14WallStonebrick
startNode: start
targetNode: WallStonebrick
category: construction-category-structures
icon:
sprite: _CP14/Structures/Walls/bricks_stone_wall.rsi
state: full
objectType: Structure
placementMode: SnapgridCenter
canBuildInImpassable: false
conditions:
- !type:TileNotBlocked