File tree Expand file tree Collapse file tree
Resources/Prototypes/_Nuclear14/Entities/Structures/Furniture Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 - type : Clickable
4141# No fixture on this base, inherit from further down for fixture
4242
43- - type : entity
44- parent : N14JunkWoodBase
45- id : N14JunkMetalBase
46- abstract : true
47- components :
48- - type : Damageable
49- damageModifierSet : Metallic
50- - type : Physics
51- canCollide : True
52- - type : Destructible
53- thresholds :
54- - trigger :
55- !type:DamageTrigger
56- damage : 125
57- behaviors :
58- - !type:DoActsBehavior
59- acts : [ "Destruction" ]
60- - trigger :
61- !type:DamageTrigger
62- damage : 75
63- behaviors :
64- - !type:PlaySoundBehavior
65- sound :
66- collection : MetalBreak
67- - !type:SpawnEntitiesBehavior
68- spawn :
69- SheetSteel1 :
70- min : 0
71- max : 1
72- - !type:DoActsBehavior
73- acts : ["Destruction"]
74- - type : Tag
75- tags :
76- - Metal
77-
7843# Wood Junk
7944- type : entity
8045 parent : N14JunkWoodBase
11681 state : junk_table
11782
11883# Metal Junk
119- - type : entity
120- parent : N14JunkMetalBase
121- id : N14JunkMachine
122- name : broken machine
123- description : Rusty old machine. Now it's junk.
124- components :
125- - type : Sprite
126- state : junk_machine
127- - type : Destructible
128- thresholds :
129- - trigger :
130- !type:DamageTrigger
131- damage : 100
132- behaviors :
133- - !type:DoActsBehavior
134- acts : ["Destruction"]
135- - !type:PlaySoundBehavior
136- sound :
137- collection : MetalBreak
138- - type : Fixtures
139- fixtures :
140- fix1 :
141- shape :
142- !type:PhysShapeAabb
143- bounds : " -0.45,-0.45,0.45,0.45"
144- density : 60
145- mask :
146- - MachineMask
147- layer :
148- - MidImpassable
149- - LowImpassable
150-
151- - type : entity
152- parent : N14JunkMachine
153- id : N14JunkMicrowave
154- name : broken microwave
155- description : Dirty old microwave. Now it's junk.
156- components :
157- - type : Sprite
158- state : junk_micro
159-
160- - type : entity
161- parent : N14JunkMachine
162- id : N14JunkJukebox
163- name : broken jukebox
164- description : An old destroyed jukebox. Now it's junk.
165- components :
166- - type : Sprite
167- state : junk_jukebox
168-
169- - type : entity
170- parent : N14JunkMetalBase
171- id : N14JunkBed1
172- name : broken bed
173- description : An old bed with a holey mattress. Now it's junk.
174- components :
175- - type : Sprite
176- state : junk_bed1
177-
178- - type : entity
179- parent : N14JunkMetalBase
180- id : N14JunkBed2
181- name : broken bed
182- description : A rusty bed frame. Now it's junk.
183- components :
184- - type : Sprite
185- state : junk_bed2
186-
187- - type : entity
188- parent : N14JunkMachine
189- id : N14JunkTV
190- name : broken TV
191- description : An old television. Now it's junk.
192- components :
193- - type : Sprite
194- state : junk_tv
195-
196- - type : entity
197- parent : N14JunkMachine
198- id : N14JunkArcade
199- name : broken arcade game
200- description : An old arcade machine. Now it's junk.
201- components :
202- - type : Sprite
203- state : junk_arcade
204-
205- - type : entity
206- parent : N14JunkMetalBase
207- id : N14JunkUrinal
208- name : broken urinal
209- description : A broken stinky urinal.
210- components :
211- - type : Sprite
212- state : junk_urinal
213-
21484- type : entity
21585 parent : Mirror
21686 id : N14JunkMirror
22191 sprite : _Nuclear14/Structures/Furniture/junk.rsi
22292 state : junk_mirror
22393 drawdepth : Overdoors
224-
225- - type : entity
226- parent : N14JunkMetalBase
227- id : N14JunkClock
228- name : broken clock
229- description : Out of time!
230- components :
231- - type : Sprite
232- state : junk_clock
233- drawdepth : Overdoors
234- - type : WallMount
You can’t perform that action at this time.
0 commit comments