Skip to content

Commit 5e54536

Browse files
authored
Hotfix 33160 (space-wizards#33302)
2 parents b91c977 + f2b7743 commit 5e54536

File tree

14 files changed

+162
-325
lines changed

14 files changed

+162
-325
lines changed

Resources/Prototypes/Entities/Structures/Windows/clockwork.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@
152152
sprite: Structures/Windows/cracks_diagonal.rsi
153153
- type: Construction
154154
graph: WindowDiagonal
155-
node: clockworkWindowDiagonal
155+
node: clockworkWindowDiagonal

Resources/Prototypes/Entities/Structures/Windows/mining.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@
9191
- East
9292
- type: DamageVisuals
9393
damageOverlay:
94-
sprite: Structures/Windows/cracks_diagonal.rsi
94+
sprite: Structures/Windows/cracks_diagonal.rsi

Resources/Prototypes/Entities/Structures/Windows/plasma.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@
152152
sprite: Structures/Windows/cracks_diagonal.rsi
153153
- type: Construction
154154
graph: WindowDiagonal
155-
node: plasmaWindowDiagonal
155+
node: plasmaWindowDiagonal

Resources/Prototypes/Entities/Structures/Windows/plastitanium.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,4 +195,4 @@
195195
doAfterDelay: 3
196196
- type: Damageable
197197
damageContainer: StructuralInorganic
198-
damageModifierSet: RGlass
198+
damageModifierSet: RGlass

Resources/Prototypes/Entities/Structures/Windows/reinforced.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,4 @@
159159
sprite: Structures/Windows/cracks_diagonal.rsi
160160
- type: Construction
161161
graph: WindowDiagonal
162-
node: reinforcedWindowDiagonal
162+
node: reinforcedWindowDiagonal

Resources/Prototypes/Entities/Structures/Windows/rplasma.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,4 @@
155155
sprite: Structures/Windows/cracks_diagonal.rsi
156156
- type: Construction
157157
graph: WindowDiagonal
158-
node: reinforcedPlasmaWindowDiagonal
158+
node: reinforcedPlasmaWindowDiagonal

Resources/Prototypes/Entities/Structures/Windows/ruranium.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@
152152
sprite: Structures/Windows/cracks_diagonal.rsi
153153
- type: Construction
154154
graph: WindowDiagonal
155-
node: reinforcedUraniumWindowDiagonal
155+
node: reinforcedUraniumWindowDiagonal

Resources/Prototypes/Entities/Structures/Windows/shuttle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@
9494
- East
9595
- type: DamageVisuals
9696
damageOverlay:
97-
sprite: Structures/Windows/cracks_diagonal.rsi
97+
sprite: Structures/Windows/cracks_diagonal.rsi

Resources/Prototypes/Entities/Structures/Windows/uranium.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@
147147
sprite: Structures/Windows/cracks_diagonal.rsi
148148
- type: Construction
149149
graph: WindowDiagonal
150-
node: uraniumWindowDiagonal
150+
node: uraniumWindowDiagonal

Resources/Prototypes/Entities/Structures/Windows/window.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,4 @@
284284
sprite: Structures/Windows/cracks_diagonal.rsi
285285
- type: Construction
286286
graph: WindowDiagonal
287-
node: windowDiagonal
287+
node: windowDiagonal

Resources/Prototypes/Recipes/Construction/Graphs/structures/window.yml

+61-112
Original file line numberDiff line numberDiff line change
@@ -4,63 +4,61 @@
44
graph:
55
- node: start
66
edges:
7-
- to: window # 50 hp
7+
- to: plasmaWindow
88
steps:
9-
- material: Glass
9+
- material: PlasmaGlass
1010
amount: 2
1111
doAfter: 2
1212

13-
- to: tintedWindow # 50 hp
13+
- to: reinforcedWindow
1414
steps:
15-
- material: Glass
15+
- material: ReinforcedGlass
1616
amount: 2
17-
- material: Plastic
17+
doAfter: 2
18+
19+
- to: tintedWindow
20+
steps:
21+
- material: ReinforcedGlass
1822
amount: 2
1923
doAfter: 2
2024

21-
- to: plasmaWindow # 75 hp
25+
- to: reinforcedPlasmaWindow
2226
steps:
23-
- material: PlasmaGlass
27+
- material: ReinforcedPlasmaGlass
2428
amount: 2
2529
doAfter: 3
2630

27-
- to: uraniumWindow # 75 hp
31+
- to: uraniumWindow
2832
steps:
2933
- material: UraniumGlass
3034
amount: 2
31-
doAfter: 3
35+
doAfter: 2
3236

33-
- to: clockworkWindow # 75 hp reinforced damage mod
37+
- to: reinforcedUraniumWindow
3438
steps:
35-
- material: ClockworkGlass
39+
- material: ReinforcedUraniumGlass
3640
amount: 2
3741
doAfter: 3
3842

39-
- to: reinforcedWindow # 75 hp reinforced damage mod
43+
- to: window
4044
steps:
41-
- material: ReinforcedGlass
45+
- material: Glass
4246
amount: 2
4347
doAfter: 3
4448

45-
- to: reinforcedPlasmaWindow # 150 hp reinforced damage mod
49+
- to: shuttleWindow
4650
steps:
47-
- material: ReinforcedPlasmaGlass
51+
- material: Plasteel
4852
amount: 2
49-
doAfter: 4
50-
51-
- to: reinforcedUraniumWindow # 150 hp reinforced damage mod
52-
steps:
53-
- material: ReinforcedUraniumGlass
53+
- material: ReinforcedGlass
5454
amount: 2
5555
doAfter: 4
56-
57-
- to: shuttleWindow # 500 hp reinforced damage mod (wow)
56+
57+
- to: clockworkWindow
5858
steps:
59-
- material: Plasteel
60-
amount: 2
61-
- material: ReinforcedGlass
59+
- material: ClockworkGlass
6260
amount: 2
63-
doAfter: 6
61+
doAfter: 3
6462

6563
- node: window
6664
entity: Window
@@ -76,81 +74,56 @@
7674
doAfter: 1
7775
- tool: Anchoring
7876
doAfter: 2
79-
- to: tintedWindow
80-
steps:
81-
- material: Plastic
82-
amount: 2
83-
doAfter: 0.5
84-
- to: plasmaWindow
85-
steps:
86-
- material: Plasma
87-
amount: 2
88-
doAfter: 1
89-
- to: uraniumWindow
90-
steps:
91-
- material: Uranium
92-
amount: 2
93-
doAfter: 1
94-
- to: clockworkWindow
95-
steps:
96-
- material: Brass
97-
amount: 2
98-
doAfter: 2
99-
- to: reinforcedWindow
100-
steps:
101-
- material: MetalRod
102-
amount: 2
103-
doAfter: 2
10477

105-
- node: tintedWindow
106-
entity: TintedWindow
78+
- node: reinforcedWindow
79+
entity: ReinforcedWindow
10780
edges:
10881
- to: start
10982
completed:
11083
- !type:SpawnPrototype
111-
prototype: SheetGlass1
112-
amount: 2
113-
- !type:SpawnPrototype
114-
prototype: SheetPlastic1
84+
prototype: SheetRGlass1
11585
amount: 2
11686
- !type:DeleteEntity {}
11787
steps:
88+
- tool: Welding
89+
doAfter: 5
90+
- tool: Screwing
91+
doAfter: 1
92+
- tool: Prying
93+
doAfter: 2
94+
- tool: Welding
95+
doAfter: 5
11896
- tool: Screwing
11997
doAfter: 1
12098
- tool: Anchoring
12199
doAfter: 2
122100

123-
- node: plasmaWindow
124-
entity: PlasmaWindow
101+
- node: tintedWindow
102+
entity: TintedWindow
125103
edges:
126104
- to: start
127105
completed:
128106
- !type:SpawnPrototype
129-
prototype: SheetPGlass1
107+
prototype: SheetRGlass1
130108
amount: 2
131109
- !type:DeleteEntity {}
132110
steps:
133111
- tool: Screwing
134-
doAfter: 2
112+
doAfter: 1
135113
- tool: Prying
136-
doAfter: 3
137-
- tool: Screwing
138114
doAfter: 2
139-
- tool: Anchoring
140-
doAfter: 3
141-
- to: reinforcedPlasmaWindow
142-
steps:
143-
- material: MetalRod
144-
amount: 2
115+
- tool: Screwing
145116
doAfter: 1
117+
- tool: Anchoring
118+
doAfter: 2
146119

147-
- node: uraniumWindow
148-
entity: UraniumWindow
120+
- node: plasmaWindow
121+
entity: PlasmaWindow
149122
edges:
150123
- to: start
151124
completed:
152125
- !type:SpawnPrototype
153-
prototype: SheetUGlass1
126+
prototype: SheetPGlass1
154127
amount: 2
155128
- !type:DeleteEntity {}
156129
steps:
@@ -162,19 +135,14 @@
162135
doAfter: 2
163136
- tool: Anchoring
164137
doAfter: 3
165-
- to: reinforcedUraniumWindow
166-
steps:
167-
- material: MetalRod
168-
amount: 2
169-
doAfter: 1
170138

171-
- node: clockworkWindow
172-
entity: ClockworkWindow
139+
- node: reinforcedPlasmaWindow
140+
entity: ReinforcedPlasmaWindow
173141
edges:
174142
- to: start
175143
completed:
176144
- !type:SpawnPrototype
177-
prototype: SheetClockworkGlass1
145+
prototype: SheetRPGlass1
178146
amount: 2
179147
- !type:DeleteEntity {}
180148
steps:
@@ -191,51 +159,32 @@
191159
- tool: Anchoring
192160
doAfter: 3
193161

194-
- node: reinforcedWindow
195-
entity: ReinforcedWindow
162+
- node: uraniumWindow
163+
entity: UraniumWindow
196164
edges:
197165
- to: start
198166
completed:
199167
- !type:SpawnPrototype
200-
prototype: SheetRGlass1
168+
prototype: SheetUGlass1
201169
amount: 2
202170
- !type:DeleteEntity {}
203171
steps:
204-
- tool: Welding
205-
doAfter: 5
206172
- tool: Screwing
207-
doAfter: 1
208-
- tool: Prying
209173
doAfter: 2
210-
- tool: Welding
211-
doAfter: 5
174+
- tool: Prying
175+
doAfter: 3
212176
- tool: Screwing
213-
doAfter: 1
214-
- tool: Anchoring
215177
doAfter: 2
216-
- to: reinforcedPlasmaWindow
217-
steps:
218-
- material: Plasma
219-
amount: 2
220-
doAfter: 1
221-
- to: reinforcedUraniumWindow
222-
steps:
223-
- material: Uranium
224-
amount: 2
225-
doAfter: 1
226-
- to: shuttleWindow
227-
steps:
228-
- material: Plasteel
229-
amount: 2
178+
- tool: Anchoring
230179
doAfter: 3
231180

232-
- node: reinforcedPlasmaWindow
233-
entity: ReinforcedPlasmaWindow
181+
- node: reinforcedUraniumWindow
182+
entity: ReinforcedUraniumWindow
234183
edges:
235184
- to: start
236185
completed:
237186
- !type:SpawnPrototype
238-
prototype: SheetRPGlass1
187+
prototype: SheetRUGlass1
239188
amount: 2
240189
- !type:DeleteEntity {}
241190
steps:
@@ -252,13 +201,13 @@
252201
- tool: Anchoring
253202
doAfter: 3
254203

255-
- node: reinforcedUraniumWindow
256-
entity: ReinforcedUraniumWindow
204+
- node: clockworkWindow
205+
entity: ClockworkWindow
257206
edges:
258207
- to: start
259208
completed:
260209
- !type:SpawnPrototype
261-
prototype: SheetRUGlass1
210+
prototype: SheetClockworkGlass1
262211
amount: 2
263212
- !type:DeleteEntity {}
264213
steps:
@@ -304,4 +253,4 @@
304253
- tool: Welding
305254
doAfter: 4
306255
- tool: Anchoring
307-
doAfter: 1
256+
doAfter: 1

0 commit comments

Comments
 (0)