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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user