@@ -215,3 +215,30 @@
|
||||
path: /Audio/Voice/Human/womanlaugh.ogg
|
||||
graph: RitualSeat
|
||||
node: chairCursed
|
||||
|
||||
- type: entity
|
||||
parent: SeatBase
|
||||
id: ChairFolding
|
||||
name: folding chair
|
||||
description: If you carry six of these you become the coolest kid at church.
|
||||
components:
|
||||
- type: Rotatable
|
||||
- type: Sprite
|
||||
sprite: Structures/Furniture/folding_chair.rsi
|
||||
layers:
|
||||
- state: folding
|
||||
map: ["enum.FoldableVisualLayers.Base"]
|
||||
- type: Item
|
||||
size: 50
|
||||
- type: Foldable
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: FoldableVisualizer
|
||||
key: folding
|
||||
- type: MeleeWeapon
|
||||
damage:
|
||||
types:
|
||||
Blunt: 15
|
||||
- type: Construction
|
||||
graph: Seat
|
||||
node: chairFolding
|
||||
|
||||
@@ -46,6 +46,13 @@
|
||||
- material: WoodPlank
|
||||
amount: 3
|
||||
doAfter: 1
|
||||
- to: chairFolding
|
||||
steps:
|
||||
- material: Plastic
|
||||
amount: 1
|
||||
doAfter: 1
|
||||
- material: MetalRod
|
||||
amount: 2
|
||||
|
||||
- node: chair
|
||||
entity: Chair
|
||||
@@ -139,3 +146,19 @@
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 1
|
||||
|
||||
- node: chairFolding
|
||||
entity: ChairFolding
|
||||
edges:
|
||||
- to: start
|
||||
completed:
|
||||
- !type:SpawnPrototype
|
||||
prototype: SheetPlastic1
|
||||
amount: 1
|
||||
- !type:SpawnPrototype
|
||||
prototype: PartRodMetal1
|
||||
amount: 2
|
||||
steps:
|
||||
- tool: Screwing
|
||||
doAfter: 1
|
||||
|
||||
|
||||
@@ -152,6 +152,23 @@
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
- type: construction
|
||||
name: folding chair
|
||||
id: ChairFolding
|
||||
graph: Seat
|
||||
startNode: start
|
||||
targetNode: chairFolding
|
||||
category: construction-category-furniture
|
||||
description: An easy to carry chair.
|
||||
icon:
|
||||
sprite: Structures/Furniture/folding_chair.rsi
|
||||
state: folding
|
||||
objectType: Structure
|
||||
placementMode: SnapgridCenter
|
||||
canBuildInImpassable: false
|
||||
conditions:
|
||||
- !type:TileNotBlocked
|
||||
|
||||
#tables
|
||||
- type: construction
|
||||
name: steel table
|
||||
|
||||
Reference in New Issue
Block a user